Share via


ModelMetadata.IsCollectionType 屬性

定義

取得值,指出是否 ModelType 為集合類型。

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

屬性值

備註

集合類型定義為 Type 可指派給 ICollection<T> 的 。

適用於