ImmutableArray<T>::ICollection<T>::IsReadOnly Property

 

Gets a value indicating whether this instance is read only.

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

private:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property bool IsReadOnly {
	virtual bool get() sealed = ICollection<T>::IsReadOnly::get;
}

Property Value

Type: System::Boolean

true if this instance is read only; otherwise, false.

Return to top
Show: