Click or drag to resize

SamplingHeapProfileNodeChildren Property

Version 113.3.50
Child nodes.

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

Property Value

Type: IListSamplingHeapProfileNode
See Also