Exemple #1
0
 public static DateTime GetTime(this ICefListValue @this, int index)
 {
     return(GetTime(() => @this.GetValue(index)));
 }
Exemple #2
0
 public static long GetInt64(this ICefListValue @this, int index)
 {
     return(GetInt64(() => @this.GetValue(index)));
 }
Exemple #3
0
 public static bool IsType(this ICefListValue @this, int index, CefTypes type)
 {
     return(IsType(() => @this.GetValue(index), type));
 }