C# Класс SharpOS.AOT.IR.Operands.Local

Local Variable
Наследование: Identifier
Показать файл Открыть проект

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

Метод Описание
Local ( int index, Class type, InternalType internalType ) : System

Initializes a new instance of the Local class.

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

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

Initializes a new instance of the Local class.
public Local ( int index, Class type, InternalType internalType ) : System
index int The index.
type Class The type.
internalType InternalType Type of the internal.
Результат System