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

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

Méthodes publiques

Méthode Description
Run ( InterpretedFrame frame ) : int
RuntimeVariablesInstruction ( int count ) : System.Collections.Generic
ToString ( ) : string

Method Details

Run() public méthode

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

RuntimeVariablesInstruction() public méthode

public RuntimeVariablesInstruction ( int count ) : System.Collections.Generic
count int
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string