ThreadGroup.Parent Property

Definition

Returns the parent of this thread group.

public Java.Lang.ThreadGroup? Parent { [Android.Runtime.Register("getParent", "()Ljava/lang/ThreadGroup;", "")] get; }
[<get: Android.Runtime.Register("getParent", "()Ljava/lang/ThreadGroup;", "")>]
member this.Parent : Java.Lang.ThreadGroup

Property Value

ThreadGroup

the parent of this thread group. The top-level thread group is the only thread group whose parent is <code>null</code>.

Attributes

Remarks

Java documentation for java.lang.ThreadGroup.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