This commit is contained in:
2025-01-04 22:44:43 +03:00
parent ac00eb18a9
commit 27f6b11f8f
55 changed files with 2547 additions and 702 deletions

View File

@@ -32,7 +32,7 @@ public class Hierarchy<T>
{
if (_parentLookup.ContainsKey(parObj))
{
throw new ArgumentException("Object is already added to hierarchy");
return;
}
_childrenLookup.Add(parObj, new List<T>());