C# Class ScintillaNET.LineCollection

Inheritance: ScintillaNET.TopLevelHelper, ICollection
Afficher le fichier Open project: NekoProject/NekoKun Class Usage Examples

Méthodes publiques

Méthode Description
CopyTo ( Array array, int index ) : void
FromPosition ( int position ) : Line
FromVisibleLineNumber ( int displayLine ) : Line
GetEnumerator ( ) : IEnumerator
GetMaxLineWithState ( ) : Line
Hide ( int startLine, int endLine ) : void
Join ( int startLine, int endLine ) : void
this ( int index ) : Line

Méthodes protégées

Méthode Description
LineCollection ( Scintilla scintilla ) : System

Private Methods

Méthode Description
Show ( int startLine, int endLine ) : void

Method Details

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

FromPosition() public méthode

public FromPosition ( int position ) : Line
position int
Résultat Line

FromVisibleLineNumber() public méthode

public FromVisibleLineNumber ( int displayLine ) : Line
displayLine int
Résultat Line

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetMaxLineWithState() public méthode

public GetMaxLineWithState ( ) : Line
Résultat Line

Hide() public méthode

public Hide ( int startLine, int endLine ) : void
startLine int
endLine int
Résultat void

Join() public méthode

public Join ( int startLine, int endLine ) : void
startLine int
endLine int
Résultat void

LineCollection() protected méthode

protected LineCollection ( Scintilla scintilla ) : System
scintilla Scintilla
Résultat System

this() public méthode

public this ( int index ) : Line
index int
Résultat Line