Method GetTransposedGraph GetTransposedGraph() Builds the transposed graph with all edges reversed. Declaration public Graph<T> GetTransposedGraph() Returns Type Description Graph<T> The transposed graph.