C# 클래스 DogSledSim.Model.DogSled

파일 보기 프로젝트 열기: novanet/CSharp-Test

공개 메소드들

메소드 설명
AddPair ( DogPair pair ) : void

Adds a new pair of dogs to the list

DogSled ( ) : System
DogSled ( HashSet a ) : System

Creates a dogsled and initialize the dog team

Start ( ) : void

Start the sled, tell all the dogs in the dog team to start running.

메소드 상세

AddPair() 공개 메소드

Adds a new pair of dogs to the list
public AddPair ( DogPair pair ) : void
pair DogPair
리턴 void

DogSled() 공개 메소드

public DogSled ( ) : System
리턴 System

DogSled() 공개 메소드

Creates a dogsled and initialize the dog team
public DogSled ( HashSet a ) : System
a HashSet
리턴 System

Start() 공개 메소드

Start the sled, tell all the dogs in the dog team to start running.
public Start ( ) : void
리턴 void