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", "(II)V", "GetAppend_IIHandler")]
public virtual
void Append (
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
Requirements
Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1