C# Class PdbReader.Collect.LeafMember

Inheritance: Member
显示文件 Open project: LibreCrops/cdef

Public Methods

Method Description
LeafMember ( IDiaSymbol symbol ) : System
ToCType ( Translator translator ) : CType
WriteOut ( string indent ) : void

Method Details

LeafMember() public method

public LeafMember ( IDiaSymbol symbol ) : System
symbol IDiaSymbol
return System

ToCType() public method

public ToCType ( Translator translator ) : CType
translator Translator
return PdbReader.Types.CType

WriteOut() public method

public WriteOut ( string indent ) : void
indent string
return void