ISEbd-22 Alimova M.S. Lab Work 06 #6

Closed
malimova wants to merge 5 commits from Lab6 into Lab5
Showing only changes of commit 7adc066c5c - Show all commits

View File

@ -132,5 +132,9 @@ namespace AirBomber
}
}
}
/// <summary>
/// Получение объектов коллекции
/// </summary>
public IEnumerable<T?> GetPlanes => _collection.GetPlanes();
}
}