MonobjcMonobjc Documented Class Library
Add Method (item)
NamespacesMonobjc.FoundationNSIndexSetAdd(NSUInteger)
Adds an item to the ICollection<(Of <(<'T>)>)>.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Add(
	NSUInteger item
)
Public Overridable Sub Add ( _
	item As NSUInteger _
)
public:
virtual void Add(
	NSUInteger item
)
Parameters
item (NSUInteger)
The object to add to the ICollection<(Of <(<'T>)>)>.
Exceptions
ExceptionCondition
NotSupportedExceptionThis instance is immutable
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)