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