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

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
Parameter ( 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