ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / CharRangeList Class / FindAll Method

In This Topic
    FindAll Method (CharRangeList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindAll( _
       ByVal match As System.Predicate(Of CharRange) _
    ) As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> FindAll( 
       System.Predicate<CharRange> match
    )

    Parameters

    match
    See Also