C# Class Jurassic.Compiler.FieldBinder

Base class of field getter and setter binders.
Inheritance: Binder
Afficher le fichier Open project: paulbartrum/jurassic

Protected Properties

Свойство Type Description
field System.Reflection.FieldInfo

Méthodes protégées

Méthode Description
FieldBinder ( FieldInfo field ) : System

Creates a new FieldGetterBinder instance.

Method Details

FieldBinder() protected méthode

Creates a new FieldGetterBinder instance.
protected FieldBinder ( FieldInfo field ) : System
field System.Reflection.FieldInfo The field.
Résultat System

Property Details

field protected_oe property

protected FieldInfo,System.Reflection field
Résultat System.Reflection.FieldInfo