C# Class System.ParameterizedStrings.LowLevelStack

Provides a basic stack data structure.
Afficher le fichier Open project: vargaz/mono

Méthodes publiques

Méthode Description
Clear ( ) : void
LowLevelStack ( ) : System.Collections
Pop ( ) : FormatParam
Push ( FormatParam item ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

LowLevelStack() public méthode

public LowLevelStack ( ) : System.Collections
Résultat System.Collections

Pop() public méthode

public Pop ( ) : FormatParam
Résultat FormatParam

Push() public méthode

public Push ( FormatParam item ) : void
item FormatParam
Résultat void