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