Class XDictionaryPool
Namespace: Ludiq
Syntax
public static class XDictionaryPool
  Methods
Free<TKey, TValue>(Dictionary<TKey, TValue>)
Declaration
public static void Free<TKey, TValue>(this Dictionary<TKey, TValue> dictionary)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Dictionary<TKey, TValue> | dictionary | 
Type Parameters
| Name | Description | 
|---|---|
| TKey | |
| TValue |