namespace BinaryObjectScanner.Models.GCF { /// public sealed class DirectoryLocalEntry { /// /// Index of the directory item. /// public uint DirectoryIndex; } }