C# Class Flip.InternalReflectionExtensions

Mostrar archivo Open project: envicase/flip

Public Methods

Method Description
GetConstructorName ( this type ) : string
GetFriendlyName ( this type ) : string
IsClass ( this type ) : bool
IsNullable ( this type ) : bool

Private Methods

Method Description
GetNameWithoutGenericDefinition ( Type type ) : string

Method Details

GetConstructorName() public static method

public static GetConstructorName ( this type ) : string
type this
return string

GetFriendlyName() public static method

public static GetFriendlyName ( this type ) : string
type this
return string

IsClass() public static method

public static IsClass ( this type ) : bool
type this
return bool

IsNullable() public static method

public static IsNullable ( this type ) : bool
type this
return bool