QuickGraph


EdgeEventArgs<'TVertex, 'TEdge>

Namespace: QuickGraph

An event involving an edge.

Constructors

ConstructorDescription
new(edge)
Signature: edge:'TEdge -> unit

Initializes a new instance of the class.

Instance members

Instance memberDescription
Edge
Signature: 'TEdge

Gets the edge.

Fork me on GitHub