Extensions.IsGenericCollectionType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type implements generic ICollection.
public static bool IsGenericCollectionType (this Type type);
static member IsGenericCollectionType : Type -> bool
<Extension()>
Public Function IsGenericCollectionType (type As Type) As Boolean
Parameters
- type
- Type
Type to check.
Returns
True if implements generic ICollection.