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

Inheritance: Constant
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method 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 method

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

ToString() public method

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