Defines an algorithm that supports time stamping.

Namespace:  QuickGraph.Concepts.Algorithms
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1407 (2.4.2.1407)

Syntax

C#
public interface ITimeStamperAlgorithm : IAlgorithm
Visual Basic (Declaration)
Public Interface ITimeStamperAlgorithm _
	Implements IAlgorithm

See Also