CFArray.Create 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
| Name | Description |
|---|---|
| Create(INativeObject[]) | |
| Create(String[]) |
Create(INativeObject[])
public static ObjCRuntime.NativeHandle Create(params ObjCRuntime.INativeObject[] values);
static member Create : ObjCRuntime.INativeObject[] -> ObjCRuntime.NativeHandle
Parameters
- values
- INativeObject[]
Returns
Applies to
Create(String[])
public static ObjCRuntime.NativeHandle Create(params string[] values);
static member Create : string[] -> ObjCRuntime.NativeHandle
Parameters
- values
- String[]