Gets a
TagSys in the current collection by its index.
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As Integer _
) As TagSys
public TagSys Item(
int
) {get;}
Parameters
- index
- The index of the TagSys in the current collection.
Property Value
The
TagSys with the specified index.