SetPool<T> Class

Summary

An Animancer.ObjectPool`1 for System.Collections.Generic.HashSet`1.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
graph BT Type-->Base0["CollectionPool<T, HashSet<T>>"] Base0-->Base1["ObjectPool<HashSet<T>>"] Base1-->Base2["Object"] Type["SetPool<T>"] class Type type-node

Syntax

public class SetPool<T> : CollectionPool<T, HashSet<T>>

Type Parameters

Name Description
T

Fields

Name Constant Value Summary
Instance
Singleton.
static

Methods

Name Value Summary
New() HashSet<T>
Creates a new() instance of T.