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