Using IDisposable in private field
I have an an IDisposable object that I would like to turn into a private field:
eg:
How can I ensure that the private field uses the
eg:
How can I ensure that the private field uses the
using statement?