C# Collection Extension providing access to an ordered list with movable objects
Combines the powers of a LinkedList and a HashSet to ensure uniqueness of values within a LinkedList.
- Plop this file content in a namespace
- Reference
using System.Collections.Generic;
using System.Linq;
- Enjoy!