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> >
graph BT
Type-->Base0["CollectionPool<KeyValuePair<TKey, TValue>, Dictionary<TKey, TValue>>"]
Base0-->Base1["ObjectPool<Dictionary<TKey, TValue>>"]
Base1-->Base2["Object"]
Type["DictionaryPool<TKey, TValue>"]
class Type type-node
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
|