NSArray.FromObjects 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.
Overloads
FromObjects(Object[]) |
Creates an NSArray from a C# array of NSObjects. |
FromObjects(nint, Object[]) |
FromObjects(Object[])
Creates an NSArray from a C# array of NSObjects.
public static Foundation.NSArray FromObjects (params object[] items);
static member FromObjects : obj[] -> Foundation.NSArray
Parameters
- items
- Object[]
Array of C# objects.
Returns
Remarks
The values will be boxed into NSObjects using FromObject(Object).