| Name | Description |
---|
 | NonDirectedGraph<TVertex, TEdge>() | |
 | NonDirectedGraph<TVertex, TEdge>(Boolean) | |
 | NonDirectedGraph<TVertex, TEdge>(Func<TVertex, TVertex, TEdge>) | |
 | NonDirectedGraph<TVertex, TEdge>(NonDirectedGraph<TVertex, TEdge>) | |
 | NonDirectedGraph<TVertex, TEdge>(Boolean, Boolean) | |
 | NonDirectedGraph<TVertex, TEdge>(Func<TVertex, TVertex, TEdge>, Boolean) | |
 | NonDirectedGraph<TVertex, TEdge>(NonDirectedGraph<TVertex, TEdge>, Boolean) | |
 | NonDirectedGraph<TVertex, TEdge>(NonDirectedGraph<TVertex, TEdge>, Func<TVertex, TVertex, TEdge>) | |
 | NonDirectedGraph<TVertex, TEdge>(Func<TVertex, TVertex, TEdge>, Boolean, Boolean) | |
 | NonDirectedGraph<TVertex, TEdge>(NonDirectedGraph<TVertex, TEdge>, Func<TVertex, TVertex, TEdge>, Boolean) | |
 | NonDirectedGraph<TVertex, TEdge>(NonDirectedGraph<TVertex, TEdge>, Func<TVertex, TVertex, TEdge>, Boolean, Boolean) | |