NSMutableDictionary<TKey,TValue>.KeysForObject(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 keys corresponding to all occurrences of the specified value in the dictionary.
public TKey[] KeysForObject(TValue obj);
override this.KeysForObject : 'Value -> 'Key[]
Parameters
- obj
- TValue
The value to search for.
Returns
An array of keys whose corresponding values are equal to the specified value.