C# Class CookComputing.XmlRpc.XmlRpcSerializer.ParseStack

Inheritance: System.Collections.Stack
Show file Open project: bricel/DrutNet Class Usage Examples

Public Properties

Property Type Description
m_parseType string

Public Methods

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

Method Details

ParseStack() public method

public ParseStack ( string parseType ) : System
parseType string
return System

Push() public method

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

Property Details

m_parseType public property

public string m_parseType
return string