C# 클래스 ParseStack, splatter

상속: Stack
파일 보기 프로젝트 열기: skyronic/splatter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_parseType string

공개 메소드들

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

메소드 상세

ParseStack() 공개 메소드

public ParseStack ( string parseType )
parseType string

Push() 공개 메소드

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

프로퍼티 상세

m_parseType 공개적으로 프로퍼티

public string m_parseType
리턴 string