Property this
this[int]
Gets the value at the given index.
object this[int index] { get; }
Parameters
indexintThe index.
Property Value
- object
The value specified with the given index.
Gets the value at the given index.
object this[int index] { get; }
index intThe index.
The value specified with the given index.