Gets the next link in the iterator and advances one position.
Namespace: TspAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
---|
Public Function NextLink As Link |
Visual C++ |
---|
public:
Link^ NextLink() |
Return Value
The next link in the iterator.
See Also