Show / Hide Table of Contents

Class DictionaryPool<TKey, TValue>

Dictionary Pool.

Inheritance
System.Object
CollectionPool<Dictionary<TKey, TValue>, KeyValuePair<TKey, TValue>>
DictionaryPool<TKey, TValue>
Inherited Members
CollectionPool<Dictionary<TKey, TValue>, KeyValuePair<TKey, TValue>>.Get()
CollectionPool<Dictionary<TKey, TValue>, KeyValuePair<TKey, TValue>>.Get(Dictionary<TKey, TValue>)
CollectionPool<Dictionary<TKey, TValue>, KeyValuePair<TKey, TValue>>.Release(Dictionary<TKey, TValue>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.Foundation.Patterns
Assembly: cs.temp.dll.dll
Syntax
public class DictionaryPool<TKey, TValue> : CollectionPool<Dictionary<TKey, TValue>, KeyValuePair<TKey, TValue>>
Type Parameters
Name Description
TKey
TValue
In This Article
Back to top Generated by DocFX