¡@

Home 

c# Programming Glossary: istartable

How can I write a generic container class that implements a given interface in C#?

http://stackoverflow.com/questions/847809/how-can-i-write-a-generic-container-class-that-implements-a-given-interface-in-c

of them implement the following interface public interface IStartable void Start void Stop And now I'd like to have a container class.. like to have a container class which gets an IEnumerable IStartable as an argument in its constructor. This class in turn should.. constructor. This class in turn should also implement the IStartable interface public class StartableGroup IStartable this is the..