Click or drag to resize
GraphBaseTVertex, TEdgeEdgeProducerFunc 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.3.0.0 (1.3.17.0314)
Syntax
public Func<TVertex, TVertex, TEdge> EdgeProducerFunc { get; set; }

Property Value

Type: FuncTVertex, TVertex, TEdge
See Also