Method FindNodeByPath(List<StructureTreeNode>, string)

Assembly: redb.Core.dll

Find node by path (e.g. "Address1.Details.Floor")

public static StructureTreeNode? FindNodeByPath(List<StructureTreeNode> tree, string path)