ModelItemCollection.IsFixedSize 속성

정의

컬렉션이 고정 크기인지 여부를 나타내는 값을 가져옵니다.

protected:
 virtual property bool IsFixedSize { bool get(); };
protected virtual bool IsFixedSize { get; }
member this.IsFixedSize : bool
Protected Overridable ReadOnly Property IsFixedSize As Boolean

속성 값

Boolean

컬렉션의 크기가 고정되어 있으면 true이고, 그렇지 않으면 false입니다.

설명

기본 구현은 반환 true 컬렉션이 읽기 전용인 경우.

적용 대상