C# Class Jurassic.Null

Represents the JavaScript "null" type and provides the one and only instance of that type.
Afficher le fichier Open project: paulbartrum/jurassic

Méthodes publiques

Свойство Type Description
Value Null

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a string representing the current object.

Private Methods

Méthode Description
Null ( ) : System

Creates a new Null instance.

Method Details

ToString() public méthode

Returns a string representing the current object.
public ToString ( ) : string
Résultat string

Property Details

Value public_oe static_oe property

Gets the one and only "null" instance.
public static Null Value
Résultat Null