UINib.Instantiate(NSObject, NSDictionary) 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.
Unarchives and initializes the in-memory contents of this UINib's nib file.
[Foundation.Export("instantiateWithOwner:options:")]
public virtual Foundation.NSObject[] Instantiate (Foundation.NSObject ownerOrNil, Foundation.NSDictionary optionsOrNil);
abstract member Instantiate : Foundation.NSObject * Foundation.NSDictionary -> Foundation.NSObject[]
override this.Instantiate : Foundation.NSObject * Foundation.NSDictionary -> Foundation.NSObject[]
Parameters
Returns
NSObject[]
- Attributes