[MyCustomClassAttribute] public class Foo { } public class Bar<T> where T : ?? { public T FooInstance; }
I'm sure this is not possible, but just thought that I would check. Any way to make this so that T has [MyCustomClassAttribute] on it?
source share