public TypeAddressContainer(ClrDump clrDump, ClrType clrType)
 {
     this.clrDump = clrDump;
     this.clrType = clrType;
     addressList  = new AddressContainerList(clrDump.GetInstances(clrType));
 }
 public TypeAddressContainer(ClrDump clrDump, ClrType clrType)
 {
     this.clrDump = clrDump;
     this.clrType = clrType;
     addressList = new AddressContainerList(clrDump.GetInstances(clrType));
 }