NSArray<TKey>.FromNSObjects 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FromNSObjects(TKey[]) | |
FromNSObjects(Int32, TKey[]) |
FromNSObjects(TKey[])
public static Foundation.NSArray<TKey> FromNSObjects (params TKey[] items);
static member FromNSObjects : 'Key[] -> Foundation.NSArray<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
参数
- items
- TKey[]
返回
适用于
FromNSObjects(Int32, TKey[])
public static Foundation.NSArray<TKey> FromNSObjects (int count, params TKey[] items);
static member FromNSObjects : int * 'Key[] -> Foundation.NSArray<'Key (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject)>
参数
- count
- Int32
- items
- TKey[]