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