ImmutableSortedSet<T>::IList::IsReadOnly Property

 

Gets a value indicating whether the ICollection<T> is read-only.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
property bool IsReadOnly {
	virtual bool get() sealed = IList::IsReadOnly::get;
}

Property Value

Type: System::Boolean

true if the ICollection<T> is read-only; otherwise, false.

Return to top
Show: