NSMutableOrderedSet.AddObjects(NSObject[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified objects to this set.
[Foundation.Export("addObjectsFromArray:")]
public virtual void AddObjects (Foundation.NSObject[] source);
abstract member AddObjects : Foundation.NSObject[] -> unit
override this.AddObjects : Foundation.NSObject[] -> unit
Parameters
- source
- NSObject[]
- Attributes