Class DictionaryPool<TKey, TValue>
Inheritance
System.Object
DictionaryPool<TKey, TValue>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.Graphing
Syntax
public static class DictionaryPool<TKey, TValue>
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Methods
Get()
Declaration
public static Dictionary<TKey, TValue> Get()
Returns
Type | Description |
---|---|
Dictionary<TKey, TValue> |
GetDisposable()
Declaration
public static PooledObject<Dictionary<TKey, TValue>> GetDisposable()
Returns
Type | Description |
---|---|
PooledObject<Dictionary<TKey, TValue>> |
Release(Dictionary<TKey, TValue>)
Declaration
public static void Release(Dictionary<TKey, TValue> toRelease)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<TKey, TValue> | toRelease |