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

EmitGenericOp() private method

private EmitGenericOp ( RxOp op, bool negate, bool ignore, bool reverse, bool lazy ) : void
op RxOp
negate bool
ignore bool
reverse bool
lazy bool
return void
		void EmitGenericOp (RxOp op, bool negate, bool ignore, bool reverse, bool lazy) {
			generic_ops [curpos] = (int)op;
			op_flags [curpos] = (int)MakeFlags (negate, ignore, reverse, false);
	    }