ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / CodeRanges Class / Find Method

In This Topic
    Find Method (CodeRanges)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Find( _
       ByVal match As System.Predicate(Of CodeRange) _
    ) As CodeRange
    public CodeRange Find( 
       System.Predicate<CodeRange> match
    )

    Parameters

    match
    See Also