C# Class FastColoredTextBoxNS.RemoveLinesCommand

Removes lines
Inheritance: UndoableCommand
显示文件 Open project: samarjeet27/ynoteclassic

Public Methods

Method Description
Clone ( ) : UndoableCommand
Execute ( ) : void

Execute operation

RemoveLinesCommand ( TextSource ts, List iLines ) : System

Constructor

Undo ( ) : void

Undo operation

Method Details

Clone() public method

public Clone ( ) : UndoableCommand
return UndoableCommand

Execute() public method

Execute operation
public Execute ( ) : void
return void

RemoveLinesCommand() public method

Constructor
public RemoveLinesCommand ( TextSource ts, List iLines ) : System
ts TextSource
iLines List
return System

Undo() public method

Undo operation
public Undo ( ) : void
return void