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