GoXam for WPF v3
DestinationVertexes Property
Northwoods.GoXam.Layout Namespace > GenericNetwork.Vertex<V,E,Y> Class : DestinationVertexes Property
Gets an enumerator over all of the vertexes that have edges going out of this vertex.
Syntax
public GenericNetwork.Enumerator<V,E,Y,V> DestinationVertexes {get;}
Remarks
The enumerator iterates over the set of all vertexes that have any source edges going out of this vertex.
See Also

Reference

GenericNetwork.Vertex<V,E,Y> Class
GenericNetwork.Vertex<V,E,Y> Members