Summary
An
Animancer.ObjectPool`1
for System.Collections.Generic.Dictionary`2
.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Base Types
-
- Object
- ObjectPool
<Dictionary <TKey, TValue> > - CollectionPool
<KeyValuePair <TKey, TValue> , Dictionary <TKey, TValue> >
Syntax
public class DictionaryPool<TKey, TValue> :
CollectionPool<KeyValuePair<TKey, TValue>, Dictionary<TKey, TValue>>
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Fields
Name | Constant Value | Summary |
---|---|---|
Instance |
Singleton.
static
|