docs: remove duplicate

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker 2025-07-22 11:12:55 -05:00 committed by GitHub
parent f6f1619bc2
commit b8ab54cbe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,9 +24,6 @@ namespace PepperDash.Essentials.Core
/* /// <summary>
/// Basically a List , with an indexer to find ports by key name
/// </summary>
/// <summary>
/// Represents a RoutingPortCollection
/// </summary>
public class RoutingPortCollection<T, TSelector> : List<T> where T : RoutingPort<TSelector>
{
/// <summary>