C# Класс System.Linq.Expressions.Interpreter.InitializeLocalInstruction.Parameter

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

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

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

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

Метод Описание
Parameter ( int index ) : System.Collections.Generic

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

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

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

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

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