public class ArrayList { void AddAll (U u) where U : T { InsertAll (u); } void InsertAll (T t) { } } class X { public static void Main () { } }