Click or drag to resize
DictPoolTKey, TValue Class
A generic class for storing a pool of dictionaries.
Inheritance Hierarchy
SystemObject
  CandlelightDictPoolTKey, TValue

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static class DictPool<TKey, TValue>

Type Parameters

TKey
The dictionary key type.
TValue
The dictionary value type.

The DictPoolTKey, TValue type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGet
Gets an available dictionary from the pool.
Public methodStatic memberRelease
Releases a dictionary to the pool.
Top
See Also