WeaverUtilities.

GetDictionary<TKey, TValue>() Method

Summary

Returns 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 Dictionary<TKey, TValue> GetDictionary<TKey, TValue>()

Type Parameters

Name Description
TKey
TValue

Return Value

Type Description
Dictionary<TKey, TValue>