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;
        }