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[]