MonobjcMonobjc Documented Class Library
IsReadOnly Property
NamespacesMonobjc.FoundationNSMutableSetIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
Declaration Syntax
C#Visual BasicVisual C++
public override bool IsReadOnly { get; }
Public Overrides ReadOnly Property IsReadOnly As Boolean
	Get
public:
virtual property bool IsReadOnly {
	bool get () override;
}
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)