NSValue.ValueFromNonretainedObject(NSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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