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