C# Класс Neutronium.Core.Infra.TypeExtender

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

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

Метод Описание
GetBaseTypes ( this type ) : IEnumerable
GetEnumerableBase ( this type ) : Type
GetUnderlyingNullableType ( this type ) : Type
IsUnsigned ( this targetType ) : bool

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

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

public static GetBaseTypes ( this type ) : IEnumerable
type this
Результат IEnumerable

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

public static GetEnumerableBase ( this type ) : Type
type this
Результат System.Type

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

public static GetUnderlyingNullableType ( this type ) : Type
type this
Результат System.Type

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

public static IsUnsigned ( this targetType ) : bool
targetType this
Результат bool