Item Property (C1DataCollectionBase<T>)
Gets the element at the specified index in the read-only list.
'Declaration
Public Overridable ReadOnly Default Property Item( _
ByVal As Integer _
) As
public virtual this[
int
]; {get;}
Parameters
- index
- The index.
Property Value
The item at the specified position.