Пример #1
0
 /// <summary>
 /// Returns a copy of this object. The data in this object will also be copied.
 /// </summary>
 /// <remarks>
 /// See also the original CEF documentation in
 /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_values_capi.h">cef/include/capi/cef_values_capi.h</see>.
 /// </remarks>
 public CfxBinaryValue Copy()
 {
     return(CfxBinaryValue.Wrap(CfxApi.cfx_binary_value_copy(NativePtr)));
 }