public SupplementaryVolumeDescriptorRegion(SupplementaryVolumeDescriptor descriptor, long start, int sectorSize)
     : base(start, sectorSize)
 {
     _descriptor = descriptor;
 }
Example #2
0
 public SupplementaryVolumeDescriptorRegion(SupplementaryVolumeDescriptor descriptor, long start)
     : base(start)
 {
     _descriptor = descriptor;
 }
 public SupplementaryVolumeDescriptorRegion(SupplementaryVolumeDescriptor descriptor, long start)
     : base(start)
 {
     _descriptor = descriptor;
 }