Hexagon
|
This is the complete list of members for Pool< T >, including all inherited members.
ActiveCount | Pool< T > | |
Create(Func< T > factory, Action< T > onGet, Action< T > onRelease, Func< T, bool > isActive, int listCapacity=20) | Pool< T > | inlinestatic |
Get() | Pool< T > | inline |
Get(T item) | Pool< T > | inline |
InactiveCount | Pool< T > | |
Populate(int delta) | Pool< T > | inline |
Release(T item) | Pool< T > | inline |
ReleaseAll() | Pool< T > | inline |
TotalCount | Pool< T > | |
ViewExistingActive([NotNullWhen(true)] out T? result) | Pool< T > | inline |
ViewExistingInactive([NotNullWhen(true)] out T? result) | Pool< T > | inline |