Click or drag to resize

V8CpuProfileNodeChildNodes Property

Gets the node's child node collection.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public IReadOnlyList<V8CpuProfileNode> ChildNodes { get; }

Property Value

IReadOnlyListV8CpuProfileNode
Remarks
This property returns null if the node has no child nodes.
See Also