namespace Test { public delegate void Handler (TA sender) where TA: A; public class A where TA: A { } } class X { public static void Main () { } }