LocaleList.Size Method

Definition

Returns the number of Locale items in this LocaleList.

[Android.Runtime.Register("size", "()I", "", ApiSince=24)]
public int Size ();
[<Android.Runtime.Register("size", "()I", "", ApiSince=24)>]
member this.Size : unit -> int

Returns

Attributes

Remarks

Returns the number of Locale items in this LocaleList.

Java documentation for android.os.LocaleList.size().

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