C# Class PdbReader.Collect.LeafMember

Inheritance: Member
Afficher le fichier Open project: LibreCrops/cdef

Méthodes publiques

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

Method Details

LeafMember() public méthode

public LeafMember ( IDiaSymbol symbol ) : System
symbol IDiaSymbol
Résultat System

ToCType() public méthode

public ToCType ( Translator translator ) : CType
translator Translator
Résultat PdbReader.Types.CType

WriteOut() public méthode

public WriteOut ( string indent ) : void
indent string
Résultat void