Property this
this[TIndex]
Gets or sets value for the specified index.
public TValue? this[TIndex index] { get; set; }
Parameters
index
TIndexIndex of value.
Property Value
- TValue
Gets or sets value for the specified index.
public TValue? this[TIndex index] { get; set; }
index
TIndexIndex of value.