NSObject.Init Method

Definition

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.

Applies to