Run() публичный Метод

public Run ( ) : string
Результат string
Пример #1
0
 public void TransformationAndGo()
 {
     _vehicle?.Run();
 }