public DebugRoot AddRootToTree(EnginesRoot root) { var debugRoot = new DebugRoot(root); DebugRoots.Add(debugRoot); return(debugRoot); }
public DebugGroup(uint key, FasterDictionary <RefWrapper <Type>, ITypeSafeDictionary> val, DebugRoot debugRoot) { Id = key; GroupDB = val; Parent = debugRoot; Process(); }
public DebugGroup(uint key, Dictionary <Type, ITypeSafeDictionary> val, DebugRoot debugRoot) { Id = key; GroupDB = val; Parent = debugRoot; Process(); }
public DebugGroup(ExclusiveGroupStruct key, FasterDictionary <RefWrapperType, ITypeSafeDictionary> val, DebugRoot debugRoot) { Id = key; GroupDB = val; Parent = debugRoot; Process(); }