NSObject.GetDictionaryOfValuesFromKeys(NSString[]) Method

Definition

Retrieves the values of the specified keys.

[Foundation.Export("dictionaryWithValuesForKeys:")]
public virtual Foundation.NSDictionary GetDictionaryOfValuesFromKeys (Foundation.NSString[] keys);
abstract member GetDictionaryOfValuesFromKeys : Foundation.NSString[] -> Foundation.NSDictionary
override this.GetDictionaryOfValuesFromKeys : Foundation.NSString[] -> Foundation.NSDictionary

Parameters

keys
NSString[]

Returns

Attributes

Applies to