Added (array of array).Flatten extension.
commit531708a2ade80a0f0d66a5a44bb377ed4bd487b5
authorzzandy <zzandy@gmail.com>
Tue, 11 May 2010 15:13:24 +0000 (11 18:13 +0300)
committerzzandy <zzandy@gmail.com>
Tue, 11 May 2010 15:13:24 +0000 (11 18:13 +0300)
treee1520a3f3d607761e4c64c0e8368fa8edb50a857
parentd151331ba812b7125a56d4ce1bf19315f1b17cc2
Added (array of array).Flatten extension.

Also added string.SplitAround(delimiter) extension.
C#/EnumerableFlatten.cs [new file with mode: 0644]
C#/IEnumerableExtras.csproj
C#/StringExtension.cs [new file with mode: 0644]