Property this
this[int]
Gets an item from the tuple
public T? this[int index] { get; }
Parameters
indexintIndex of the item to retrieve
Property Value
- T
The element at
indexin 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