BelhardTraining.LessonIO.TrainBinary.TrainBinary C# (CSharp) Method

TrainBinary() public method

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