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