Skip to content

davidlebourdais/IEnumerableUtils

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages