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

Syntax

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

Parameters

key
Documentation for this section has not yet been entered.
valueIfKeyNotFound
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 the specified value 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