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