FunctionCoverageIsBlockCoverage Property |
Version 130.1.90
Whether coverage data for this function has block granularity.
Namespace: CefSharp.DevTools.ProfilerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool IsBlockCoverage { get; set; }
public:
property bool IsBlockCoverage {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also