ElementType.Values Method

Definition

Returns an array containing the constants of this enum type in declaration order.

[Android.Runtime.Register("values", "()[Ljava/lang/annotation/ElementType;", "")]
public static Java.Lang.Annotation.ElementType[]? Values();
[<Android.Runtime.Register("values", "()[Ljava/lang/annotation/ElementType;", "")>]
static member Values : unit -> Java.Lang.Annotation.ElementType[]

Returns

An array containing the constants of this enum type in declaration order.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to