Language

IGenerated.Value Method

Definition

Returns the names of the code generators that produced the source.

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

Returns

String[]

An array containing the fully qualified name of each code generator.

Attributes

Remarks

This required annotation element identifies the code generator or generators responsible for the generated source.

Applies to