Java.Util.Concurrent.Atomic.AtomicStampedReference.Get Method
Returns the current values of both the reference and the stamp.

Syntax

[Android.Runtime.Register("get", "([I)Ljava/lang/Object;", "GetGet_arrayIHandler")]
public virtual Java.Lang.Object Get (int[] stampHolder)

Parameters

stampHolder
an array of size of at least one. On return, stampholder[0] will hold the value of the stamp.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the current values of both the reference and the stamp. Typical usage is int[1] holder; ref = v.get(holder); .

[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