Version 109.1.110
The list of profile nodes. First item is the root node.
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public IList<ProfileNode> Nodes { get; set; }
public:
property IList<ProfileNode^>^ Nodes {
IList<ProfileNode^>^ get ();
void set (IList<ProfileNode^>^ value);
}
Property Value
Type:
IListProfileNodeSee Also