Share via


NSAtomicStoreCacheNode.SetValue(NSObject, String) Method

Definition

[Foundation.Export("setValue:forKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetValue(Foundation.NSObject? value, string key);
[<Foundation.Export("setValue:forKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetValue : Foundation.NSObject * string -> unit
override this.SetValue : Foundation.NSObject * string -> unit

Parameters

value
NSObject

To be added.

This parameter can be null.

key
String
Attributes

Applies to