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

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

Méthodes publiques

Méthode Description
StringConstant ( string value ) : System

Initializes a new instance of the StringConstant class.

ToString ( ) : string

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

Method Details

StringConstant() public méthode

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

ToString() public méthode

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