Interface IUndirectedEdge<TVertex>
Represents an undirected edge.
Namespace: QuikGraph
Assembly: QuikGraph.dll
Syntax
public interface IUndirectedEdge<out TVertex> : IEdge<TVertex>
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
Remarks
Invariant: source must be less or equal to target (using the default comparer).