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.4.0.0 (1.4.19.0711)
Syntax
public Func<TVertex, TVertex, TEdge> EdgeProducerFunc { get; set; }

Property Value

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