Sunday, November 07, 2004 5:16 AM
pgolde
New Generic Type Parameter Guidelines
Krzysztof Cwalina has
posted about the
new type parameter naming guidelines. I've looked these over, and I think they look pretty good, and are worth adopting. The way I interpret the guidelines, the simple collections (Set, Bag, LargeList, ...) will simply use T as the type parameter name. The dictionary collections (OrderedDictionary, ...) will use TKey and TValue as the type parameter names.