C# Класс Rebel.Framework.TypeMapping.PropertyCache

Used to lookup property descriptors for types/object and cache them internal so we don't need to look them up again
Показать файл Открыть проект

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

Метод Описание
GetProperties ( Type type ) : PropertyDescriptorCollection
GetProperties ( this o ) : PropertyDescriptorCollection

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

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

public static GetProperties ( Type type ) : PropertyDescriptorCollection
type System.Type
Результат System.ComponentModel.PropertyDescriptorCollection

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

public static GetProperties ( this o ) : PropertyDescriptorCollection
o this
Результат System.ComponentModel.PropertyDescriptorCollection