Property | Type | Description | |
---|---|---|---|
ID | uint | ||
Neighbours | Edge>.Dictionary |
Method | Description | |
---|---|---|
Vertex ( uint id ) |
Initialises a new instance of the Vertex class with the specified ID.
|
|
Vertex ( uint id, Edge>.Dictionary |
Initialises a new instance of the Vertex class with the specified ID and neighbours.
|
public Vertex ( uint id, Edge>.Dictionary |
||
id | uint | The ID of the new vertex. |
neighbours | Edge>.Dictionary | The neighbours of the new vertex. |