Delegate EdgeIdentity<TVertex, TEdge>
Delegate to compute the identity of the given edge
.
Namespace: QuikGraph
Assembly: QuikGraph.dll
Syntax
public delegate string EdgeIdentity<TVertex, in TEdge>(TEdge edge)
where TEdge : IEdge<TVertex>;
Parameters
Type | Name | Description |
---|---|---|
TEdge | edge | Edge to compute identity. |
Returns
Type | Description |
---|---|
System.String | The |
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
TEdge | Edge type. |