IFuture.State.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 the constants of this enum class, in the order they are declared.
[Android.Runtime.Register("values", "()[Ljava/util/concurrent/Future$State;", "", ApiSince=36)]
public static Java.Util.Concurrent.IFuture.State[]? Values();
[<Android.Runtime.Register("values", "()[Ljava/util/concurrent/Future$State;", "", ApiSince=36)>]
static member Values : unit -> Java.Util.Concurrent.IFuture.State[]
Returns
an array containing the constants of this enum class, in the order they are declared
- Attributes
Remarks
Returns an array containing the constants of this enum class, in the order they are declared.
Java reference for java.util.concurrent.Future.State.values.