Extensions.IsGenericEnumerableType(Type) Method

Definition

Type implements generic IEnumerable.

public static bool IsGenericEnumerableType (this Type type);
static member IsGenericEnumerableType : Type -> bool
<Extension()>
Public Function IsGenericEnumerableType (type As Type) As Boolean

Parameters

type
Type

Type to check.

Returns

Boolean

True if implements generic IEnumerable.

Applies to