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.3.1
Syntax
public IReadOnlyList<V8CpuProfileNode> ChildNodes { get; }

Property Value

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