using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace gr2lib.core.interfaces { public interface igranny_reference : INativePointer { Int32 SectionIndex { get; set; } Int32 Offset { get; set; } } }