ICloneableEdge<'TVertex, 'TEdge>
Namespace: QuickGraph
A cloneable edge
Instance members
Instance member | Description |
Clone(source, target)
Signature: (source:'TVertex * target:'TVertex) -> 'TEdge
Modifiers: abstract |
Clones the edge content to a different pair of and vertices |