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

Inheritance: FieldInstruction
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int
StoreFieldInstruction ( FieldInfo field ) : System.Diagnostics

Method Details

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int

StoreFieldInstruction() public method

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