-
public interface IDispose- Author:
- Jeff Riggle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()Clean up any resources held in this class.
-
public interface IDispose
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispose() |
Clean up any resources held in this class.
|