Android.Util.SparseBooleanArray.Append Method
Puts a key/value pair into the array, optimizing for the case where the key is greater than all existing keys in the array.

Syntax

[Android.Runtime.Register("append", "(IZ)V", "GetAppend_IZHandler")]
public virtual void Append (int key, bool value)

Parameters

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

Remarks

Puts a key/value pair into the array, optimizing for the case where the key is greater than all existing keys in the array.

[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