Click or drag to resize

ValueType Enumeration

Version 130.1.90
Value types supported by IValue

Namespace: CefSharp.Enums
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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