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

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

Méthodes publiques

Méthode Description
IntConstant ( int value ) : System

Initializes a new instance of the IntConstant class.

ToString ( ) : string

Method Details

IntConstant() public méthode

Initializes a new instance of the IntConstant class.
public IntConstant ( int value ) : System
value int The value.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string