Share via


NSDictionary.KeysForObject(NSObject) Method

Definition

[Foundation.Export("allKeysForObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject[] KeysForObject(Foundation.NSObject obj);
[<Foundation.Export("allKeysForObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member KeysForObject : Foundation.NSObject -> Foundation.NSObject[]
override this.KeysForObject : Foundation.NSObject -> Foundation.NSObject[]

Parameters

obj
NSObject

Returns

Attributes

Applies to