mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
docs: remove duplicate
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -24,9 +24,6 @@ namespace PepperDash.Essentials.Core
|
|||||||
/* /// <summary>
|
/* /// <summary>
|
||||||
/// Basically a List , with an indexer to find ports by key name
|
/// Basically a List , with an indexer to find ports by key name
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <summary>
|
|
||||||
/// Represents a RoutingPortCollection
|
|
||||||
/// </summary>
|
|
||||||
public class RoutingPortCollection<T, TSelector> : List<T> where T : RoutingPort<TSelector>
|
public class RoutingPortCollection<T, TSelector> : List<T> where T : RoutingPort<TSelector>
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user