Method GetOperand
GetOperand<T>(Int32)
Gets an operand at the specified index cast to a specific type
Declaration
public T GetOperand<T>(int index)
where T : Value
Parameters
public T GetOperand<T>(int index)
where T : Value
Int32 | index | Index of the operand |
Returns
T | Value at the specified index cast to |
Type Parameters
T | Type to cast the operand to |