Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Jurassic
Undefined
C# Class Jurassic.Undefined
Represents the JavaScript "undefined" type and provides the one and only instance of that type.
Mostrar archivo
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