Gets the next link in the iterator and advances one position.

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

Syntax

C#
public Link NextLink()
Visual Basic
Public Function NextLink As Link
Visual C++
public:
Link^ NextLink()

Return Value

The next link in the iterator.

See Also