NSKeyedUnarchiverDelegate.DecodedObject(NSKeyedUnarchiver, 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.
[Foundation.Export("unarchiver:didDecodeObject:")]
public virtual Foundation.NSObject DecodedObject(Foundation.NSKeyedUnarchiver unarchiver, Foundation.NSObject obj);
	abstract member DecodedObject : Foundation.NSKeyedUnarchiver * Foundation.NSObject -> Foundation.NSObject
override this.DecodedObject : Foundation.NSKeyedUnarchiver * Foundation.NSObject -> Foundation.NSObject
	Parameters
- unarchiver
 - NSKeyedUnarchiver
 
- obj
 - NSObject
 
Returns
- Attributes