CakeGraph.

Connect(string, string) Method

Summary

Connects two nodes in the graph together. If any of the nodes are missing, they will be added.
Namespace
Cake.Core.Graph
Containing Type
CakeGraph

Syntax

public void Connect(string start, string end)

Parameters

Name Type Description
start string The start node.
end string The end node.

Return Value

Type Description
void