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

Local Variable
Inheritance: Identifier
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
Local ( int index, Class type, InternalType internalType ) : System

Initializes a new instance of the Local class.

Method Details

Local() public méthode

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.
Résultat System