Possible Duplicate:
C#: Difference between List<T> and Collection<T> (CA1002, Do not expose generic lists)
The FxCop says in a rule that generic List should not be exposed to the outside world.
But I do not understand why and what is the replacement for the generice List?
Reference : http://msdn.microsoft.com/en-in/library/ms182142%28en-us%29.aspx