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

Inheritance: Constant
Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

TokenConstant ( string value ) : System

Initializes a new instance of the TokenConstant class.

Method Details

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string

TokenConstant() public méthode

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