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

Method Argument
상속: Identifier
파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
Argument ( int index, Class type, InternalType internalType ) : System

Initializes a new instance of the Argument class.

메소드 상세

Argument() 공개 메소드

Initializes a new instance of the Argument class.
public Argument ( int index, Class type, InternalType internalType ) : System
index int The index.
type Class The type.
internalType InternalType Type of the internal.
리턴 System