Hello.
What does the IDisposable mean/do in the following class declaration?
public class MyClass<TKey, TValue> where TValue : class, IDisposable
Thanks in advance,
Mike
Hello.
What does the IDisposable mean/do in the following class declaration?
public class MyClass<TKey, TValue> where TValue : class, IDisposable
Thanks in advance,
Mike