C# Класс Jurassic.Undefined

Represents the JavaScript "undefined" type and provides the one and only instance of that type.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Value Undefined

Открытые методы

Метод Описание
ToString ( ) : string

Returns a string representing the current object.

Приватные методы

Метод Описание
Undefined ( ) : System

Creates a new Undefined instance.

Описание методов

ToString() публичный Метод

Returns a string representing the current object.
public ToString ( ) : string
Результат string

Описание свойств

Value публичное статическое свойство

Gets the one and only "undefined" instance.
public static Undefined,Jurassic Value
Результат Undefined