EList 1.0.1

dotnet add package EList --version 1.0.1
                    
NuGet\Install-Package EList -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EList" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EList" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="EList" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EList --version 1.0.1
                    
#r "nuget: EList, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EList@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EList&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=EList&version=1.0.1
                    
Install as a Cake Tool

EList


EList is an expansion on List type with the following features:

Mutable Enumeration

Elist contains members int Index for retrieving the index of the 'cursor' which can be moved with MoveNext() which acts exactly how List<T>.MoveNext acts. To retrieve the item at the cursor it is the very same with the T Current member. In order to set the cursor you simply use the void JumpTo(System.Index index) method. Furthermore, this class implements RemoveAt(System.Index index) which before was constricted to int for index argument.

This is a small QOL package.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 173 12/20/2025
1.0.0 289 11/14/2025