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

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

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

Метод Описание
IsGenericAssignableFrom ( this genericType, Type other ) : bool
PropertyExists ( this type, string propertyName ) : bool

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

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

public static IsGenericAssignableFrom ( this genericType, Type other ) : bool
genericType this
other System.Type
Результат bool

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

public static PropertyExists ( this type, string propertyName ) : bool
type this
propertyName string
Результат bool