Click or drag to resize

SamplingHeapProfileNodeChildren Property

Version 130.1.90
Child nodes.

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

Property Value

IListSamplingHeapProfileNode
See Also