C# Class CSharpOutline.SnapshotParser

sequential parser for ITextSnapshot
Afficher le fichier Open project: Skybladev2/C--outline-for-Visual-Studio Class Usage Examples

Méthodes publiques

Méthode Description
AtEnd ( ) : bool
MoveNext ( ) : bool

Moves forward by one char or one classification span

SnapshotParser ( ITextSnapshot snapshot, IClassifier classifier ) : System

Method Details

AtEnd() public méthode

public AtEnd ( ) : bool
Résultat bool

MoveNext() public méthode

Moves forward by one char or one classification span
public MoveNext ( ) : bool
Résultat bool

SnapshotParser() public méthode

public SnapshotParser ( ITextSnapshot snapshot, IClassifier classifier ) : System
snapshot ITextSnapshot
classifier IClassifier
Résultat System