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

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

Méthodes publiques

Méthode Description
NullConstant ( ) : System

Initializes a new instance of the NullConstant class.

ToString ( ) : string

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

Method Details

NullConstant() public méthode

Initializes a new instance of the NullConstant class.
public NullConstant ( ) : System
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