 | IPoolable Interface |
Object that can be restored to its original state for reuse.
Namespace: Slash.Collections.PoolsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic interface IPoolable
Public Interface IPoolable
public interface class IPoolable
type IPoolable = interface end
The IPoolable type exposes the following members.
Methods
| Name | Description |
---|
 | Reset |
Restores this object to its original state for reuse.
|
Top
See Also