C# 클래스 RobotSimulator, csharp

파일 보기 프로젝트 열기: exercism/csharp 1 사용 예제들

공개 메소드들

메소드 설명
Move ( string instructions ) : void
RobotSimulator ( Direction direction, int x, int y ) : System

메소드 상세

Move() 공개 메소드

public Move ( string instructions ) : void
instructions string
리턴 void

RobotSimulator() 공개 메소드

public RobotSimulator ( Direction direction, int x, int y ) : System
direction Direction
x int
y int
리턴 System