コード例 #1
0
 public static void SetTime(this ICefDictionaryValue @this, string index, DateTime value)
 {
     SetTime(_ => @this.SetBinary(index, _), value);
 }
コード例 #2
0
 public static void SetInt64(this ICefDictionaryValue @this, string index, long value)
 {
     SetInt64(_ => @this.SetBinary(index, _), value);
 }