PooledDictionary<K,V> Class

Definition

generic <typename K, typename V>
public ref class PooledDictionary sealed : System::Collections::Generic::Dictionary<K, V>
public sealed class PooledDictionary<K,V> : System.Collections.Generic.Dictionary<K,V>
type PooledDictionary<'K, 'V> = class
    inherit Dictionary<'K, 'V>
Public NotInheritable Class PooledDictionary(Of K, V)
Inherits Dictionary(Of K, V)

Type Parameters

K
V
Inheritance
PooledDictionary<K,V>

Methods

CreatePool(IEqualityComparer<K>)
Free()
GetInstance()
ToImmutableDictionaryAndFree()

Applies to