Is it possible to define a class in C# such that
class GenericCollection : SomeBaseCollection where T : Delegate
I couldn
According to MSDN
Compiler Error CS0702
Constraint cannot be special class 'identifier' The following types may not be used as constraints: