dinger2121
Programmer
Hello,
I have a class that I am creating and I would like to inherit from IEnumerable so that I can use the foreach functionality on it.
Do I do the inheritance at the interface level, or at the implementation level?
Thanks for any thoughts.
carl
MCSD, MCTS:MOSS
I have a class that I am creating and I would like to inherit from IEnumerable so that I can use the foreach functionality on it.
Do I do the inheritance at the interface level, or at the implementation level?
Thanks for any thoughts.
carl
MCSD, MCTS:MOSS