Method EmitLeave
EmitLeave(ILLabel)
public ILCursor EmitLeave(ILLabel operand)
Parameters
operandILLabel- The emitted instruction's operand.
 
Returns
EmitLeave(Instruction)
public ILCursor EmitLeave(Instruction operand)
Parameters
operandInstruction- The emitted instruction's operand. Will be automatically converted to a ILLabel.