Android.Util.SparseIntArray.Put Method
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.

Syntax

[Android.Runtime.Register("put", "(II)V", "GetPut_IIHandler")]
public virtual void Put (int key, int value)

Parameters

key
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.

Remarks

Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.

[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