DictionaryPool<TKey, TValue>
Class in Nostalgia.Pool / Inherits from: CollectionPool<System.Collections.Generic.Dictionary<TKey, TValue>, System.Collections.Generic.KeyValuePair<TKey, TValue>>
Description
System.Collections.Generic.Dictionary<TKey,TValue> type pool
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TKey | Key type | |
| TValue | Value type |
Inherited Members
Static Methods
| Method Name | Description |
|---|---|
| Get | Fetch an instance from the pool. |
| Release | Return the instance to the pool. |