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