Language

IGenerated.Comments Method

Definition

Returns comments supplied by the code generator.

[Android.Runtime.Register("comments", "()Ljava/lang/String;", "GetCommentsHandler:Javax.Annotation.Processing.IGeneratedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public string? Comments();
[<Android.Runtime.Register("comments", "()Ljava/lang/String;", "GetCommentsHandler:Javax.Annotation.Processing.IGeneratedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member Comments : unit -> string

Returns

Comments included by the code generator, or an empty string when no comments were supplied.

Attributes

Remarks

This optional text can record generator-specific information about the generated source.

Applies to