Click or drag to resize

ValueType Enumeration

Version 67.0.0
Value types supported by IValue

Namespace:  CefSharp.Enums
Assembly:  CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
public enum ValueType
Members
  Member nameValueDescription
Invalid0
Null1
Bool2
Int3
Double4
String5
Binary6
Dictionary7
List8
See Also