Extensions for System.Collections.Generic types
public static class CollectionsExtensions
name | description |
---|---|
static InsertOrdered<T,TK>(…) | Insert an element into an IList following the specified ordering selector. Note: to be retested. Please don't trust this code as no automated test exists and I think it's wrongly designed... |
static RemoveRange(…) | Removes a collection of items of a given IList. |
static RemoveRange<T>(…) | Removes a collection of items from another collection |
- namespace Wokhan.Collections.Generic.Extensions