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

Method Argument
Inheritance: Identifier
Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the Argument class.

Method Details

Argument() public méthode

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