<PackageReference Include="Relativity.ObjectManager" Version="11.2.214.8" />

HierarchyNode<T>

public int Depth { get; }

public bool HasChildren { get; }

public bool IsRoot { get; }

public long Left { get; }

public T Node { get; }

public HierarchyNode<T> Parent { get; }

public long Right { get; }

public HierarchyNode(T node, IEnumerable<HierarchyNode<T>> childNodes, int depth, long left, long right)

public static T op_Implicit(HierarchyNode<T> item)

public int CompareTo(HierarchyNode<T> other)

public bool Equals(HierarchyNode<T> other)

public bool Equals(T other)