Fan.Sys.Depend.Parser.Parser C# (CSharp) Method

Parser() private method

private Parser ( string str ) : System.Collections
str string
return System.Collections
            internal Parser(string str)
            {
                this.m_str = str;
                this.m_len = str.Length;
                consume();
            }