Property | Type | Description | |
---|---|---|---|
Call | object | ||
Construct | |||
Construct | |||
From | |||
GetDeclarativeProperties | List |
||
Of | |||
TypedArrayConstructor | System | ||
__GETTER__Species | object | ||
__STUB__Call | object | ||
__STUB__Construct | |||
__STUB__From | object | ||
__STUB__Of | object |
Method | Description | |
---|---|---|
From ( object source ) : |
Creates a new typed array from a .NET array.
|
Method | Description | |
---|---|---|
Call ( ) : object | ||
Construct ( ) : |
||
Construct ( object arg, int byteOffset, int length = null ) : |
||
From ( object source, |
||
GetDeclarativeProperties ( ScriptEngine engine ) : List |
||
Of ( ) : |
||
TypedArrayConstructor ( |
Creates a new typed array constructor.
|
|
__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__From ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Of ( ScriptEngine engine, object thisObj, object args ) : object |
public From ( object source ) : |
||
source | object | A .NET array |
return |