NSDictionary<TKey,TValue>.ObjectsForKeys(TKey[], TValue) 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.
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
An array of values corresponding to the keys in the keys array, with the marker object substituted for missing values.