C# Class Jurassic.Undefined

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a string representing the current object.

Private Methods

Méthode Description
Undefined ( ) : System

Creates a new Undefined 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 "undefined" instance.
public static Undefined,Jurassic Value
Résultat Undefined