Java.Util.Concurrent.Atomic.AtomicReferenceArray Class
An array of object references in which elements may be updated atomically.

See Also: AtomicReferenceArray Members

Syntax

[Android.Runtime.Register("java/util/concurrent/atomic/AtomicReferenceArray", DoNotGenerateAcw=true)]
public class AtomicReferenceArray : Java.Lang.Object, Java.IO.ISerializable, IDisposable

Remarks

An array of object references in which elements may be updated atomically. See the Java.Util.Concurrent.Atomic package specification for description of the properties of atomic variables.

[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