AtomicStampedReference.Stamp Property

Definition

Returns the current value of the stamp.

public virtual int Stamp { [Android.Runtime.Register("getStamp", "()I", "GetGetStampHandler")] get; }
[<get: Android.Runtime.Register("getStamp", "()I", "GetGetStampHandler")>]
member this.Stamp : int

Property Value

the current value of the stamp

Attributes

Remarks

Returns the current value of the stamp.

Java documentation for java.util.concurrent.atomic.AtomicStampedReference.getStamp().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to