Table of Contents

Struct Union13

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
public struct Union13
Inherited Members

Properties

Value

public dynamic Value { readonly get; set; }

Property Value

dynamic

Operators

implicit operator Union13(CSSNumericValue)

public static implicit operator Union13(CSSNumericValue value)

Parameters

value CSSNumericValue

Returns

Union13

implicit operator Union13(Number)

public static implicit operator Union13(Number value)

Parameters

value Number

Returns

Union13

implicit operator CSSNumericValue(Union13)

public static implicit operator CSSNumericValue(Union13 value)

Parameters

value Union13

Returns

CSSNumericValue

implicit operator Number(Union13)

public static implicit operator Number(Union13 value)

Parameters

value Union13

Returns

Number