Interface IEdgeVisitor<T>
Abstract representation of an algorithm that generates edge visits.
Inherited Members
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>
|