Struct Union55
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
HTMLElement or long
public struct Union55
- Inherited Members
Properties
Value
public dynamic Value { readonly get; set; }
Property Value
- dynamic
Operators
implicit operator Union55(HTMLElement)
public static implicit operator Union55(HTMLElement value)
Parameters
valueHTMLElement
Returns
implicit operator HTMLElement(Union55)
public static implicit operator HTMLElement(Union55 value)
Parameters
valueUnion55
Returns
implicit operator long(Union55)
public static implicit operator long(Union55 value)
Parameters
valueUnion55
Returns
implicit operator Union55(long)
public static implicit operator Union55(long value)
Parameters
valuelong