Method BuildParentRelationships<TProps>(IEnumerable<TreeRedbObject<TProps>>)

Assembly: redb.Core.dll

Build Parent relationships for a collection of tree objects.
Links each object's Parent property to its parent in the collection.
Also populates Children collections.

public static void BuildParentRelationships<TProps>(IEnumerable<TreeRedbObject<TProps>> objects) where TProps : class, new()