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