StackWalker.Option.Values 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 an array containing all constants of this enumeration type.
[Android.Runtime.Register("values", "()[Ljava/lang/StackWalker$Option;", "", ApiSince=34)]
public static Java.Lang.StackWalker.Option[]? Values();
[<Android.Runtime.Register("values", "()[Ljava/lang/StackWalker$Option;", "", ApiSince=34)>]
static member Values : unit -> Java.Lang.StackWalker.Option[]
Returns
An array containing all constants of this enumeration type.
- Attributes
Remarks
Returns an array containing all constants of this enumeration type.