Phaser.Parent Property

Definition

Returns the parent of this phaser, or null if none.

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

Property Value

the parent of this phaser, or null if none

Attributes

Remarks

Returns the parent of this phaser, or null if none.

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

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