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