C# Class Flip.InternalReflectionExtensions

Afficher le fichier Open project: envicase/flip

Méthodes publiques

Méthode Description
GetConstructorName ( this type ) : string
GetFriendlyName ( this type ) : string
IsClass ( this type ) : bool
IsNullable ( this type ) : bool

Private Methods

Méthode Description
GetNameWithoutGenericDefinition ( Type type ) : string

Method Details

GetConstructorName() public static méthode

public static GetConstructorName ( this type ) : string
type this
Résultat string

GetFriendlyName() public static méthode

public static GetFriendlyName ( this type ) : string
type this
Résultat string

IsClass() public static méthode

public static IsClass ( this type ) : bool
type this
Résultat bool

IsNullable() public static méthode

public static IsNullable ( this type ) : bool
type this
Résultat bool