GraphBaseTVertex, TEdgeVertices Property  | 
 
            Returns the vertices in this graph. Enumerating this property will enumerate the inner structures of the graph, no copy is made. This requires
            a lock on 
SyncRoot if 
IsSynchronized is set to true to make sure enumeration of this property is thread safe.
            
 
    Namespace: 
   SD.Tools.Algorithmia.Graphs
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntaxpublic IEnumerable<TVertex> Vertices { get; }Public ReadOnly Property Vertices As IEnumerable(Of TVertex)
	Get
Property Value
Type: 
IEnumerableTVertex
See Also