Readonly
pathPath from the root to the given target, as a string array. If the target is a root itself then the array will be empty.
Readonly
pathObjects in the path, from root (included) until target (included). If the target is a root then only the target will be included.
Readonly
rootRoot object.
Path from an object to its root.
Typeparam
T Root object type.