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