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