Java.Util.AbstractMap.Size Method
Returns the number of mappings in this Map.

Syntax

[Android.Runtime.Register("size", "()I", "GetSizeHandler")]
public virtual int Size ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the number of mappings in this Map.

This implementation returns its entry set's size.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1