IGenerated.Value 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 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
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.