C# 클래스 System.ParameterizedStrings.LowLevelStack

Provides a basic stack data structure.
파일 보기 프로젝트 열기: vargaz/mono

공개 메소드들

메소드 설명
Clear ( ) : void
LowLevelStack ( ) : System.Collections
Pop ( ) : FormatParam
Push ( FormatParam item ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

LowLevelStack() 공개 메소드

public LowLevelStack ( ) : System.Collections
리턴 System.Collections

Pop() 공개 메소드

public Pop ( ) : FormatParam
리턴 FormatParam

Push() 공개 메소드

public Push ( FormatParam item ) : void
item FormatParam
리턴 void