removed additional task
This commit is contained in:
parent
ab8360df4b
commit
e787a6d765
@ -1,6 +1,6 @@
|
|||||||
namespace ElectricLocomotive;
|
namespace ElectricLocomotive;
|
||||||
|
|
||||||
public class SetGeneric <T, U> where T : class where U : struct
|
public class SetGeneric <T> where T : class
|
||||||
{
|
{
|
||||||
private readonly T?[] _places;
|
private readonly T?[] _places;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user