Java.Util.Concurrent.Atomic.AtomicIntegerArray.IncrementAndGet Method
Atomically increments by one the element at index i.

Syntax

[Android.Runtime.Register("incrementAndGet", "(I)I", "")]
public int IncrementAndGet (int i)

Parameters

i
the index

Returns

Documentation for this section has not yet been entered.

Remarks

Atomically increments by one the element at index i.

[Android Documentation]

Requirements

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