C# Class System.Linq.Expressions.Interpreter.FieldInstruction

Inheritance: Instruction
显示文件 Open project: dotnet/corefx

Protected Properties

Property Type Description
_field System.Reflection.FieldInfo

Public Methods

Method Description
FieldInstruction ( FieldInfo field ) : System.Diagnostics
ToString ( ) : string

Method Details

FieldInstruction() public method

public FieldInstruction ( FieldInfo field ) : System.Diagnostics
field System.Reflection.FieldInfo
return System.Diagnostics

ToString() public method

public ToString ( ) : string
return string

Property Details

_field protected_oe property

protected FieldInfo,System.Reflection _field
return System.Reflection.FieldInfo