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