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