C# Class ParseStack, splatter

Inheritance: Stack
Exibir arquivo Open project: skyronic/splatter Class Usage Examples

Public Properties

Property Type Description
m_parseType string

Public Methods

Method Description
ParseStack ( string parseType )
Push ( string str ) : void

Method Details

ParseStack() public method

public ParseStack ( string parseType )
parseType string

Push() public method

public Push ( string str ) : void
str string
return void

Property Details

m_parseType public_oe property

public string m_parseType
return string