Пример #1
0
 public static void Print <T, TAdjacencyList, TEdge>([NotNull] this GraphList <T, TAdjacencyList, TEdge> thisValue)
     where TAdjacencyList : class, ICollection <TEdge>
 {
     Console.WriteLine();
     thisValue.WriteTo(Console.Out);
 }