DictionaryContainer.GetNSDictionary Method

Definition

Overloads

GetNSDictionary(NSString)

Returns the NSDictionary associated with key.

GetNSDictionary<TKey,TValue>(NSString)

Returns the NSDictionary associated with key.

GetNSDictionary(NSString)

Returns the NSDictionary associated with key.

C#
protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);

Parameters

key
NSString

The identifier of the NSDictionary.

Returns

Applies to

Xamarin.Mac SDK 14
Proizvod Verzije
Xamarin.Mac SDK 14

GetNSDictionary<TKey,TValue>(NSString)

Returns the NSDictionary associated with key.

C#
protected Foundation.NSDictionary<TKey,TValue> GetNSDictionary<TKey,TValue> (Foundation.NSString key) where TKey : class, ObjCRuntime.INativeObject where TValue : class, ObjCRuntime.INativeObject;

Type Parameters

TKey

The type of keys in the stored dictionary.

TValue

The type of values in the stored dictionary.

Parameters

key
NSString

The identifier of the NSDictionary.

Returns

Applies to

Xamarin.Mac SDK 14
Proizvod Verzije
Xamarin.Mac SDK 14