PooledHashSet<T> Class

Definition

generic <typename T>
public ref class PooledHashSet sealed : System::Collections::Generic::HashSet<T>
public sealed class PooledHashSet<T> : System.Collections.Generic.HashSet<T>
type PooledHashSet<'T> = class
    inherit HashSet<'T>
Public NotInheritable Class PooledHashSet(Of T)
Inherits HashSet(Of T)

Type Parameters

T
Inheritance
PooledHashSet<T>

Methods

CreatePool(IEqualityComparer<T>)
Free()
GetInstance()

Applies to