C# Класс Jayrock.Reflection.Reflector

Показать файл Открыть проект Примеры использования класса

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

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

Determines if type is a constructed type of System.Nullable{T}.

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

Метод Описание
IsConstructionOfGenericTypeDefinition ( Type type, Type genericTypeDefinition ) : bool

Determines if type is a constructed type of generic type definition. For example, this method can be used to test if System.Nullable{T} of int is indeed a construction of the generic type definition System.Nullable{T}.

Reflector ( ) : System

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

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

Determines if type is a constructed type of System.Nullable{T}.
public static IsConstructionOfNullable ( Type type ) : bool
type System.Type
Результат bool