CollectionType public static class CollectionType Provides specialized reflection methods for collection types. Documentation Code public static Type GetItemType(this Type collectionType, out Type enumerableInterface) Obtains type of items in the collection type. public static Type GetItemType(this Type collectionType) Obtains type of items in the collection type.