Share via


NSCache.ObjectForKey(NSObject) Method

Definition

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

Parameters

key
NSObject

Returns

Attributes

Applies to