Summary
Assigns an available
System.Collections.Generic.Dictionary`2 from the pool or creates a new one if there are none.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- WeaverUtilities
Syntax
public static void GetDictionary<TKey, TValue>(out Dictionary<TKey, TValue> dictionary)
Type Parameters
| Name | Description |
|---|---|
| TKey | |
| TValue |
Parameters
| Name | Type | Description |
|---|---|---|
| dictionary | Dictionary |
Return Value
| Type | Description |
|---|---|
| void |