Method GetOperand
GetOperand<T>(Int32)
Gets an operand by index as a specific type
Declaration
public T GetOperand<T>(int index)
where T : LlvmMetadata
Parameters
public T GetOperand<T>(int index)
where T : LlvmMetadata
Int32 | index | Index of the operand |
Returns
T | Operand or null if the operand isn't castable to |
Type Parameters
T | Type of the operand |