C# Class JavaScriptEngineSwitcher.Core.Undefined

Represents an JS undefined type
ファイルを表示 Open project: Taritsyn/JavaScriptEngineSwitcher

Public Properties

Property Type Description
Value Undefined

Public Methods

Method Description
ToString ( ) : string

Returns a string that represents the current object

Private Methods

Method Description
Undefined ( )

Method Details

ToString() public method

Returns a string that represents the current object
public ToString ( ) : string
return string

Property Details

Value public_oe static_oe property

Gets a one and only undefined instance
public static Undefined,JavaScriptEngineSwitcher.Core Value
return Undefined