Exemplo n.º 1
0
 public static T HandleExactly <T, E, H>(this T handler, int count)
     where
 T : HandlerBase <E, H>
     where
 E : EventArgs
 {
     HandlerExtensions.HandleExactly <E, H>(handler, count);
     return(handler);
 }