Click or drag to resize

VertexIndexerTVertex Delegate

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

Parameters

v
Type: TVertex

Type Parameters

TVertex

Return Value

Type: Int32
See Also