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>.

적용 대상