Possible Duplicate:
Do generic interfaces in C# prevent boxing? (.NET vs Mono performance)
I have one quick question... by using generics, do I completely get rid of boxing/unboxing operations?
For example, by using a List do I still get lots of boxing/unboxing?
I've read several docs on the internet but couldn't solve this specific question...