Select from following answers:- Call the Object.Dispose method.
- Implement the IDisposable interface.
- Derive the generic class from the IDisposable class.
- Use constraints to require the generic type to implement the IDisposable interface.

- All Above
If you use constraints to require types to implement a specific interface, you can call any methods used in the interface.
Show Correct Answer
Source: MCTS Book | |
Alert Moderator