Table of Contents

Class Symbol

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

Constructors

Symbol()

public Symbol()

Properties

Prototype

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

Property Value

SymbolPrototype

Methods

For(string)

[To("FirstCharToLowerCase")]
public static Symbol For(string key)

Parameters

key string

Returns

Symbol

KeyFor(Symbol)

[To("FirstCharToLowerCase")]
public static string KeyFor(Symbol sym)

Parameters

sym Symbol

Returns

string