Click or drag to resize

V8CpuProfile.Node.ChildNodes Property

Gets the node's child node collection.

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

Property Value

IReadOnlyList<V8CpuProfile.Node>
Remarks
This property returns null if the node has no child nodes.
See Also