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

Inheritance: Instruction
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

Private Methods

Method Description
DupInstruction ( ) : System.Collections.Generic

Method Details

Run() public method

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

ToString() public method

public ToString ( ) : string
return string