Share via


AtomicMarkableReference.IsMarked Property

Definition

Returns the current value of the mark.

public virtual bool IsMarked { [Android.Runtime.Register("isMarked", "()Z", "GetIsMarkedHandler")] get; }
[<get: Android.Runtime.Register("isMarked", "()Z", "GetIsMarkedHandler")>]
member this.IsMarked : bool

Property Value

the current value of the mark

Attributes

Remarks

Returns the current value of the mark.

Java documentation for java.util.concurrent.atomic.AtomicMarkableReference.isMarked().

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