CakeGraph.

Traverse(string) Method

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<string> A list of nodes.