C# Class System.Web.Compilation.TagStack

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
CompareTo ( string tagid ) : bool
Pop ( ) : string
Push ( string tagid ) : void
TagStack ( ) : System

Method Details

CompareTo() public méthode

public CompareTo ( string tagid ) : bool
tagid string
Résultat bool

Pop() public méthode

public Pop ( ) : string
Résultat string

Push() public méthode

public Push ( string tagid ) : void
tagid string
Résultat void

TagStack() public méthode

public TagStack ( ) : System
Résultat System