Share via


DictionaryContainer.GetNSDictionary 메서드

정의

오버로드

GetNSDictionary(NSString)

와 연결된 를 NSDictionary 반환합니다 key.

GetNSDictionary<TKey,TValue>(NSString)

와 연결된 를 NSDictionary 반환합니다 key.

GetNSDictionary(NSString)

와 연결된 를 NSDictionary 반환합니다 key.

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

매개 변수

key
NSString

NSDictionary의 식별자입니다.

반환

적용 대상

GetNSDictionary<TKey,TValue>(NSString)

와 연결된 를 NSDictionary 반환합니다 key.

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의 식별자입니다.

반환

적용 대상