C# Class Subtext.Framework.Util.CharQueue

Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
CharQueue ( int length ) : System
Dequeue ( ) : char
Enqueue ( char x ) : void
Holds ( string value ) : bool
Holds ( string value, System.StringComparison comparisonType ) : bool
ToString ( ) : string
ToString ( int length ) : string
this ( int i ) : char

Méthodes protégées

Méthode Description
CharQueue ( ) : System

Method Details

CharQueue() protected méthode

protected CharQueue ( ) : System
Résultat System

CharQueue() public méthode

public CharQueue ( int length ) : System
length int
Résultat System

Dequeue() public méthode

public Dequeue ( ) : char
Résultat char

Enqueue() public méthode

public Enqueue ( char x ) : void
x char
Résultat void

Holds() public méthode

public Holds ( string value ) : bool
value string
Résultat bool

Holds() public méthode

public Holds ( string value, System.StringComparison comparisonType ) : bool
value string
comparisonType System.StringComparison
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( int length ) : string
length int
Résultat string

this() public méthode

public this ( int i ) : char
i int
Résultat char