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.4.0.0 (1.4.19.0711)
Syntax public Func<TVertex, TVertex, TEdge> EdgeProducerFunc { get; set; }
Public Property EdgeProducerFunc As Func(Of TVertex, TVertex, TEdge)
Get
Set
Property Value
Type:
FuncTVertex,
TVertex,
TEdgeSee Also