C# Class Mono.TextEditor.TextDocument.UndoGroup

Inheritance: IDisposable
Show file Open project: powerumc/monodevelop_korean

Public Methods

Method Description
Dispose ( ) : void
UndoGroup ( TextDocument doc, OperationType operationType ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

UndoGroup() public method

public UndoGroup ( TextDocument doc, OperationType operationType ) : System
doc TextDocument
operationType OperationType
return System