C# Class Mono.Debugger.Backend.DwarfReader.AbbrevEntry

显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
Attributes System.Collections.ArrayList

Public Methods

Method Description
AbbrevEntry ( DwarfReader dwarf, DwarfBinaryReader reader ) : System
ToString ( ) : string

Method Details

AbbrevEntry() public method

public AbbrevEntry ( DwarfReader dwarf, DwarfBinaryReader reader ) : System
dwarf DwarfReader
reader DwarfBinaryReader
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Attributes public_oe property

public ArrayList,System.Collections Attributes
return System.Collections.ArrayList