Property this
this[int]
Gets the operand at the specified index
public T? this[int index] { get; set; }
Parameters
index
intIndex of the operand to receive
Property Value
- T
Item at the specified index
Exceptions
- ArgumentOutOfRangeException
index
is out of range for this collection