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