C# Class ReflectionMagic.Property

Provides an mechanism to access properties through the IProperty abstraction.
Inheritance: IProperty
Exibir arquivo Open project: davidebbo/ReflectionMagic

Private Properties

Property Type Description
IProperty object
Property System

Public Methods

Method Description
IProperty ( object obj, object value, object index ) : void

Private Methods

Method 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 method

public IProperty ( object obj, object value, object index ) : void
obj object
value object
index object
return void