Mono.Debugger.Backend.DwarfReader.DieType.GetReference C# (CSharp) Method

GetReference() protected method

protected GetReference ( long offset ) : DieType
offset long
return DieType
            protected DieType GetReference(long offset)
            {
                return comp_unit.GetType (offset);
            }