We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520594c commit e8252c9Copy full SHA for e8252c9
Lists/IListExtensions.cs
@@ -1,10 +1,9 @@
1
using System;
2
using System.Collections.Generic;
3
-using System.Linq;
4
5
namespace Platform.Collections.Lists
6
{
7
- public static class ListExtensions
+ public static class IListExtensions
8
9
public static bool AddAndReturnTrue<T>(this IList<T> list, T element)
10
0 commit comments