C# Class System.Linq.Expressions.Interpreter.InitializeLocalInstruction.MutableValue

Inheritance: InitializeLocalInstruction, IBoxableInstruction
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

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

Private Methods

Méthode Description
MutableValue ( int index, Type type ) : 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