ImmutableSortedSet<T>.ICollection<T>.IsReadOnly 속성

정의

변경할 수 없는 컬렉션은 항상 읽기 전용이기 때문에 true를 반환합니다. ICollection<T> 인터페이스를 확인합니다.

property bool System::Collections::Generic::ICollection<T>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

속성 값

Boolean

컬렉션이 읽기 전용인지 여부를 나타내는 부울 값입니다.

구현

적용 대상