Property Item
Item[Int32]
Gets an item from the tuple
Declaration
public T this[int index] { get; }
Parameters
public T this[int index] { get; }
Int32 | index | Index of the item to retrieve |
Property Value
T | The element at |