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

Method Argument
Inheritance: Identifier
Mostrar archivo Open project: sharpos/SharpOS Class Usage Examples

Public Methods

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

Initializes a new instance of the Argument class.

Method Details

Argument() public method

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