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

Inheritance: Instruction
Show file Open project: dotnet/corefx

Public Methods

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

Method Details

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int

RuntimeVariablesInstruction() public method

public RuntimeVariablesInstruction ( int count ) : System.Collections.Generic
count int
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string