Organizes a bunch of objects in a linked list. Not very efficient for reference types, since it results in two allocations per object.
See Implementation
Organizes a bunch of objects in a linked list. Not very efficient for reference types, since it results in two allocations per object.