PooledHashSet<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
HashSet<T>PooledHashSet<T>
Methods
CreatePool(IEqualityComparer<T>) | |
Free() | |
GetInstance() |