[]
Navigates up the tree to find an ancestor of a given type.
public T GetParent<T>() where T : Element
Public Function GetParent(Of T As Element)() As T
| Type | Description |
|---|---|
| T | A reference to the ancestor of the given type, null if not found. |
| Name | Description |
|---|---|
| T |