Click or drag to resize

IdentifiableVertexFactoryTVertex Delegate

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public delegate TVertex IdentifiableVertexFactory<TVertex>(
	string id
)

Parameters

id
Type: SystemString

Type Parameters

TVertex

Return Value

Type: TVertex
See Also