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

Inheritance: Constant
Show file Open project: sharpos/SharpOS

Public Methods

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

Initializes a new instance of the NullConstant class.
public NullConstant ( ) : System
return System

ToString() public method

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