Android.Util.SparseIntArray.Get Method
Gets the int mapped from the specified key, or 0 if no such mapping has been made.

Syntax

[Android.Runtime.Register("get", "(I)I", "GetGet_IHandler")]
public virtual int Get (int key)

Parameters

key
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the int mapped from the specified key, or 0 if no such mapping has been made.

[Android Documentation]

Requirements

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