Table of Contents

Class Map

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

Constructors

Map(Array?)

public Map(Array? iterable = null)

Parameters

iterable Array

Properties

Prototype

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

Property Value

MapPrototype