示例#1
0
 public DerivedTypesEntryNode(TypeDefinition type, ModuleDefinition[] assemblies)
 {
     this.type        = type;
     this.assemblies  = assemblies;
     this.LazyLoading = true;
     threading        = new ThreadingSupport();
 }
示例#2
0
 public DerivedTypesTreeNode(AssemblyList list, TypeDefinition type)
 {
     this.list        = list;
     this.type        = type;
     this.LazyLoading = true;
     this.threading   = new ThreadingSupport();
 }