OmegaEngine API
1.0.3
|
An interface items must implement to be addable to Pool<T>. Poolable items directly store a reference to their successor. More...
Properties | |
T | NextElement [get, set] |
A reference to the next element in the Pool<T> chain. More... | |
An interface items must implement to be addable to Pool<T>. Poolable items directly store a reference to their successor.
T | The type of items to store in Pool<T>. |
T | : | class | |
T | : | IPoolable<T> |
|
getset |
A reference to the next element in the Pool<T> chain.