Property this
this[int]
Gets one buffered item by index.
public ClusterAdvance this[int index] { get; }
Parameters
indexintThe zero-based index.
Property Value
- ClusterAdvance
The item.
Exceptions
- ArgumentOutOfRangeException
indexis outside the buffer.