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