Extensions.IsListCollectionType(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 IList.
public static bool IsListCollectionType (this Type type);
static member IsListCollectionType : Type -> bool
<Extension()>
Public Function IsListCollectionType (type As Type) As Boolean
Parameters
- type
- Type
Type to check.
Returns
True if implements generic IList.