Click or drag to resize

SamplingHeapProfileNode.Children Property

Version 118.6.80
Child nodes.

Namespace:  CefSharp.DevTools.HeapProfiler
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public IList<SamplingHeapProfileNode> Children { get; set; }

Property Value

Type: IList<SamplingHeapProfileNode>
See Also