public override Func <IExtractContext, string[]> Apply( ICodeInformation operand, DecodeContext decodeContext) { return(BranchExpressionUtilities.ApplyFalse(operand, "==", decodeContext)); }
public ILBody(Label label, ILConverter ilc, ICodeInformation code) { this.Label = label; this.ILConverter = ilc; this.Code = code; }
public override ExpressionEmitter Prepare( ICodeInformation operand, DecodeContext decodeContext) { return(BranchExpressionUtilities.ApplyBinary(operand, ">=", decodeContext)); }