PIbd-23 Vrazhkin S.A. Work3 #3

Closed
kirin wants to merge 2 commits from lab3 into lab2
Showing only changes of commit e787a6d765 - Show all commits

View File

@ -1,6 +1,6 @@
namespace ElectricLocomotive;
public class SetGeneric <T, U> where T : class where U : struct
public class SetGeneric <T> where T : class
{
private readonly T?[] _places;