mPoolDictionary<TKey,TValue> Docs mUniSm.Core mPoolDictionary<TKey,TValue>Summary Object pool to keep the Dictionary class pooled. i.e. mPoolDictionary dic = mPoolDictionary<TKey, TValue>.Get( ); Process mPoolDictionary<TKey, TValue>.Release( dic ); Type Params TKey The type of the T key. TValue The type of the T value. Method Get( ) Get a new instance Get(System.Collections.Generic.IDictionary{TKey,TValue}) Get a new instance Release(System.Collections.Generic.Dictionary{TKey,TValue}) Releases the specified to release.