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