Лаб6 финал
This commit is contained in:
parent
50e5b857f7
commit
aed6c6c4e8
@ -8,7 +8,7 @@ using System.Drawing;
|
||||
namespace Trolleybus
|
||||
{
|
||||
internal class MapWithSetTrolleybusGeneric<T, U>
|
||||
where T : class, IDrawningObject
|
||||
where T : class, IDrawningObject, IEquatable<T>
|
||||
where U : AbstractMap
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -8,7 +8,7 @@ namespace Trolleybus
|
||||
{
|
||||
// Параметризованный набор объектов
|
||||
internal class SetTrolleybusGeneric<T>
|
||||
where T : class
|
||||
where T : class, IEquatable<T>
|
||||
{
|
||||
// Массив объектов, которые храним
|
||||
private readonly List<T> _places;
|
||||
|
Loading…
Reference in New Issue
Block a user