Property this
this[int]
When implemented by a class, provides an indexed access to individual strings stored in the collection.
string this[int index] { get; }
Parameters
index
int
When implemented by a class, provides an indexed access to individual strings stored in the collection.
string this[int index] { get; }
index
int