CakeGraphEdge.

CakeGraphEdge(string, string) Constructor

Assembly
Cake.Parallel.Module.dll
Namespace
Cake.Parallel.Module
Containing Type
CakeGraphEdge

Syntax

public CakeGraphEdge(string start, string end)

Parameters

Name Type Description
start string
end string

Return Value

Type Description
void