8 lines
165 B
C#
8 lines
165 B
C#
namespace AlicizaX.ObjectPool
|
|
{
|
|
internal interface IObjectPoolServiceDebugView
|
|
{
|
|
int GetAllObjectPools(bool sort, ObjectPoolBase[] results);
|
|
}
|
|
}
|