GeneratedAttribute.Comments 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.
Gets or sets comments supplied by the code generator.
[Android.Runtime.Register("comments", ApiSince=34)]
public string? Comments { get; set; }
[<Android.Runtime.Register("comments", ApiSince=34)>]
member this.Comments : string with get, set
Property Value
Comments to include with the generated source, or null when no comments are supplied.
- Attributes
Remarks
This optional text can record generator-specific information about the generated source.