Click or drag to resize
DigitalRuneIRecyclable Interface
Represents an object that supports resource pooling and can be recycled.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public interface IRecyclable

The IRecyclable type exposes the following members.

Methods
  NameDescription
Public methodRecycle
Recycles this instance.
Top
See Also