All vertices that are part of this graph
Namespace: MPM.PDAGAssembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748
Syntax
C# |
---|
IEnumerable<IVertex> AllVertices { get; } |
Visual Basic |
---|
ReadOnly Property AllVertices As IEnumerable(Of IVertex) Get |
Visual C++ |
---|
property IEnumerable<IVertex^>^ AllVertices { IEnumerable<IVertex^>^ get (); } |