示例#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)
 {
 }