Language

GeneratedAttribute.Comments Property

Definition

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.

Applies to