using System.Runtime.InteropServices; namespace SabreTools.Data.Models.GCF { /// [StructLayout(LayoutKind.Sequential)] public sealed class FragmentationMap { /// /// The index of the next data block. /// public uint NextDataBlockIndex; } }