Adding C# solution.
commit7bc0f1dd7ff89428fae7f859bfeafb8d56387704
authorzzandy <zzandy@gmail.com>
Thu, 15 Apr 2010 07:25:13 +0000 (15 10:25 +0300)
committerzzandy <zzandy@gmail.com>
Thu, 15 Apr 2010 07:25:13 +0000 (15 10:25 +0300)
tree770f7c99d5069cbe1b156bd2f4694927ee56de26
parent8c3c4cbe54013ce3b5baabb3e205436073d67b4f
Adding C# solution.

Collection of usefull extension methods for .NET generic collection.
14 files changed:
C#/ArrayTools.cs [new file with mode: 0644]
C#/DictionaryToArray.cs [new file with mode: 0644]
C#/EnumerableCompare.cs [new file with mode: 0644]
C#/EnumerableFilter.cs [new file with mode: 0644]
C#/EnumerableForEach.cs [new file with mode: 0644]
C#/EnumerableIn.cs [new file with mode: 0644]
C#/EnumerableJoin.cs [new file with mode: 0644]
C#/EnumerableMap.cs [new file with mode: 0644]
C#/EnumerableReduce.cs [new file with mode: 0644]
C#/EnumerableSome.cs [new file with mode: 0644]
C#/IEnumerableExtras.csproj [new file with mode: 0644]
C#/ListIndexOf.cs [new file with mode: 0644]
C#/Pair.cs [new file with mode: 0644]
C#/Properties/AssemblyInfo.cs [new file with mode: 0644]