C# 클래스 SadConsole.Instructions.CodeInstruction

상속: InstructionBase
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CodeInstruction ( ) : System
Run ( ) : void

Runs this instruction.

메소드 상세

CodeInstruction() 공개 메소드

public CodeInstruction ( ) : System
리턴 System

Run() 공개 메소드

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