C# Class ARCed.Scintilla.LineCollection

Inheritance: TopLevelHelper, ICollection
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
LineCollection ( Scintilla scintilla ) : System

Private Methods

Method Description
Show ( int startLine, int endLine ) : void

Method Details

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

FromPosition() public method

public FromPosition ( int position ) : Line
position int
return Line

FromVisibleLineNumber() public method

public FromVisibleLineNumber ( int displayLine ) : Line
displayLine int
return Line

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetMaxLineWithState() public method

public GetMaxLineWithState ( ) : Line
return Line

Hide() public method

public Hide ( int startLine, int endLine ) : void
startLine int
endLine int
return void

Join() public method

public Join ( int startLine, int endLine ) : void
startLine int
endLine int
return void

LineCollection() protected method

protected LineCollection ( Scintilla scintilla ) : System
scintilla Scintilla
return System

this() public method

public this ( int index ) : Line
index int
return Line