PreciseCoverageDeltaUpdateEventArgsResult Property  | 
Version 104.4.240 
            Coverage data for the current isolate.
            
 
    Namespace: 
   CefSharp.DevTools.Profiler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic IList<ScriptCoverage> Result { get; }public:
property IList<ScriptCoverage^>^ Result {
	IList<ScriptCoverage^>^ get ();
}Property Value
Type: 
IListScriptCoverage
See Also