Summary
The objects currently in the pool waiting to be reused.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- ObjectPool
<T>
Syntax
public readonly List<T> InactiveObjects
Remarks
Not a Stack because it would create an unnecessary dependancy on System.dll.