Compartilhar via


Extensions.IsICollection(Type) Método

Definição

O 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

Digite para verificar.

Retornos

True se implementar ICollection.

Aplica-se a