Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
System
Text
RegularExpressions
PatternCompiler.PatternLinkStack
C# Class System.Text.RegularExpressions.PatternCompiler.PatternLinkStack
Inheritance:
LinkStack
Exibir arquivo
Open project: runefs/Marvin
Class Usage Examples
Public Methods
Method
Description
GetOffset
(
int
target_addr
) :
int
PatternLinkStack
( ) :
System
Protected Methods
Method
Description
GetCurrent
( ) :
object
SetCurrent
(
object
l
) :
void
Method Details
GetCurrent()
protected
method
protected
GetCurrent
( ) :
object
return
object
GetOffset()
public
method
public
GetOffset
(
int
target_addr
) :
int
target_addr
int
return
int
PatternLinkStack()
public
method
public
PatternLinkStack
( ) :
System
return
System
SetCurrent()
protected
method
protected
SetCurrent
(
object
l
) :
void
l
object
return
void