Public property for which generation this tour came from.

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

Syntax

C#
public int Generation { get; set; }
Visual Basic
Public Property Generation As Integer
	Get
	Set
Visual C++
public:
property int Generation {
	int get ();
	void set (int value);
}

See Also