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