C# Class Jurassic.Undefined

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

Public Properties

Property Type Description
Value Undefined

Public Methods

Method Description
ToString ( ) : string

Returns a string representing the current object.

Private Methods

Method Description
Undefined ( ) : System

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