Click or drag to resize

IEdgeListGraphTVertex, TEdge Interface

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

Type Parameters

TVertex
TEdge

The IEdgeListGraphTVertex, TEdge type exposes the following members.

Properties
  NameDescription
Public propertyAllowParallelEdges (Inherited from IGraphTVertex, TEdge.)
Public propertyEdgeCount (Inherited from IEdgeSetTVertex, TEdge.)
Public propertyEdges (Inherited from IEdgeSetTVertex, TEdge.)
Public propertyIsDirected (Inherited from IGraphTVertex, TEdge.)
Public propertyIsEdgesEmpty (Inherited from IEdgeSetTVertex, TEdge.)
Public propertyIsVerticesEmpty (Inherited from IVertexSetTVertex.)
Public propertyVertexCount (Inherited from IVertexSetTVertex.)
Public propertyVertices (Inherited from IVertexSetTVertex.)
Top
Methods
Extension Methods
See Also