Gets the current number of links that this node has.

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

Syntax

C#
public int CountLinks { get; }
Visual Basic
Public ReadOnly Property CountLinks As Integer
	Get
Visual C++
public:
property int CountLinks {
	int get ();
}

See Also