Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: bool IsFinal

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

Declaration

bool IsFinal

Summary

When overridden in a derived class, determines whether this node is “final”. The final nodes are the nodes the algorithm is looking for. The first such node encountered in the search ends the search with success.