Click or drag to resize
IPoolable Interface
Object that can be restored to its original state for reuse.

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

The IPoolable type exposes the following members.

Methods
  NameDescription
Public methodReset
Restores this object to its original state for reuse.
Top
See Also