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

Inheritance: LocalAccessInstruction, IBoxableInstruction
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
BoxIfIndexMatches ( int index ) : Instruction
Run ( InterpretedFrame frame ) : int

Private Methods

Méthode Description
AssignLocalInstruction ( int index ) : System.Collections.Generic

Method Details

BoxIfIndexMatches() public méthode

public BoxIfIndexMatches ( int index ) : Instruction
index int
Résultat Instruction

Run() public méthode

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