Ejemplo n.º 1
0
 /// <summary>
 /// Returns the value at the specified index as type binary.
 /// </summary>
 public CefBinaryValue GetBinary(int index)
 {
     return(CefBinaryValue.FromNativeOrNull(
                cef_list_value_t.get_binary(_self, index)
                ));
 }