Click or drag to resize

DelegateVertexAndEdgeListGraphTVertex, TEdgeVertices Property

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public virtual IEnumerable<TVertex> Vertices { get; }

Property Value

Type: IEnumerableTVertex

Implements

IVertexSetTVertexVertices
See Also