CompositeCollection.IList.IsReadOnly 속성

정의

이 멤버는 WPF(Windows Presentation Foundation) 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

속성 값

Boolean

true이 읽기 전용이면 IList이고, 그렇지 않으면 false입니다.

구현

적용 대상