Mono.Debugger.Backend.DwarfReader.AttributeEntry.ReadAttribute C# (CSharp) Method

ReadAttribute() public method

public ReadAttribute ( long offset ) : Attribute
offset long
return System.Attribute
            public Attribute ReadAttribute(long offset)
            {
                return new Attribute (dwarf, offset, attr, form);
            }