Version 106.0.290
The list of profile nodes. First item is the root node.
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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