Skip to content

Commit e8252c9

Browse files
committed
Closes #7
1 parent 520594c commit e8252c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lists/IListExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
43

54
namespace Platform.Collections.Lists
65
{
7-
public static class ListExtensions
6+
public static class IListExtensions
87
{
98
public static bool AddAndReturnTrue<T>(this IList<T> list, T element)
109
{

0 commit comments

Comments
 (0)