C# 클래스 Jurassic.Compiler.FieldBinder

Base class of field getter and setter binders.
상속: Binder
파일 보기 프로젝트 열기: paulbartrum/jurassic

보호된 프로퍼티들

프로퍼티 타입 설명
field System.Reflection.FieldInfo

보호된 메소드들

메소드 설명
FieldBinder ( FieldInfo field ) : System

Creates a new FieldGetterBinder instance.

메소드 상세

FieldBinder() 보호된 메소드

Creates a new FieldGetterBinder instance.
protected FieldBinder ( FieldInfo field ) : System
field System.Reflection.FieldInfo The field.
리턴 System

프로퍼티 상세

field 보호되어 있는 프로퍼티

protected FieldInfo,System.Reflection field
리턴 System.Reflection.FieldInfo