davidlebourdais / IEnumerableUtils

Extension methods for IEnumerable based objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IEnumerable Utils

Build Status

Contains a set of extension methods to manipulate IEnumerable or IList objects easier.

For now there is only one helper: SyncWith. However, the unit test structure might be reused to develop and test new helpers.

SyncWith

Synchronizes every items of the collection with another one used as a reference. If collection types are not interchangeable, you can provide a converter using the 'converter' parameter.

License

This work is licensed under the MIT License.

About

Extension methods for IEnumerable based objects

License:MIT License


Languages

Language:C# 100.0%