Share via


DictionaryContainer.SetArrayOfDictionariesValue Method

Definition

Associates a DictionaryContainer array values with key.

protected void SetArrayOfDictionariesValue(Foundation.NSString key, Foundation.DictionaryContainer[]? values);
member this.SetArrayOfDictionariesValue : Foundation.NSString * Foundation.DictionaryContainer[] -> unit

Parameters

key
NSString

The identifier of the value to get.

values
DictionaryContainer[]

The DictionaryContainer array to be associated with key. Pass null to remove any existing association.

Applies to