C# Class Hawkeye.ComponentModel.BasePropertyPropertyDescriptor

Inheritance: BaseMemberPropertyDescriptor
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
BasePropertyPropertyDescriptor ( PropertyInfo propertyInfo ) : System.Reflection

Initializes a new instance of the BasePropertyPropertyDescriptor class.

Method Details

BasePropertyPropertyDescriptor() public méthode

Initializes a new instance of the BasePropertyPropertyDescriptor class.
public BasePropertyPropertyDescriptor ( PropertyInfo propertyInfo ) : System.Reflection
propertyInfo System.Reflection.PropertyInfo The property info.
Résultat System.Reflection