C# 클래스 CellsAutomate.Mutator.Mutations.DublicateCommandMutation.DublicateCommand

파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
DublicateCommand ( ICommandsList commands, int from, int to ) : System
Execute ( ) : void
Undo ( ) : void

메소드 상세

DublicateCommand() 공개 메소드

public DublicateCommand ( ICommandsList commands, int from, int to ) : System
commands ICommandsList
from int
to int
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void