Skip to content

Add missing function to IList interface.

License

Notifications You must be signed in to change notification settings

jrlaff/IListExtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 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

About

Add missing function to IList interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%