C# Class PdbReader.Defs.Typedef

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

Protected Properties

Свойство Type Description
_args string
_innerName string

Méthodes publiques

Méthode Description
Output ( string indent, string tab ) : string
Typedef ( CBrace type, string innerName, string args ) : System

Méthodes protégées

Méthode Description
GetBody ( string indent, string tab ) : string

Method Details

GetBody() protected méthode

protected GetBody ( string indent, string tab ) : string
indent string
tab string
Résultat string

Output() public méthode

public Output ( string indent, string tab ) : string
indent string
tab string
Résultat string

Typedef() public méthode

public Typedef ( CBrace type, string innerName, string args ) : System
type PdbReader.Types.CBrace
innerName string
args string
Résultat System

Property Details

_args protected_oe property

protected string _args
Résultat string

_innerName protected_oe property

protected string _innerName
Résultat string