wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 11  →  ?path2? @ 12
/Linq.cs
@@ -7,8 +7,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace wasSharp.Linq
{
@@ -58,4 +56,4 @@
.Where(q => q != null && !q.Equals(default(T)));
}
}
}
}