C# Class PdbReader.Defs.Def

Afficher le fichier Open project: LibreCrops/cdef

Protected Properties

Свойство Type Description
END_DEF string
_type PdbReader.Types.CBrace

Méthodes publiques

Méthode Description
Def ( CBrace type ) : System
Output ( string indent, string tab ) : string

Method Details

Def() public méthode

public Def ( CBrace type ) : System
type PdbReader.Types.CBrace
Résultat System

Output() public abstract méthode

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

Property Details

END_DEF protected_oe static_oe property

protected static string END_DEF
Résultat string

_type protected_oe property

protected CBrace,PdbReader.Types _type
Résultat PdbReader.Types.CBrace