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