Namespace:
QuickGraph.Representations
Assembly: QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1515 (2.4.2.1515)
Assembly: QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1515 (2.4.2.1515)
Syntax
| C# |
|---|
public delegate IEdge TransitionDelegate( IVertex v ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function TransitionDelegate ( _ v As IVertex _ ) As IEdge |
