Table of Contents

Property Target

Namespace
Bonsai.Dag
Assembly
Bonsai.Core.dll

Target

Gets the node that is the target of the edge.

public Node<TNodeValue, TEdgeLabel> Target { get; }

Property Value

Node<TNodeValue, TEdgeLabel>