Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.05 KB

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