ParseStack.ParseStack C# (CSharp) Méthode

ParseStack() public méthode

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