cef_list_value_t.get_list

Returns the value at the specified index as type list. The returned value will reference existing data and modifications to the value will modify this object.

struct cef_list_value_t
extern (System)
cef_list_value_t* function(cef_list_value_t* self, size_t index) nothrow get_list;

Meta