Delegate IdentifiableVertexFactory<TVertex>
Delegate to create an identifiable vertex.
Namespace: QuikGraph
Assembly: QuikGraph.dll
Syntax
public delegate TVertex IdentifiableVertexFactory<out TVertex>(string id);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | Vertex id. |
Returns
| Type | Description |
|---|---|
| TVertex | The created vertex. |
Type Parameters
| Name | Description |
|---|---|
| TVertex | Vertex type. |