C# Класс Neddle.Extensions.TypeExtensions

Contains Type extension methods.
Показать файл Открыть проект

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

Метод Описание
IsNullable ( this t ) : bool

Determines whether the specified type is nullable.

IsSubclassOfRawGeneric ( this t, Type generic ) : bool

Determines whether the specified type is a subclass of the specified generic type.

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

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

Determines whether the specified type is nullable.
public static IsNullable ( this t ) : bool
t this The .
Результат bool

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

Determines whether the specified type is a subclass of the specified generic type.
public static IsSubclassOfRawGeneric ( this t, Type generic ) : bool
t this The .
generic System.Type The generic to compare to.
Результат bool