Click or drag to resize

Archon.SwissArmyLib.Collections Namespace

Contains useful collection types.
Classes
  ClassDescription
Public classDelayedListT
A list wrapper that delays adding or removing item from the list until ProcessPending is called.
Public classDictionaryWithDefaultTKey, TValue
A DictionaryTKey, TValue but with a default value for missing entries.
Public classGrid2DT
A generic two-dimensional grid.
Public classGrid3DT
A generic three-dimensional grid.
Public classPooledLinkedListT
A wrapper for LinkedListT that recycles its LinkedListNodeT instances to reduce GC allocations.
Public classPrioritizedListT
A list of items sorted by their priority.
Structures
Enumerations
  EnumerationDescription
Public enumerationListSortDirection
Specifies the direction of a sort operation.