C# Class PdbReader.Types.CType

Afficher le fichier Open project: LibreCrops/cdef Class Usage Examples

Méthodes publiques

Méthode Description
Define ( string var, string indent, string tab ) : string
UnwrapTo ( IWrapVisitor visitor, CTerm &core ) : void

Méthodes protégées

Méthode Description
MaybeSpace ( string s ) : string

Private Methods

Méthode Description
Decorate ( string var, CTerm &core ) : string
TryGetPrefix ( CType t ) : string

Method Details

Define() public méthode

public Define ( string var, string indent, string tab ) : string
var string
indent string
tab string
Résultat string

MaybeSpace() protected static méthode

protected static MaybeSpace ( string s ) : string
s string
Résultat string

UnwrapTo() public méthode

public UnwrapTo ( IWrapVisitor visitor, CTerm &core ) : void
visitor IWrapVisitor
core CTerm
Résultat void