SynchronizedCollection<T>.IList.IsReadOnly 속성

정의

컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

false

구현

설명

컬렉션을 추가할 수 있고 따라서 읽기 전용이 아니므로 이 속성은 항상 false를 반환합니다.

적용 대상