Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: IEnumerable<Edge<TWeight, TLabel>> Edges

  • Declared in: RT.Dijkstra.Node<TWeight, TLabel>
  • Abstract

Declaration

IEnumerable<Edge<TWeight, TLabel>> Edges

Summary

When overridden in a derived class, returns the set of edges going out from this node. Each edge consists of a label that identifies the edge, and the node that the edge points to.