NSObject.GetDictionaryOfValuesFromKeys(NSString[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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