Exemplo n.º 1
0
 /// <inheritdoc />
 public EdgeList(EdgeList <TVertex, TEdge> other)
     : base(other)
 {
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 /// <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is <see langword="null"/>.</exception>
 public EdgeList([NotNull] EdgeList <TVertex, TEdge> other)
     : base(other)
 {
 }