Item Property (C1SpanDataCollection<T>)
In This Topic
Gets the item at the specified position.
Syntax
'Declaration
Public Overrides ReadOnly Default Property Item( _
ByVal As Integer _
) As
public override this[
int
]; {get;}
Parameters
- index
- The position of the requested item.
See Also