Property this
this[int]
Gets an item from the tuple
public T? this[int index] { get; }
Parameters
index
intIndex of the item to retrieve
Property Value
- T
The element at
index
in the tuple
Gets an item from the tuple
public T? this[int index] { get; }
index
intIndex of the item to retrieve
The element at index
in the tuple