namespace SabreTools.Models.NewExecutable { /// public sealed class ImportOrdinalRelocationRecord { /// /// Index into module reference table for the imported module. /// public ushort Index { get; set; } /// /// Procedure ordinal number. /// public ushort Ordinal { get; set; } } }