G
Guest
I have this class:
public class ItemType
....
public class ProductType<T> where T: ItemType
....
Now I want to add an IDisposable interface to ProductType...
public class ItemType
....
public class ProductType<T> where T: ItemType
....
Now I want to add an IDisposable interface to ProductType...