IListExtension alternatives and similar packages
Based on the "Extensions" category.
Alternatively, view IListExtension alternatives based on common mentions on social networks and blogs.
-
DarkXaHTeP.Extensions.Configuration.Consul
Consul configuration provider for Microsoft.Extensions.Configuration
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of IListExtension or a related project?
README
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.