Extensions.IsListCollectionType(Type) Method

Definition

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

Boolean

True if implements generic IList.

Applies to