Share via


Extensions.IsICollection(Type) Method

Definition

Type implements ICollection.

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

Parameters

type
Type

Type to check.

Returns

True if implements ICollection.

Applies to