Table of Contents

Class Boolean

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

Constructors

Boolean(dynamic)

public Boolean(dynamic value)

Parameters

value dynamic

Properties

Prototype

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

Property Value

BooleanPrototype

Value

public dynamic? Value { get; set; }

Property Value

dynamic

Operators

implicit operator bool(Boolean)

public static implicit operator bool(Boolean value)

Parameters

value Boolean

Returns

bool

implicit operator Boolean(bool)

public static implicit operator Boolean(bool value)

Parameters

value bool

Returns

Boolean