C# Class Ripe.SharpDev.EditorTabPage.BreakPoint

Inheritance: ICSharpCode.TextEditor.Document.Bookmark
Datei anzeigen Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
BreakPoint ( ICSharpCode document, ICSharpCode location ) : System
Draw ( ICSharpCode margin, System g, System p ) : void

Method Details

BreakPoint() public method

public BreakPoint ( ICSharpCode document, ICSharpCode location ) : System
document ICSharpCode
location ICSharpCode
return System

Draw() public method

public Draw ( ICSharpCode margin, System g, System p ) : void
margin ICSharpCode
g System
p System
return void