Table of Contents

Class Set

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

Constructors

Set(Array?)

public Set(Array? iterable = null)

Parameters

iterable Array

Properties

Prototype

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

Property Value

SetPrototype