NSObject.Init 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.
Initializes the object by calling the Objective-C init method.
public void Init();
member this.Init : unit -> unit
Remarks
This method should only be called on objects that have been allocated but not yet initialized.