C# Class ExpressionToCodeLib.Internal.CSharpFriendlyTypeName

Afficher le fichier Open project: EamonNerbonne/ExpressionToCode Class Usage Examples

Méthodes publiques

Свойство Type Description
IncludeGenericTypeArgumentNames bool
UseFullName bool

Méthodes publiques

Méthode Description
GetTypeName ( Type type ) : string

Private Methods

Méthode Description
AliasName ( Type type ) : string
ArrayTypeName ( Type type ) : string
GenericTypeName ( Type type ) : string
GetUnaliasedTypeName ( Type type ) : string
NormalName ( Type type ) : string

Method Details

GetTypeName() public méthode

public GetTypeName ( Type type ) : string
type System.Type
Résultat string

Property Details

IncludeGenericTypeArgumentNames public_oe property

public bool IncludeGenericTypeArgumentNames
Résultat bool

UseFullName public_oe property

public bool UseFullName
Résultat bool