MonobjcMonobjc Documented Class Library
Remove Method (item)
NamespacesMonobjc.FoundationNSMutableSetRemove(Id)
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
Declaration Syntax
C#Visual BasicVisual C++
public override bool Remove(
	Id item
)
Public Overrides Function Remove ( _
	item As Id _
) As Boolean
public:
virtual bool Remove(
	Id^ item
) override
Parameters
item (Id)
The object to remove from the ICollection<(Of <(<'T>)>)>.
Return Value
true if item was successfully removed from the ICollection<(Of <(<'T>)>)>; otherwise, false. This method also returns false if item is not found in the original ICollection<(Of <(<'T>)>)>.
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollection<(Of <(<'T>)>)> is read-only.
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)