ParseStack.ParseStack C# (CSharp) Method

ParseStack() public method

public ParseStack ( string parseType )
parseType string
            public ParseStack(string parseType)
            {
                m_parseType = parseType;
            }