NSDictionary.KeysForObject(NSObject) 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.
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
NSObject[]
- Attributes