Share via


Extensions.IsIList(Type) Method

Definition

Type implements IList.

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

Parameters

type
Type

Type to check.

Returns

True if implements IList.

Applies to