Click or drag to resize

IImplicitUndirectedGraphTVertex, TEdge Interface

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IImplicitUndirectedGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, 
	IImplicitVertexSet<TVertex>
where TEdge : Object, IEdge<TVertex>

Type Parameters

TVertex
TEdge

The IImplicitUndirectedGraphTVertex, TEdge type exposes the following members.

Properties
Methods
See Also