C# create generic type

Activator.CreateInstance(typeof(List<>).MakeGenericType(myType), myArray);
33610cookie-checkC# create generic type