ImmutableArray<T>::ICollection<T>::IsReadOnly Property
Gets a value indicating whether this instance is read only.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: [DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)] property bool IsReadOnly { virtual bool get() sealed = ICollection<T>::IsReadOnly::get; }
Implements
ICollection<T>::IsReadOnly
Show: