ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / CharRangeList Class / FindLast Method

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

    Parameters

    match
    See Also