namespace BinaryObjectScanner.Models.GCF { /// public sealed class DirectoryMapEntry { /// /// Index of the first data block. (N/A if == BlockCount.) /// public uint FirstBlockIndex; } }