Property Item
Item[Int32]
Gets the operand at the specified index
Declaration
public T this[int index] { get; set; }
Parameters
public T this[int index] { get; set; }
Int32 | index | Index of the operand to receive |
Property Value
T | Item at the specified index |
Implements
Exceptions
ArgumentOutOfRangeException |
|