using System.Collections.Generic; namespace ndynamic { public class C<U> : List<dynamic> { } class C { public static void Main () { } } }