Share via


MeasureUnit.Available Property

Definition

Get all of the available units.

public static System.Collections.Generic.ICollection<Android.Icu.Util.MeasureUnit>? Available { [Android.Runtime.Register("getAvailable", "()Ljava/util/Set;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAvailable", "()Ljava/util/Set;", "", ApiSince=24)>]
static member Available : System.Collections.Generic.ICollection<Android.Icu.Util.MeasureUnit>

Property Value

Attributes

Remarks

Get all of the available units. Returned set is unmodifiable.

Java documentation for android.icu.util.MeasureUnit.getAvailable().

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