Compartir a través de


ModelMetadata.IsCollectionType Propiedad

Definición

Obtiene un valor que indica si es o no ModelType un tipo de colección.

public:
 property bool IsCollectionType { bool get(); };
public bool IsCollectionType { get; }
member this.IsCollectionType : bool
Public ReadOnly Property IsCollectionType As Boolean

Valor de propiedad

Comentarios

Un tipo de colección se define como que Type se puede asignar a ICollection<T>.

Se aplica a