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