The csharp IGraph.AddEdge method allows users to add a new edge between two vertices in a graph. This method is used to expand the connectivity of the graph by creating a connection between two existing vertices. Once an edge is added, it can be used to navigate between the connected vertices or perform other graph-related operations.
C# (CSharp) IGraph.AddEdge - 34 examples found. These are the top rated real world C# (CSharp) examples of IGraph.AddEdge extracted from open source projects. You can rate examples to help us improve the quality of examples.