C# Class ARCed.Scintilla.SnippetLinkRange

Inheritance: ManagedRange
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SnippetLinkRange ( int start, int end, Scintilla scintilla, string key ) : System.Collections.Generic

Private Methods

Method Description
Init ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SnippetLinkRange() public method

public SnippetLinkRange ( int start, int end, Scintilla scintilla, string key ) : System.Collections.Generic
start int
end int
scintilla Scintilla
key string
return System.Collections.Generic