Summary
Initializes a new instance of the
CakeGraphEdge class.
- Namespace
- Cake
.Core .Graph - Containing Type
- CakeGraphEdge
Syntax
public CakeGraphEdge(string start, string end)
Parameters
| Name | Type | Description |
|---|---|---|
| start | string | The start node. |
| end | string | The end node. |
Return Value
| Type | Description |
|---|---|
| void |
