C# Class System.Text.RegularExpressions.LinkStack

Inheritance: System.Text.RegularExpressions.LinkRef
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
LinkStack ( ) : System
Pop ( ) : bool
Push ( ) : void

Méthodes protégées

Méthode Description
GetCurrent ( ) : object
SetCurrent ( object l ) : void

Method Details

GetCurrent() protected abstract méthode

protected abstract GetCurrent ( ) : object
Résultat object

LinkStack() public méthode

public LinkStack ( ) : System
Résultat System

Pop() public méthode

public Pop ( ) : bool
Résultat bool

Push() public méthode

public Push ( ) : void
Résultat void

SetCurrent() protected abstract méthode

protected abstract SetCurrent ( object l ) : void
l object
Résultat void