C# 클래스 SharpOS.AOT.IR.Operands.Local

Local Variable
상속: Identifier
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
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