 | Poolable Class |
Object that can be restored to its original state for reuse.
Inheritance Hierarchy
Namespace: Slash.Collections.PoolsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic abstract class Poolable : IPoolable
Public MustInherit Class Poolable
Implements IPoolable
public ref class Poolable abstract : IPoolable
[<AbstractClassAttribute>]
type Poolable =
class
interface IPoolable
end
The Poolable type exposes the following members.
Constructors
| Name | Description |
---|
 | Poolable | Initializes a new instance of the Poolable class |
Top
Methods
| Name | Description |
---|
 | Reset |
Restores this object to its original state for reuse.
|
Top
See Also