C# Class Microsoft.VisualStudio.Language.Spellchecker.LineProgress

Show file Open project: NoahRic/Spellchecker Class Usage Examples

Public Methods

Method Description
Advance ( int count = 1 ) : void
AdvanceToEndOfLine ( ) : void
Char ( ) : char
EndNaturalText ( ) : void
LineProgress ( ITextSnapshotLine line, State state, List naturalTextSpans ) : System.Collections.Generic
NextChar ( ) : char
NextNextChar ( ) : char
StartNaturalText ( ) : void

Method Details

Advance() public method

public Advance ( int count = 1 ) : void
count int
return void

AdvanceToEndOfLine() public method

public AdvanceToEndOfLine ( ) : void
return void

Char() public method

public Char ( ) : char
return char

EndNaturalText() public method

public EndNaturalText ( ) : void
return void

LineProgress() public method

public LineProgress ( ITextSnapshotLine line, State state, List naturalTextSpans ) : System.Collections.Generic
line ITextSnapshotLine
state State
naturalTextSpans List
return System.Collections.Generic

NextChar() public method

public NextChar ( ) : char
return char

NextNextChar() public method

public NextNextChar ( ) : char
return char

StartNaturalText() public method

public StartNaturalText ( ) : void
return void