BelhardTraining.LessonIO.TrainBinary.TrainBinary C# (CSharp) 메소드

TrainBinary() 공개 메소드

public TrainBinary ( double speed, int length ) : System
speed double
length int
리턴 System
        public TrainBinary(double speed, int length, params string[] travellers)
        {
            this.speed = speed;
            this.length = length;
            this.travellers = travellers;
        }