C# Class 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
显示文件 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
GetProperties ( Type type ) : PropertyDescriptorCollection
GetProperties ( this o ) : PropertyDescriptorCollection

Method Details

GetProperties() public static method

public static GetProperties ( Type type ) : PropertyDescriptorCollection
type System.Type
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public static method

public static GetProperties ( this o ) : PropertyDescriptorCollection
o this
return System.ComponentModel.PropertyDescriptorCollection