Compartir a través de


Extensions.IsICollection(Type) Método

Definición

El tipo implementa ICollection.

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

Parámetros

type
Type

Escriba para comprobarlo.

Devoluciones

True si implementa ICollection.

Se aplica a