Share via


ModelMetadata.IsCollectionType Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob ein Auflistungstyp ist oder nicht ModelType .

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

Eigenschaftswert

Hinweise

Ein Auflistungstyp wird als Type definiert, der zugewiesen ICollection<T>werden kann.

Gilt für: