namespace BinaryObjectScanner.Models.GCF { /// public sealed class FragmentationMap { /// /// The index of the next data block. /// public uint NextDataBlockIndex; } }