Initializes a new instance of the UndirectedGraph class

C# | Visual Basic | Visual C++ |
public UndirectedGraph( IGraphFactory gf )
Public Sub New ( _ gf As IGraphFactory _ )
public: UndirectedGraph( IGraphFactory^ gf )

- gf (IGraphFactory)
- The graph factory to be used by this instance