Skip to content

Emilien-M/IListExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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