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

Reference

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