Share via


Extensions.IsIEnumerable(Type) Method

Definition

Type implements IEnumerable.

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

Parameters

type
Type

Type to check.

Returns

True if implements IEnumerable.

Applies to