HashSetPool<T>

Class in Nostalgia.Pool / Inherits from: CollectionPool<System.Collections.Generic.HashSet<T>, T>

Description

System.Collections.Generic.HashSet<T> type pool

Type Parameters

Type Parameter Name Description Type Constraints
T Element type

Inherited Members

Static Methods

Method Name Description
Get Fetch an instance from the pool.
Release Return the instance to the pool.