C# 클래스 SadConsole.Instructions.DoubleInstruction

상속: InstructionBase
파일 보기 프로젝트 열기: Thraka/SadConsole

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DoubleInstruction ( ) : System
Repeat ( ) : void
Reset ( ) : void
Run ( ) : void

Runs this instruction.

메소드 상세

DoubleInstruction() 공개 메소드

public DoubleInstruction ( ) : System
리턴 System

Repeat() 공개 메소드

public Repeat ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Run() 공개 메소드

Runs this instruction.
public Run ( ) : void
리턴 void