CakeGraph.

Edges Property

Summary

Gets the edges in the graph.
Namespace
Cake.Core.Graph
Containing Type
CakeGraph

Syntax

public IReadOnlyList<CakeGraphEdge> Edges { get; }

Value

Type Description
IReadOnlyList<CakeGraphEdge>