예제 #1
0
 /// <inheritdoc />
 public EdgeList(EdgeList <TVertex, TEdge> other)
     : base(other)
 {
 }
예제 #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)
 {
 }