ScriptCoverageFunctions Property |
Version 88.2.90
Functions contained in the script that has coverage data.
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public IList<FunctionCoverage> Functions { get; set; }
public:
property IList<FunctionCoverage^>^ Functions {
IList<FunctionCoverage^>^ get ();
void set (IList<FunctionCoverage^>^ value);
}
Property Value
Type:
IListFunctionCoverageSee Also