SubGraphViewTVertex, TEdgeEdges Property |
Gets the edges contained in this SubGraphView. All edges are part of this.MainGraph
Namespace: SD.Tools.Algorithmia.GraphsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public IEnumerable<TEdge> Edges { get; }
Public ReadOnly Property Edges As IEnumerable(Of TEdge)
Get
Property Value
Type:
IEnumerableTEdgeSee Also