Click or drag to resize
IGraphVertex Interface
Vertex of any graph with a unique index.

Namespace: Slash.Collections.Graphs
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public interface IGraphVertex

The IGraphVertex type exposes the following members.

Properties
  NameDescription
Public propertyIndex
The unique array index of this vertex in the graph.
Top
See Also