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

EmitOp() public method

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