IGenerated.Comments Method
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.
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.