Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
System
Web
Compilation
TagStack
C# Class System.Web.Compilation.TagStack
Mostra file
Open project: kumpera/mono
Public Methods
Method
Description
CompareTo
(
string
tagid
) :
bool
Pop
( ) :
string
Push
(
string
tagid
) :
void
TagStack
( ) :
System
Method Details
CompareTo()
public
method
public
CompareTo
(
string
tagid
) :
bool
tagid
string
return
bool
Pop()
public
method
public
Pop
( ) :
string
return
string
Push()
public
method
public
Push
(
string
tagid
) :
void
tagid
string
return
void
TagStack()
public
method
public
TagStack
( ) :
System
return
System