C# Class CSharpOutline.SnapshotParser

sequential parser for ITextSnapshot
Show file Open project: Skybladev2/C--outline-for-Visual-Studio Class Usage Examples

Public Methods

Method Description
AtEnd ( ) : bool
MoveNext ( ) : bool

Moves forward by one char or one classification span

SnapshotParser ( ITextSnapshot snapshot, IClassifier classifier ) : System

Method Details

AtEnd() public method

public AtEnd ( ) : bool
return bool

MoveNext() public method

Moves forward by one char or one classification span
public MoveNext ( ) : bool
return bool

SnapshotParser() public method

public SnapshotParser ( ITextSnapshot snapshot, IClassifier classifier ) : System
snapshot ITextSnapshot
classifier IClassifier
return System