When I press Ctrl and click on List in VS2010, List'1.cs file is opened, and the file contains the method headers and the summary comments,
The question is, why thy didn't name that file List(T).cs or List{T}.cs or List[T].cs? Why the naming convention List'1.cs, is that standard?