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