Namespace Recore.Collections.Generic
Classes
AnonymousEqualityComparer<T>
Compares instances of a type using the given equality function.
ICollectionExtensions
Provides additional methods for working with ICollection<T>.
IDictionaryExtensions
Provides additional methods for working with IDictionary<TKey,TValue>.
Iterator
Provides helper methods for working with IIterator<T>.
LinkedListExtensions
Provides additional methods for working with LinkedList<T>.
ListExtensions
Provides additional methods for working with List<T>.
MappedComparer<T, TMapped>
Compares instances of a type based on the output of a mapping function.
MappedEqualityComparer<T, TMapped>
Compares instances of a type based on the output of a mapping function.
Interfaces
IIterator<T>
An alternative interface to IEnumerator<T> that provides access to a sequence of elements.