Summary
Adds a node to the graph.
- Namespace
- Cake
.Core .Graph - Containing Type
- CakeGraph
Syntax
public void Add(string node)
Parameters
| Name | Type | Description |
|---|---|---|
| node | string | The node to add. |
Return Value
| Type | Description |
|---|---|
| void |
public void Add(string node)
| Name | Type | Description |
|---|---|---|
| node | string | The node to add. |
| Type | Description |
|---|---|
| void |