C# Class SharpOS.AOT.IR.Operands.Local

Local Variable
Inheritance: Identifier
ファイルを表示 Open project: sharpos/SharpOS

Public Methods

Method Description
Local ( int index, Class type, InternalType internalType ) : System

Initializes a new instance of the Local class.

Method Details

Local() public method

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.
return System