Click or drag to resize

IMutableVertexAndEdgeListGraph<TVertex, TEdge> Properties

The IMutableVertexAndEdgeListGraph<TVertex, TEdge> generic type exposes the following members.

Properties
  NameDescription
Public propertyAllowParallelEdges (Inherited from IGraph<TVertex, TEdge>.)
Public propertyEdgeCount (Inherited from IEdgeSet<TVertex, TEdge>.)
Public propertyEdges (Inherited from IEdgeSet<TVertex, TEdge>.)
Public propertyIsDirected (Inherited from IGraph<TVertex, TEdge>.)
Public propertyIsEdgesEmpty (Inherited from IEdgeSet<TVertex, TEdge>.)
Public propertyIsVerticesEmpty (Inherited from IVertexSet<TVertex>.)
Public propertyVertexCount (Inherited from IVertexSet<TVertex>.)
Public propertyVertices (Inherited from IVertexSet<TVertex>.)
Top
See Also