public static void SetTime(this ICefListValue @this, int index, DateTime value) { SetTime(_ => @this.SetBinary(index, _), value); }
public static void SetInt64(this ICefListValue @this, int index, long value) { SetInt64(_ => @this.SetBinary(index, _), value); }