Method EmitLdelemAny
EmitLdelemAny(TypeReference)
Emits a Ldelem_Any opcode with a TypeReference operand to the current cursor position.
public ILCursor EmitLdelemAny(TypeReference operand)
Parameters
operandTypeReference- The emitted instruction's operand.
Returns
EmitLdelemAny(Type)
Emits a Ldelem_Any opcode with a Type operand to the current cursor position.
public ILCursor EmitLdelemAny(Type operand)
Parameters
operandType- The emitted instruction's operand. Will be automatically converted to a TypeReference.