Table of Contents

Property Successors

Namespace
Bonsai.Dag
Assembly
Bonsai.Core.dll

Successors

Gets the collection of successor edges leaving this node.

public EdgeCollection<TNodeValue, TEdgeLabel> Successors { get; }

Property Value

EdgeCollection<TNodeValue, TEdgeLabel>