Click or drag to resize

ValueType Enumeration

Version 81.3.100
Value types supported by IValue

Namespace:  CefSharp.Enums
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax
public enum ValueType
Members
  Member nameValueDescription
Invalid0 Invalid type
Null1 Null
Bool2 Boolean
Int3 Integer
Double4 Double
String5 String
Binary6 Binary
Dictionary7 Dictionary
List8 List
See Also