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

RegexWriter() private method

private RegexWriter ( ) : System.Collections
return System.Collections
        private RegexWriter()
        {
            _intStack = new int[32];
            _emitted = new int[32];
            _stringhash = new Dictionary<string, int>();
            _stringtable = new List<string>();
        }