Represents the crawler that walks a graph.

Namespace: Spherical.Nodes
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public class GraphWalker<T>
Visual C++
generic<typename T>
public ref class GraphWalker
F#
type GraphWalker<'T> =  class end

Type Parameters

T
The type of the data in the graph.

Inheritance Hierarchy

System..::..Object
  Spherical.Nodes..::..GraphWalker<(Of <(<'T>)>)>

See Also