Massimo Prota's BLog

Nothin' but .NET
posts - 46, comments - 37, trackbacks - 5

My Links

News

View Massimo Prota's profile on LinkedIn Rapid Circle

Archives

Post Categories

Blogs

Links

Un bug nella documentazione?

Guardando su MSDN la descrizione della classe System.Collections.Specialized.StringDictionary si può notare nel summary:

Implements a hashtable with the key strongly typed to be a string rather than an object.

Da questo io mi aspetterei una HashTable con la chiave tipizzata string, mentre per il valore un generico object. Invece così non è, visto che rappresenta una collection con sia chiave che valore tipizzate a stringa.

Probabilmente non sono il primo ad accorgermene, visto che nella nuova documentazione MSDN2, la descrizione è stata cambiata in:

Implements a hash table with the key and the value strongly typed to be strings rather than objects.

Print | posted on mercoledì 24 novembre 2004 13:51 |

Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET