Comment Visited parent in toCsv function

This commit is contained in:
atef 2023-10-23 10:37:18 +02:00
parent 25ef41b330
commit d492ff918b
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ public static class Units
} }
else else
{ {
if (!visited.Add(parent)) //if (!visited.Add(parent))
return; // return;
foreach (var p in type.GetProperties(Instance | Public)) foreach (var p in type.GetProperties(Instance | Public))
{ {