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

Inheritance: FieldInstruction
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Run ( InterpretedFrame frame ) : int
StoreFieldInstruction ( FieldInfo field ) : System.Diagnostics

Method Details

Run() public méthode

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
Résultat int

StoreFieldInstruction() public méthode

public StoreFieldInstruction ( FieldInfo field ) : System.Diagnostics
field System.Reflection.FieldInfo
Résultat System.Diagnostics