Method GetParent
GetParent(T)
Returns the parent object of o
in the tree. Returns null if
the object is not exposed in the tree.
public T GetParent(T o)
Parameters
o
TAn object in the tree.
Returns
- T
Returns the parent object of o
in the tree. Returns null if
the object is not exposed in the tree.
public T GetParent(T o)
o
TAn object in the tree.