MonobjcMonobjc Documented Class Library
IsReadOnly Property
NamespacesMonobjc.FoundationNSArrayIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsReadOnly { get; }
Public Overridable ReadOnly Property IsReadOnly As Boolean
	Get
public:
virtual property bool IsReadOnly {
	bool get ();
}
Value
Return Value
true if the ICollection<(Of <(<'T>)>)> is read-only; otherwise, false.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)