show/hide this revision's text 3

Seems like the where clause needs a

public class or interface.
You need an ugly switch..

(And yeah, I answered this Class1<GenericType> where GenericType : struct { }

This one way too fast..)seemed to do the job..

show/hide this revision's text 2
public class MyClass<GenericType> 

Seems like the where GenericType: BaseType clause needs a class or interface.
You need an ugly switch..

(And yeah, I answered this one way too fast..)

show/hide this revision's text 1
public class MyClass<GenericType> where GenericType: BaseType