SubGraphViewTVertex, TEdgeVertices Property  | 
 
            Gets the vertices contained in this SubGraphView. All vertices are part of this.MainGraph. Enumerating this property will enumerate the inner structures of the SubGraphView, 
            no copy is made. This requires a lock on this.MainGraph.SyncRoot if this.MainGraph.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.4.0.0 (1.4.19.0711)
Syntaxpublic IEnumerable<TVertex> Vertices { get; }Public ReadOnly Property Vertices As IEnumerable(Of TVertex)
	Get
Property Value
Type: 
IEnumerableTVertex
See Also