ArrayMap.Size Method

Definition

Return the number of items in this array map.

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

Returns

Implements

Attributes

Remarks

Return the number of items in this array map.

Java documentation for android.util.ArrayMap.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