C# Class ReflectionMagic.Field

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

Private Properties

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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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