System.Text.RegularExpressions.RegexNode.RegexNode C# (CSharp) Method

RegexNode() private method

private RegexNode ( int type, RegexOptions options ) : System.Collections.Generic
type int
options RegexOptions
return System.Collections.Generic
        internal RegexNode(int type, RegexOptions options)
        {
            _type = type;
            _options = options;
        }

Same methods

RegexNode::RegexNode ( int type, RegexOptions options, char ch ) : System.Collections.Generic
RegexNode::RegexNode ( int type, RegexOptions options, int m ) : System.Collections.Generic
RegexNode::RegexNode ( int type, RegexOptions options, int m, int n ) : System.Collections.Generic
RegexNode::RegexNode ( int type, RegexOptions options, string str ) : System.Collections.Generic