Namespace Exiled.API.Features.Pools
Classes
DictionaryPool<TKey, TValue>
Defines a system used to store and retrieve System.Collections.Generic.Dictionary<TKey, TValue> objects.
HashSetPool<T>
Defines a system used to store and retrieve System.Collections.Generic.HashSet<T> objects.
ListPool<T>
Defines a system used to store and retrieve System.Collections.Generic.List<T> objects.
QueuePool<T>
Defines a system used to store and retrieve System.Collections.Generic.Queue<T> objects.
StringBuilderPool
Defines a system used to store and retrieve System.Text.StringBuilder objects.
Interfaces
IPool<T>
Defines the contract for a class that stores and retrieves commonly used objects.