using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; namespace gr2lib.core.coretypes.native { [StructLayout(LayoutKind.Sequential, Pack = 4), Size(Size = 8)] internal struct granny_grn_reference { public Int32 SectionIndex; public Int32 Offset; } }