Show / Hide Table of Contents

Interface IEdgeVisitor<T>

Abstract representation of an algorithm that generates edge visits.

Inherited Members
IAlgorithm.HasRun
IAlgorithm.HasSucceeded
IAlgorithm.Run()
IAlgorithm.Run(CancellationToken)
IAlgorithm.ErrorMessage
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IEdgeVisitor<T> : IAlgorithm
Type Parameters
T

Properties

Visit

Gets or sets the visit delegate.

Declaration
VisitDelegate<T> Visit { get; set; }
Property Value
VisitDelegate<T>

Back to top Built by Itinero, MIT licensed.