C# Class JavaScriptEngineSwitcher.Core.Undefined

Represents an JS undefined type
Afficher le fichier Open project: Taritsyn/JavaScriptEngineSwitcher

Méthodes publiques

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

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a string that represents the current object

Private Methods

Méthode Description
Undefined ( )

Method Details

ToString() public méthode

Returns a string that represents the current object
public ToString ( ) : string
Résultat string

Property Details

Value public_oe static_oe property

Gets a one and only undefined instance
public static Undefined,JavaScriptEngineSwitcher.Core Value
Résultat Undefined