Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 763 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 763 Bytes

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.