NSObject.SetValuesForKeysWithDictionary(NSDictionary) Method

Definition

Sets the values of this NSObject to those in the specified dictionary.

[Foundation.Export("setValuesForKeysWithDictionary:")]
public virtual void SetValuesForKeysWithDictionary (Foundation.NSDictionary keyedValues);
abstract member SetValuesForKeysWithDictionary : Foundation.NSDictionary -> unit
override this.SetValuesForKeysWithDictionary : Foundation.NSDictionary -> unit

Parameters

keyedValues
NSDictionary
Attributes

Applies to