Java.Lang.ThreadGroup.ParentOf Method
Checks whether this thread group is a direct or indirect parent group of a given ThreadGroup.

Syntax

[Android.Runtime.Register("parentOf", "(Ljava/lang/ThreadGroup;)Z", "")]
public bool ParentOf (ThreadGroup g)

Parameters

g
the potential child ThreadGroup

Returns

Documentation for this section has not yet been entered.

Remarks

Checks whether this thread group is a direct or indirect parent group of a given ThreadGroup.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1