ProtocolAttribute.IsInformal Property
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.
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.