C# Class ReflectionMagic.Field

Provides a mechanism to access fields through the IProperty abstraction.
Inheritance: IProperty
Mostrar archivo Open project: davidebbo/ReflectionMagic

Private Properties

Property Type Description
Field System
IProperty object

Public Methods

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

Private Methods

Method Description
Field ( FieldInfo field ) : System

Initializes a new instance of the Field class wrapping the specified field.

IProperty ( object obj, object index ) : object

Method Details

IProperty() public method

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