Property this
this[int]
Gets the element at the specified index.
string? this[int index] { get; }
Parameters
index
intThe zero-based index of the element to get.
Property Value
- string
The element at the specified index.
Gets the element at the specified index.
string? this[int index] { get; }
index
intThe zero-based index of the element to get.
The element at the specified index.