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
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
GetProperties ( Type type ) : PropertyDescriptorCollection
GetProperties ( this o ) : PropertyDescriptorCollection

Method Details

GetProperties() public static méthode

public static GetProperties ( Type type ) : PropertyDescriptorCollection
type System.Type
Résultat System.ComponentModel.PropertyDescriptorCollection

GetProperties() public static méthode

public static GetProperties ( this o ) : PropertyDescriptorCollection
o this
Résultat System.ComponentModel.PropertyDescriptorCollection