Java.Util.Concurrent.Atomic.AtomicInteger.GetAndAdd Method
Atomically adds the given value to the current value.

Syntax

[Android.Runtime.Register("getAndAdd", "(I)I", "")]
public int GetAndAdd (int delta)

Parameters

delta
the value to add

Returns

Documentation for this section has not yet been entered.

Remarks

Atomically adds the given value to the current value.

[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