ProfileNodeHitCount Property  | 
Version 87.1.132 
            Number of samples where this node was on top of the call stack.
            
 
    Namespace: 
   CefSharp.DevTools.Profiler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic Nullable<int> HitCount { get; set; }public:
property Nullable<int> HitCount {
	Nullable<int> get ();
	void set (Nullable<int> value);
}Property Value
Type: 
NullableInt32
See Also