Click or drag to resize
GraphBase<TVertex, TEdge>.EdgeProducerFunc Property
Gets or sets the edge producer func which produces edges for this graph. Used in some algorithms which have to produce edges.

Namespace: SD.Tools.Algorithmia.Graphs
Assembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax
public Func<TVertex, TVertex, TEdge> EdgeProducerFunc { get; set; }

Property Value

Type: Func<TVertex, TVertex, TEdge>
See Also