Popularity
0.9
Stable
Activity
0.0
Declining
5
0
2

Programming language: C#
License: MIT License
Tags: Extensions     List     C    
Latest version: v1.0.1

IListExtension alternatives and similar packages

Based on the "Extensions" category.
Alternatively, view IListExtension alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of IListExtension or a related project?

Add another 'Extensions' Package

README

Build status NuGet version (IListExtension) License: MIT GitHub version GitHub

IListExtension

Add List functions to IList interface.

Some implementations are slower than List if you don't have a concrete list but they do the job.

Implemented Functions

  • AddRange
  • AsReadOnly
  • BinarySearch
  • ConvertAll
  • Exists
  • Find
  • FindAll
  • FindIndex
  • FindLast
  • FindLastIndex
  • ForEach
  • ForEach async
  • GetRange
  • InsertRange
  • RemoveAll
  • RemoveRange
  • Sort
  • TrueForAll


*Note that all licence references and agreements mentioned in the IListExtension README section above are relevant to that project's source code only.