Extensions.IsICollection(Type) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.