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