C# Class SharpOS.AOT.IR.Instructions.Starg

Inheritance: Instruction
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
Starg ( Argument result, Register value ) : System

Initializes a new instance of the Starg class.

Method Details

Starg() public méthode

Initializes a new instance of the Starg class.
public Starg ( Argument result, Register value ) : System
result SharpOS.AOT.IR.Operands.Argument The result.
value Register The value.
Résultat System