ParseStack.ParseStack C# (CSharp) 메소드

ParseStack() 공개 메소드

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