NSDictionary<TKey,TValue>.ObjectsForKeys(TKey[], TValue) Method

Definition

Returns an array of values corresponding to a specified set of keys.

public TValue[] ObjectsForKeys(TKey[] keys, TValue marker);
override this.ObjectsForKeys : 'Key[] * 'Value -> 'Value[]

Parameters

keys
TKey[]

An array of keys.

marker
TValue

The marker object to substitute for values that are not present in the dictionary.

Returns

TValue[]

An array of values corresponding to the keys in the keys array, with the marker object substituted for missing values.

Applies to