Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
System
Web
Compilation
BuilderLocationStack
C# Class System.Web.Compilation.BuilderLocationStack
Inheritance:
System.Collections.Stack
Datei anzeigen
Open project: kumpera/mono
Class Usage Examples
Public Methods
Method
Description
Peek
( ) :
BuilderLocation
Pop
( ) :
BuilderLocation
Push
(
ControlBuilder
builder
,
ILocation
location
) :
void
Push
(
object
o
) :
void
Method Details
Peek()
public
method
public
Peek
( ) :
BuilderLocation
return
BuilderLocation
Pop()
public
method
public
Pop
( ) :
BuilderLocation
return
BuilderLocation
Push()
public
method
public
Push
(
ControlBuilder
builder
,
ILocation
location
) :
void
builder
System.Web.UI.ControlBuilder
location
ILocation
return
void
Push()
public
method
public
Push
(
object
o
) :
void
o
object
return
void