Namespace:  QuickGraph.Representations.Petri
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class Arc : Edge, IArc, IEdge, 
	IComparable
Visual Basic (Declaration)
Public Class Arc _
	Inherits Edge _
	Implements IArc, IEdge, IComparable

Inheritance Hierarchy

System..::.Object
  QuickGraph..::.Edge
    QuickGraph.Representations.Petri..::.Arc

See Also