WeaverUtilities.

GetDictionary<TKey, TValue>(Dictionary<TKey, TValue>) Method

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<TKey, TValue>

Return Value

Type Description
void