using System.Runtime.InteropServices; namespace SabreTools.Data.Models.GCF { /// [StructLayout(LayoutKind.Sequential)] public sealed class DirectoryLocalEntry { /// /// Index of the directory item. /// public uint DirectoryIndex; } }