C# Class Jurassic.Null

Represents the JavaScript "null" type and provides the one and only instance of that type.
ファイルを表示 Open project: paulbartrum/jurassic

Public Properties

Property Type Description
Value Null

Public Methods

Method Description
ToString ( ) : string

Returns a string representing the current object.

Private Methods

Method Description
Null ( ) : System

Creates a new Null instance.

Method Details

ToString() public method

Returns a string representing the current object.
public ToString ( ) : string
return string

Property Details

Value public_oe static_oe property

Gets the one and only "null" instance.
public static Null Value
return Null