Summary
Traverses the graph leading to the specified target.
- Namespace
- Cake
.Core .Graph - Containing Type
- CakeGraph
Syntax
public IEnumerable<string> Traverse(string target)
Parameters
| Name | Type | Description |
|---|---|---|
| target | string | The target to traverse to. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
A list of nodes. |
