Получи случайную криптовалюту за регистрацию!

When defining a class using C# Generics, which of the followin | C# 1001 notes

When defining a class using C# Generics, which of the followings is invalid?
Anonymous Quiz
22%
class MyClass where T : struct
6%
class MyClass where T : class
9%
class MyClass where T : IComparable
13%
class MyClass where T : MyBase
49%
All of the above are correct