MonobjcMonobjc Documented Class Library
Add Method (item)
NamespacesMonobjc.FoundationNSMutableSetAdd(Id)
Adds an item to the ICollection<(Of <(<'T>)>)>.
Declaration Syntax
C#Visual BasicVisual C++
public override void Add(
	Id item
)
Public Overrides Sub Add ( _
	item As Id _
)
public:
virtual void Add(
	Id^ item
) override
Parameters
item (Id)
The object to add to the 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)