Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Jurassic
Compiler
FieldBinder
C# Class Jurassic.Compiler.FieldBinder
Base class of field getter and setter binders.
Inheritance:
Binder
ファイルを表示
Open project: paulbartrum/jurassic
Protected Properties
Property
Type
Description
field
System.Reflection.FieldInfo
Protected Methods
Method
Description
FieldBinder
(
FieldInfo
field
) :
System
Creates a new FieldGetterBinder instance.
Method Details
FieldBinder()
protected
method
Creates a new FieldGetterBinder instance.
protected
FieldBinder
(
FieldInfo
field
) :
System
field
System.Reflection.FieldInfo
The field.
return
System
Property Details
field
protected_oe property
protected
FieldInfo,System.Reflection
field
return
System.Reflection.FieldInfo