C# 클래스 System.Web.Compilation.BuilderLocationStack

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

공개 메소드들

메소드 설명
Peek ( ) : BuilderLocation
Pop ( ) : BuilderLocation
Push ( ControlBuilder builder, ILocation location ) : void
Push ( object o ) : void

메소드 상세

Peek() 공개 메소드

public Peek ( ) : BuilderLocation
리턴 BuilderLocation

Pop() 공개 메소드

public Pop ( ) : BuilderLocation
리턴 BuilderLocation

Push() 공개 메소드

public Push ( ControlBuilder builder, ILocation location ) : void
builder System.Web.UI.ControlBuilder
location ILocation
리턴 void

Push() 공개 메소드

public Push ( object o ) : void
o object
리턴 void