ProtocolAttribute.IsInformal Property

Definition

Whether the Objective-C protocol is an informal protocol.

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

Property Value

Remarks

An informal protocol is the old name for an Objective-C category.

Applies to