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
iterableArray
Properties
Prototype
[To("FirstCharToLowerCase")]
public static SetPrototype Prototype { get; }