Table of Contents

Class Array

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("Default")]
public class Array : ArrayPrototype
Inheritance
Array
Inherited Members

Constructors

Array(params dynamic[])

public Array(params dynamic[] values)

Parameters

values dynamic[]

Properties

Length

[To("FirstCharToLowerCase")]
public int Length { get; }

Property Value

int

Prototype

[To("FirstCharToLowerCase")]
public static ArrayPrototype Prototype { get; }

Property Value

ArrayPrototype

Methods

From(dynamic, Action<dynamic>?, dynamic?)

[To("FirstCharToLowerCase")]
public static Array From(dynamic items, Action<dynamic>? mapfn = null, dynamic? thisArg = null)

Parameters

items dynamic
mapfn Action<dynamic>
thisArg dynamic

Returns

Array

IsArray(dynamic)

[To("FirstCharToLowerCase")]
public static bool IsArray(dynamic arg)

Parameters

arg dynamic

Returns

bool

Of(params dynamic[])

[To("FirstCharToLowerCase")]
public static Array Of(params dynamic[] items)

Parameters

items dynamic[]

Returns

Array