Phaser.Root Property

Definition

Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent.

public virtual Java.Util.Concurrent.Phaser? Root { [Android.Runtime.Register("getRoot", "()Ljava/util/concurrent/Phaser;", "GetGetRootHandler")] get; }
[<get: Android.Runtime.Register("getRoot", "()Ljava/util/concurrent/Phaser;", "GetGetRootHandler")>]
member this.Root : Java.Util.Concurrent.Phaser

Property Value

the root ancestor of this phaser

Attributes

Remarks

Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent.

Java documentation for java.util.concurrent.Phaser.getRoot().

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