namespace AlicizaX.ObjectPool { internal interface IObjectPoolDebugView { int GetAllObjectInfos(ObjectInfo[] results); } }