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