Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
System
Text
RegularExpressions
LinkStack
C# Class System.Text.RegularExpressions.LinkStack
Inheritance:
System.Text.RegularExpressions.LinkRef
Mostrar archivo
Open project: runefs/Marvin
Public Methods
Method
Description
LinkStack
( ) :
System
Pop
( ) :
bool
Push
( ) :
void
Protected Methods
Method
Description
GetCurrent
( ) :
object
SetCurrent
(
object
l
) :
void
Method Details
GetCurrent()
protected
abstract
method
protected
abstract
GetCurrent
( ) :
object
return
object
LinkStack()
public
method
public
LinkStack
( ) :
System
return
System
Pop()
public
method
public
Pop
( ) :
bool
return
bool
Push()
public
method
public
Push
( ) :
void
return
void
SetCurrent()
protected
abstract
method
protected
abstract
SetCurrent
(
object
l
) :
void
l
object
return
void