C# 클래스 System.Linq.Expressions.Interpreter.FieldInstruction

상속: Instruction
파일 보기 프로젝트 열기: dotnet/corefx

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
FieldInstruction ( FieldInfo field ) : System.Diagnostics
ToString ( ) : string

메소드 상세

FieldInstruction() 공개 메소드

public FieldInstruction ( FieldInfo field ) : System.Diagnostics
field System.Reflection.FieldInfo
리턴 System.Diagnostics

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_field 보호되어 있는 프로퍼티

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