Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
System
Linq
Expressions
Interpreter
FieldInstruction
C# Class System.Linq.Expressions.Interpreter.FieldInstruction
Inheritance:
Instruction
Show file
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 property
protected
FieldInfo,System.Reflection
_field
return
System.Reflection.FieldInfo