QuickGraph


ICloneableEdge<'TVertex, 'TEdge>

Namespace: QuickGraph

A cloneable edge

Instance members

Instance memberDescription
Clone(source, target)
Signature: (source:'TVertex * target:'TVertex) -> 'TEdge
Modifiers: abstract

Clones the edge content to a different pair of and vertices

Fork me on GitHub