Click or drag to resize
Poolable Class
Object that can be restored to its original state for reuse.
Inheritance Hierarchy
SystemObject
  Slash.Collections.PoolsPoolable

Namespace: Slash.Collections.Pools
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public abstract class Poolable : IPoolable

The Poolable type exposes the following members.

Constructors
  NameDescription
Protected methodPoolable
Initializes a new instance of the Poolable class
Top
Methods
  NameDescription
Public methodReset
Restores this object to its original state for reuse.
Top
See Also