C# Class FirstFloor.ModernUI.Windows.Controls.BbCode.CharBuffer

Represents a character buffer.
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
CharBuffer ( [ value ) : System

Initializes a new instance of the T:CharBuffer class.

Consume ( ) : void

Consumes the next character.

Keep ( ) : void
La ( int count ) : char

Performs a look-ahead.

Mark ( ) : void

Marks the current _position.

Restore ( ) : void

Private Methods

Méthode Description
GetMark ( ) : string

Method Details

CharBuffer() public méthode

Initializes a new instance of the T:CharBuffer class.
public CharBuffer ( [ value ) : System
value [ The _value.
Résultat System

Consume() public méthode

Consumes the next character.
public Consume ( ) : void
Résultat void

Keep() public méthode

public Keep ( ) : void
Résultat void

La() public méthode

Performs a look-ahead.
public La ( int count ) : char
count int The number of character to look ahead.
Résultat char

Mark() public méthode

Marks the current _position.
public Mark ( ) : void
Résultat void

Restore() public méthode

public Restore ( ) : void
Résultat void