ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / CharRangeList Class / TrueForAll Method

In This Topic
    TrueForAll Method (CharRangeList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TrueForAll( _
       ByVal match As System.Predicate(Of CharRange) _
    ) As System.Boolean
    public System.bool TrueForAll( 
       System.Predicate<CharRange> match
    )

    Parameters

    match
    See Also