MonobjcMonobjc Documented Class Library
SetArray Method (otherArray)
NamespacesMonobjc.FoundationNSMutableArraySetArray(NSArray)

Sets the receiving array’s elements to those in another given array.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetArray(
	NSArray otherArray
)
Public Overridable Sub SetArray ( _
	otherArray As NSArray _
)
public:
virtual void SetArray(
	NSArray^ otherArray
)
Parameters
otherArray (NSArray)
The array of objects with which to replace 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)