C# Class ReflectionMagic.Property

Provides an mechanism to access properties through the IProperty abstraction.
Inheritance: IProperty
Afficher le fichier Open project: davidebbo/ReflectionMagic

Private Properties

Свойство Type Description
IProperty object
Property System

Méthodes publiques

Méthode Description
IProperty ( object obj, object value, object index ) : void

Private Methods

Méthode Description
IProperty ( object obj, object index ) : object
Property ( PropertyInfo property ) : System

Initializes a new instance of the Property class wrapping the specified property.

Method Details

IProperty() public méthode

public IProperty ( object obj, object value, object index ) : void
obj object
value object
index object
Résultat void