Generic list with events and duplicate and null item checking.
Events:
- Adding an item or a range of items;
- Removing an item or a range of items;
- List sorting.
This list can allow or disallow null or duplicate item adding.
Based in code by CodeProject.
<PackageReference Include="andrefmello91.EList" Version="1.X.X" />
dotnet add package andrefmello91.EList --version 1.X.X