EList 1.0.1
dotnet add package EList --version 1.0.1
NuGet\Install-Package EList -Version 1.0.1
<PackageReference Include="EList" Version="1.0.1" />
<PackageVersion Include="EList" Version="1.0.1" />
<PackageReference Include="EList" />
paket add EList --version 1.0.1
#r "nuget: EList, 1.0.1"
#:package EList@1.0.1
#addin nuget:?package=EList&version=1.0.1
#tool nuget:?package=EList&version=1.0.1
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 | Versions 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. |
-
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.