cef_dictionary_value_t.get_type

Returns the value type for the specified key.

struct cef_dictionary_value_t
extern (System)
cef_value_type_t function(cef_dictionary_value_t* self, const(cef_string_t)* key) nothrow get_type;

Meta