V8CpuProfileNodeChildNodes Property |
Gets the node's child node collection.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public IReadOnlyList<V8CpuProfileNode> ChildNodes { get; }
Public ReadOnly Property ChildNodes As IReadOnlyList(Of V8CpuProfileNode)
Get
public:
property IReadOnlyList<V8CpuProfileNode^>^ ChildNodes {
IReadOnlyList<V8CpuProfileNode^>^ get ();
}
member ChildNodes : IReadOnlyList<V8CpuProfileNode> with get
Property Value
IReadOnlyListV8CpuProfileNodeRemarks
This property returns null if the node has no child nodes.
See Also