C# 클래스 CookComputing.XmlRpc.XmlRpcSerializer.ParseStack

상속: System.Collections.Stack
파일 보기 프로젝트 열기: bricel/DrutNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_parseType string

공개 메소드들

메소드 설명
ParseStack ( string parseType ) : System
Push ( string str ) : void

메소드 상세

ParseStack() 공개 메소드

public ParseStack ( string parseType ) : System
parseType string
리턴 System

Push() 공개 메소드

public Push ( string str ) : void
str string
리턴 void

프로퍼티 상세

m_parseType 공개적으로 프로퍼티

public string m_parseType
리턴 string