MonobjcMonobjc Documented Class Library
AddObjectsFromArray Method (otherArray)
NamespacesMonobjc.FoundationNSMutableArrayAddObjectsFromArray(NSArray)

Adds the objects contained in another given array to the end of the receiving array’s content.

Original signature is '- (void)addObjectsFromArray:(NSArray *)otherArray'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddObjectsFromArray(
	NSArray otherArray
)
Public Overridable Sub AddObjectsFromArray ( _
	otherArray As NSArray _
)
public:
virtual void AddObjectsFromArray(
	NSArray^ otherArray
)
Parameters
otherArray (NSArray)
An array of objects to add to the end of the receiving array’s content.
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)