C# Класс Microsoft.Scripting.Interpreter.InitializeLocalInstruction.MutableValue

Наследование: InitializeLocalInstruction, IBoxableInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
BoxIfIndexMatches ( int index ) : Microsoft.Scripting.Interpreter.Instruction
Run ( InterpretedFrame frame ) : int

Приватные методы

Метод Описание
MutableValue ( int index, Type type ) : System.Linq.Expressions

Описание методов

BoxIfIndexMatches() публичный Метод

public BoxIfIndexMatches ( int index ) : Microsoft.Scripting.Interpreter.Instruction
index int
Результат Microsoft.Scripting.Interpreter.Instruction

Run() публичный Метод

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
Результат int