 | IGraphVertex Interface |
Vertex of any graph with a unique index.
Namespace: Slash.Collections.GraphsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic interface IGraphVertex
Public Interface IGraphVertex
public interface class IGraphVertex
type IGraphVertex = interface end
The IGraphVertex type exposes the following members.
Properties
| Name | Description |
---|
 | Index |
The unique array index of this vertex in the graph.
|
Top
See Also