SamplingHeapProfileNodeChildren Property |
Version 130.1.90
Child nodes.
Namespace: CefSharp.DevTools.HeapProfilerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<SamplingHeapProfileNode> Children { get; set; }
public:
property IList<SamplingHeapProfileNode^>^ Children {
IList<SamplingHeapProfileNode^>^ get ();
void set (IList<SamplingHeapProfileNode^>^ value);
}
Property Value
IListSamplingHeapProfileNodeSee Also