次の方法で共有


DictionaryContainer.GetNSDictionary メソッド

定義

オーバーロード

GetNSDictionary(NSString)

に関連付けられている keyNSDictionary返します。

GetNSDictionary<TKey,TValue>(NSString)

に関連付けられている keyNSDictionary返します。

GetNSDictionary(NSString)

に関連付けられている keyNSDictionary返します。

protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary

パラメーター

key
NSString

NSDictionary の識別子です。

戻り値

適用対象

GetNSDictionary<TKey,TValue>(NSString)

に関連付けられている keyNSDictionary返します。

protected Foundation.NSDictionary<TKey,TValue> GetNSDictionary<TKey,TValue> (Foundation.NSString key) where TKey : class, ObjCRuntime.INativeObject where TValue : class, ObjCRuntime.INativeObject;
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)> (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)

型パラメーター

TKey

格納されているディクショナリ内のキーの種類。

TValue

格納されているディクショナリ内の値の型。

パラメーター

key
NSString

NSDictionary の識別子です。

戻り値

適用対象