Share via


NSObject.AutomaticallyNotifiesObserversForKey(String) Method

Definition

[Foundation.Export("automaticallyNotifiesObserversForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool AutomaticallyNotifiesObserversForKey(string key);
[<Foundation.Export("automaticallyNotifiesObserversForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AutomaticallyNotifiesObserversForKey : string -> bool

Parameters

key
String

Returns

Attributes

Applies to