C# Класс Flip.InternalReflectionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetConstructorName ( this type ) : string
GetFriendlyName ( this type ) : string
IsClass ( this type ) : bool
IsNullable ( this type ) : bool

Приватные методы

Метод Описание
GetNameWithoutGenericDefinition ( Type type ) : string

Описание методов

GetConstructorName() публичный статический Метод

public static GetConstructorName ( this type ) : string
type this
Результат string

GetFriendlyName() публичный статический Метод

public static GetFriendlyName ( this type ) : string
type this
Результат string

IsClass() публичный статический Метод

public static IsClass ( this type ) : bool
type this
Результат bool

IsNullable() публичный статический Метод

public static IsNullable ( this type ) : bool
type this
Результат bool