RegisterAttribute.IsWrapper Property

Definition

Specifies whether the class being registered is wrapping an existing Objective-C class, or if it's a new class.

public bool IsWrapper { get; set; }
member this.IsWrapper : bool with get, set

Property Value

True if the class being registered is wrapping an existing Objective-C class.

Applies to