Class Edge
Inheritance
System.Object
Edge
Namespace: GraphVisualizer
Syntax
public class Edge
Constructors
Edge(Vertex, Vertex)
Declaration
public Edge(Vertex src, Vertex dest)
Parameters
| Type | Name | Description |
|---|---|---|
| Vertex | src | |
| Vertex | dest |
Properties
destination
Declaration
public Vertex destination { get; }
Property Value
| Type | Description |
|---|---|
| Vertex |
source
Declaration
public Vertex source { get; }
Property Value
| Type | Description |
|---|---|
| Vertex |