C# Class JustEnoughVi.DeleteInnerBlock

Inheritance: DeleteCommand
Show file Open project: hifi/monodevelop-justenoughvi

Public Methods

Method Description
DeleteInnerBlock ( TextEditorData editor, char openingChar, char closingChar ) : System

Protected Methods

Method Description
Run ( ) : void

Method Details

DeleteInnerBlock() public method

public DeleteInnerBlock ( TextEditorData editor, char openingChar, char closingChar ) : System
editor Mono.TextEditor.TextEditorData
openingChar char
closingChar char
return System

Run() protected method

protected Run ( ) : void
return void