Gets a value indicating if the Links iterator has ended. I.e, there are no more links to iterate on.

Namespace: Tsp
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool EndIterator()
Visual Basic
Public Function EndIterator As Boolean
Visual C++
public:
bool EndIterator()

Return Value

[Missing <returns> documentation for "M:Tsp.Node.EndIterator"]

See Also