Pools

Namespace: uModPooling

Assembly: uMod.Core.dll

Inheritance Object Pools

Summary

Pools helper class

Static Methods

Name

Summary

Default<T> ()

Gets DynamicPool for generic type

Disposable<T> ()

Gets DynamicPool for disposable type

FreeDictionary<TKey,TValue> (out Dictionary<TKey, TValue>)

FreeDictionary<TKey,TValue> (out IDictionary<TKey, TValue>)

FreeList<T> (out List<T>)

FreeQueue<T> (out Queue<T>)

GetDictionary<TKey,TValue> (IEqualityComparer<TKey>)

GetList<T> ()

Gets a List of the generic type

GetQueue<T> ()

Gets a Queue of the generic type

StringBuilder ()

Gets StringBuilderPool