System.Text.RegularExpressions.CILCompiler.EmitOpNegateReverse C# (CSharp) Method

EmitOpNegateReverse() public method

public EmitOpNegateReverse ( RxOp op, bool negate, bool reverse ) : void
op RxOp
negate bool
reverse bool
return void
		public override void EmitOpNegateReverse (RxOp op, bool negate, bool reverse) {
			EmitGenericOp (op, negate, false, reverse, false);
			base.EmitOpNegateReverse (op, negate, reverse);
		}