ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / Lexicon.MatchCollection Class / Item Property

In This Topic
    Item Property (Lexicon.MatchCollection)
    In This Topic
    Gets the match by special index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Lexicon.Match
    public Lexicon.Match this[ 
       int index
    ]; {get;}

    Parameters

    index

    Property Value

    The item at index.
    See Also