In This Topic
Gets or sets the item by speical index.
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As LexiconItem
public LexiconItem this[
int
]; {get; set;}
Parameters
- index
Property Value
The
LexiconItem at the index.
See Also