NSValue.ValueFromNonretainedObject(NSObject) Method

Definition

Creates an NSValue object that is wrapped in an NSValue without being retained.

[Foundation.Export("valueWithNonretainedObject:")]
public static Foundation.NSValue ValueFromNonretainedObject (Foundation.NSObject anObject);
static member ValueFromNonretainedObject : Foundation.NSObject -> Foundation.NSValue

Parameters

anObject
NSObject

An NSObject to wrap.

Returns

Attributes

Applies to