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

Inheritance: Constant
Exibir arquivo Open project: sharpos/SharpOS

Public Methods

Method Description
IntConstant ( int value ) : System

Initializes a new instance of the IntConstant class.

ToString ( ) : string

Method Details

IntConstant() public method

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

ToString() public method

public ToString ( ) : string
return string