Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 875 Bytes

File metadata and controls

21 lines (14 loc) · 875 Bytes

CollectionsExtensions class

Extensions for System.Collections.Generic types

public static class CollectionsExtensions

Public Members

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

See Also