NSDictionary.KeysForObject(NSObject) Method

Definition

An array, possibly empty, of the keys whose value is equal to the specified obj.

[Foundation.Export("allKeysForObject:")]
public virtual Foundation.NSObject[] KeysForObject (Foundation.NSObject obj);
abstract member KeysForObject : Foundation.NSObject -> Foundation.NSObject[]
override this.KeysForObject : Foundation.NSObject -> Foundation.NSObject[]

Parameters

obj
NSObject

Returns

Attributes

Applies to