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