| IRecyclable Interface |
Represents an object that supports resource pooling and can be recycled.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public interface IRecyclable
Public Interface IRecyclable
public interface class IRecyclable
type IRecyclable = interface end
The IRecyclable type exposes the following members.
Methods
| Name | Description |
---|
| Recycle |
Recycles this instance.
|
TopSee Also