NSArray.ToArray 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 |
|---|---|
| ToArray() | |
| ToArray<TKey>() |
ToArray()
public Foundation.NSObject[] ToArray();
member this.ToArray : unit -> Foundation.NSObject[]
Returns
NSObject[]
Applies to
ToArray<TKey>()
public TKey[] ToArray<TKey>() where TKey : class, ObjCRuntime.INativeObject;
member this.ToArray : unit -> 'Key[] (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)
Type Parameters
- TKey
Returns
TKey[]