프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ArrayConstructor | System | ||
Call | |||
Construct | |||
GetDeclarativeProperties | List |
||
IsArray | bool | ||
__GETTER__Species | object | ||
__STUB__Call | object | ||
__STUB__Construct | |||
__STUB__IsArray | object |
메소드 | 설명 | |
---|---|---|
New ( ) : |
Creates a new Array instance.
|
|
New ( object elements ) : |
Creates a new Array instance.
|
메소드 | 설명 | |
---|---|---|
ArrayConstructor ( |
Creates a new Array object.
|
|
Call ( ) : |
||
Construct ( ) : |
||
GetDeclarativeProperties ( ScriptEngine engine ) : List |
||
IsArray ( object value ) : bool | ||
__GETTER__Species ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Call ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Construct ( ScriptEngine engine, object thisObj, object args ) : |
||
__STUB__IsArray ( ScriptEngine engine, object thisObj, object args ) : object |
public New ( object elements ) : |
||
elements | object | The initial elements of the new array. |
리턴 |