Property this
this[int]
Gets the IndexInfo at the specified index.
public IndexInfo this[int index] { get; }
Parameters
index
intThe zero-based index of the IndexInfo to get.
Property Value
- IndexInfo
An IndexInfo.
Gets the IndexInfo at the specified index.
public IndexInfo this[int index] { get; }
index
intThe zero-based index of the IndexInfo to get.
An IndexInfo.