System.Collections.Specialized.xml 110 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Collections.Specialized</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Collections.Specialized.BitVector32">
  8. <summary>Fornisce una struttura semplice che memorizza valori Boolean e Small Integer in 32 bit di memoria.</summary>
  9. </member>
  10. <member name="M:System.Collections.Specialized.BitVector32.#ctor(System.Collections.Specialized.BitVector32)">
  11. <summary>Inizializza una nuova istanza della struttura <see cref="T:System.Collections.Specialized.BitVector32" /> che contiene i dati rappresentati in una struttura <see cref="T:System.Collections.Specialized.BitVector32" /> esistente.</summary>
  12. <param name="value">Struttura <see cref="T:System.Collections.Specialized.BitVector32" /> che contiene i dati da copiare. </param>
  13. </member>
  14. <member name="M:System.Collections.Specialized.BitVector32.#ctor(System.Int32)">
  15. <summary>Inizializza una nuova istanza della struttura <see cref="T:System.Collections.Specialized.BitVector32" /> che contiene i dati rappresentati in un intero.</summary>
  16. <param name="data">Intero che rappresenta i dati della nuova struttura <see cref="T:System.Collections.Specialized.BitVector32" />. </param>
  17. </member>
  18. <member name="M:System.Collections.Specialized.BitVector32.CreateMask">
  19. <summary>Crea la prima di una serie di maschere che possono essere usate per recuperare i singoli bit di una struttura <see cref="T:System.Collections.Specialized.BitVector32" /> configurata come flag di bit.</summary>
  20. <returns>Maschera che isola il primo flag di bit della struttura <see cref="T:System.Collections.Specialized.BitVector32" />.</returns>
  21. <PermissionSet>
  22. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  23. </PermissionSet>
  24. </member>
  25. <member name="M:System.Collections.Specialized.BitVector32.CreateMask(System.Int32)">
  26. <summary>Crea una maschera aggiuntiva, successiva alla maschera specificata all'interno di una serie, che è possibile usare per recuperare i singoli bit di una struttura <see cref="T:System.Collections.Specialized.BitVector32" /> impostata come flag di bit.</summary>
  27. <returns>Maschera che isola il flag di bit successivo a quello cui punta <paramref name="previous" /> nella struttura <see cref="T:System.Collections.Specialized.BitVector32" />.</returns>
  28. <param name="previous">Maschera che indica il flag di bit precedente. </param>
  29. <exception cref="T:System.InvalidOperationException">
  30. <paramref name="previous" /> indicates the last bit flag in the <see cref="T:System.Collections.Specialized.BitVector32" />. </exception>
  31. </member>
  32. <member name="M:System.Collections.Specialized.BitVector32.CreateSection(System.Int16)">
  33. <summary>Crea la prima sezione <see cref="T:System.Collections.Specialized.BitVector32.Section" /> di una serie di sezioni che contengono Small Integer.</summary>
  34. <returns>
  35. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> che può contenere un numero compreso tra zero e <paramref name="maxValue" />.</returns>
  36. <param name="maxValue">Intero con segno a 16 bit che specifica il valore massimo del nuovo <see cref="T:System.Collections.Specialized.BitVector32.Section" />. </param>
  37. <exception cref="T:System.ArgumentException">
  38. <paramref name="maxValue" /> is less than 1. </exception>
  39. </member>
  40. <member name="M:System.Collections.Specialized.BitVector32.CreateSection(System.Int16,System.Collections.Specialized.BitVector32.Section)">
  41. <summary>Crea una nuova sezione <see cref="T:System.Collections.Specialized.BitVector32.Section" />, successiva a quella specificata <see cref="T:System.Collections.Specialized.BitVector32.Section" /> in una serie di sezioni che contengono Small Integer.</summary>
  42. <returns>
  43. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> che può contenere un numero compreso tra zero e <paramref name="maxValue" />.</returns>
  44. <param name="maxValue">Intero con segno a 16 bit che specifica il valore massimo del nuovo <see cref="T:System.Collections.Specialized.BitVector32.Section" />. </param>
  45. <param name="previous">Sezione <see cref="T:System.Collections.Specialized.BitVector32.Section" /> precedente nella struttura <see cref="T:System.Collections.Specialized.BitVector32" />. </param>
  46. <exception cref="T:System.ArgumentException">
  47. <paramref name="maxValue" /> is less than 1. </exception>
  48. <exception cref="T:System.InvalidOperationException">
  49. <paramref name="previous" /> includes the final bit in the <see cref="T:System.Collections.Specialized.BitVector32" />.-or- <paramref name="maxValue" /> is greater than the highest value that can be represented by the number of bits after <paramref name="previous" />. </exception>
  50. </member>
  51. <member name="P:System.Collections.Specialized.BitVector32.Data">
  52. <summary>Ottiene il valore della struttura <see cref="T:System.Collections.Specialized.BitVector32" /> sotto forma di intero.</summary>
  53. <returns>Valore della struttura <see cref="T:System.Collections.Specialized.BitVector32" /> sotto forma di intero.</returns>
  54. </member>
  55. <member name="M:System.Collections.Specialized.BitVector32.Equals(System.Object)">
  56. <summary>Determina se l'oggetto specificato è uguale alla struttura <see cref="T:System.Collections.Specialized.BitVector32" />.</summary>
  57. <returns>true se l'oggetto specificato è uguale a <see cref="T:System.Collections.Specialized.BitVector32" />; in caso contrario, false.</returns>
  58. <param name="o">Oggetto da confrontare con l'oggetto <see cref="T:System.Collections.Specialized.BitVector32" /> corrente. </param>
  59. </member>
  60. <member name="M:System.Collections.Specialized.BitVector32.GetHashCode">
  61. <summary>Viene usato come funzione hash per la struttura <see cref="T:System.Collections.Specialized.BitVector32" />.</summary>
  62. <returns>Codice hash per la classe <see cref="T:System.Collections.Specialized.BitVector32" />.</returns>
  63. </member>
  64. <member name="P:System.Collections.Specialized.BitVector32.Item(System.Collections.Specialized.BitVector32.Section)">
  65. <summary>Ottiene o imposta il valore memorizzato nella struttura <see cref="T:System.Collections.Specialized.BitVector32.Section" /> specificata.</summary>
  66. <returns>Valore memorizzato nella struttura <see cref="T:System.Collections.Specialized.BitVector32.Section" /> specificata.</returns>
  67. <param name="section">Oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> che contiene il valore da ottenere o impostare. </param>
  68. </member>
  69. <member name="P:System.Collections.Specialized.BitVector32.Item(System.Int32)">
  70. <summary>Ottiene o imposta lo stato del flag di bit indicato dalla maschera specificata.</summary>
  71. <returns>true se il flag di bit specificato è attivato (1); in caso contrario, false.</returns>
  72. <param name="bit">Maschera che indica il bit da ottenere o impostare. </param>
  73. </member>
  74. <member name="M:System.Collections.Specialized.BitVector32.ToString">
  75. <summary>Restituisce una stringa che rappresenta l'oggetto <see cref="T:System.Collections.Specialized.BitVector32" /> corrente.</summary>
  76. <returns>Stringa che rappresenta l'oggetto <see cref="T:System.Collections.Specialized.BitVector32" /> corrente.</returns>
  77. </member>
  78. <member name="M:System.Collections.Specialized.BitVector32.ToString(System.Collections.Specialized.BitVector32)">
  79. <summary>Restituisce una stringa che rappresenta l'oggetto <see cref="T:System.Collections.Specialized.BitVector32" /> specificato.</summary>
  80. <returns>Stringa che rappresenta l'oggetto <see cref="T:System.Collections.Specialized.BitVector32" /> specificato.</returns>
  81. <param name="value">Oggetto <see cref="T:System.Collections.Specialized.BitVector32" /> da rappresentare. </param>
  82. </member>
  83. <member name="T:System.Collections.Specialized.BitVector32.Section">
  84. <summary>Rappresenta una sezione del vettore che può contenere un numero intero.</summary>
  85. </member>
  86. <member name="M:System.Collections.Specialized.BitVector32.Section.Equals(System.Collections.Specialized.BitVector32.Section)">
  87. <summary>Determina se l'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> specificato corrisponde all'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente.</summary>
  88. <returns>true se il parametro <paramref name="obj" /> corrisponde all'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente; in caso contrario false.</returns>
  89. <param name="obj">Oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> da confrontare con l'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente.</param>
  90. </member>
  91. <member name="M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)">
  92. <summary>Determina se l'oggetto specificato corrisponde all'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente.</summary>
  93. <returns>true se l'oggetto specificato corrisponde all'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente; in caso contrario false.</returns>
  94. <param name="o">Oggetto da confrontare con l'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente.</param>
  95. </member>
  96. <member name="M:System.Collections.Specialized.BitVector32.Section.GetHashCode">
  97. <summary>Viene utilizzato come funzione hash per l'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente, adatto per algoritmi hash e strutture di dati, ad esempio una tabella hash.</summary>
  98. <returns>Codice hash per la classe <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente.</returns>
  99. </member>
  100. <member name="P:System.Collections.Specialized.BitVector32.Section.Mask">
  101. <summary>Ottiene una maschera che isola la sezione all'interno della struttura <see cref="T:System.Collections.Specialized.BitVector32" />.</summary>
  102. <returns>Maschera che isola la sezione all'interno della struttura <see cref="T:System.Collections.Specialized.BitVector32" />.</returns>
  103. </member>
  104. <member name="P:System.Collections.Specialized.BitVector32.Section.Offset">
  105. <summary>Ottiene l'offset della sezione a partire dall'inizio della struttura <see cref="T:System.Collections.Specialized.BitVector32" />.</summary>
  106. <returns>Offset della sezione a partire dall'inizio della struttura <see cref="T:System.Collections.Specialized.BitVector32" />.</returns>
  107. </member>
  108. <member name="M:System.Collections.Specialized.BitVector32.Section.op_Equality(System.Collections.Specialized.BitVector32.Section,System.Collections.Specialized.BitVector32.Section)">
  109. <summary>Determina se due oggetti <see cref="T:System.Collections.Specialized.BitVector32.Section" /> specificati sono uguali.</summary>
  110. <returns>true se i parametri <paramref name="a" /> e <paramref name="b" /> rappresentano lo stesso oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" />, altrimenti false.</returns>
  111. <param name="a">Oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" />.</param>
  112. <param name="b">Oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" />.</param>
  113. </member>
  114. <member name="M:System.Collections.Specialized.BitVector32.Section.op_Inequality(System.Collections.Specialized.BitVector32.Section,System.Collections.Specialized.BitVector32.Section)">
  115. <summary>Determina se due oggetti <see cref="T:System.Collections.Specialized.BitVector32.Section" /> hanno valori diversi.</summary>
  116. <returns>true se i parametri <paramref name="a" /> e <paramref name="b" /> rappresentano oggetti <see cref="T:System.Collections.Specialized.BitVector32.Section" /> diversi, altrimenti false.</returns>
  117. <param name="a">Oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" />.</param>
  118. <param name="b">Oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" />.</param>
  119. </member>
  120. <member name="M:System.Collections.Specialized.BitVector32.Section.ToString">
  121. <summary>Restituisce una stringa che rappresenta l'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente.</summary>
  122. <returns>Stringa che rappresenta l'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> corrente.</returns>
  123. </member>
  124. <member name="M:System.Collections.Specialized.BitVector32.Section.ToString(System.Collections.Specialized.BitVector32.Section)">
  125. <summary>Restituisce una stringa che rappresenta l'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> specificato.</summary>
  126. <returns>Stringa che rappresenta l'oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> specificato.</returns>
  127. <param name="value">Oggetto <see cref="T:System.Collections.Specialized.BitVector32.Section" /> da rappresentare.</param>
  128. </member>
  129. <member name="T:System.Collections.Specialized.HybridDictionary">
  130. <summary>Implementa IDictionary usando un oggetto <see cref="T:System.Collections.Specialized.ListDictionary" /> quando la raccolta è di piccole dimensioni e passa a un oggetto <see cref="T:System.Collections.Hashtable" /> quando le dimensioni della raccolta aumentano.</summary>
  131. </member>
  132. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor">
  133. <summary>Crea un oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> vuoto con distinzione tra maiuscole e minuscole.</summary>
  134. </member>
  135. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Boolean)">
  136. <summary>Crea un oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> vuoto con il comportamento relativo a maiuscole e minuscole specificato.</summary>
  137. <param name="caseInsensitive">Valore booleano che indica se <see cref="T:System.Collections.Specialized.HybridDictionary" /> non prevede la distinzione tra maiuscole e minuscole. </param>
  138. </member>
  139. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Int32)">
  140. <summary>Crea un oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> con la distinzione tra maiuscole e minuscole e con le dimensioni iniziali specificate.</summary>
  141. <param name="initialSize">Numero approssimativo di voci che l'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> può contenere inizialmente. </param>
  142. </member>
  143. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Int32,System.Boolean)">
  144. <summary>Crea un oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> con comportamento relativo a maiuscole e minuscole e dimensione iniziale specificati.</summary>
  145. <param name="initialSize">Numero approssimativo di voci che l'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> può contenere inizialmente. </param>
  146. <param name="caseInsensitive">Valore booleano che indica se <see cref="T:System.Collections.Specialized.HybridDictionary" /> non prevede la distinzione tra maiuscole e minuscole. </param>
  147. </member>
  148. <member name="M:System.Collections.Specialized.HybridDictionary.Add(System.Object,System.Object)">
  149. <summary>Aggiunge una voce con la chiave e il valore specificati nell'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  150. <param name="key">Chiave della voce da aggiungere. </param>
  151. <param name="value">Valore della voce da aggiungere.Il valore può essere null.</param>
  152. <exception cref="T:System.ArgumentNullException">
  153. <paramref name="key" /> è null. </exception>
  154. <exception cref="T:System.ArgumentException">In <see cref="T:System.Collections.Specialized.HybridDictionary" /> è già presente una voce con la stessa chiave. </exception>
  155. </member>
  156. <member name="M:System.Collections.Specialized.HybridDictionary.Clear">
  157. <summary>Rimuove tutte le voci da <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  158. </member>
  159. <member name="M:System.Collections.Specialized.HybridDictionary.Contains(System.Object)">
  160. <summary>Determina se l'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> contiene una chiave specifica.</summary>
  161. <returns>true se la classe <see cref="T:System.Collections.Specialized.HybridDictionary" /> contiene una voce con la chiave specificata; in caso contrario, false.</returns>
  162. <param name="key">Chiave da individuare in <see cref="T:System.Collections.Specialized.HybridDictionary" />. </param>
  163. <exception cref="T:System.ArgumentNullException">
  164. <paramref name="key" /> è null. </exception>
  165. </member>
  166. <member name="M:System.Collections.Specialized.HybridDictionary.CopyTo(System.Array,System.Int32)">
  167. <summary>Copia le voci dell'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> in un'istanza di <see cref="T:System.Array" /> unidimensionale in corrispondenza dell'indice specificato.</summary>
  168. <param name="array">Oggetto <see cref="T:System.Array" /> unidimensionale che corrisponde alla destinazione degli oggetti <see cref="T:System.Collections.DictionaryEntry" /> copiati da <see cref="T:System.Collections.Specialized.HybridDictionary" />.L'indicizzazione di <see cref="T:System.Array" /> deve essere in base zero.</param>
  169. <param name="index">Indice in base zero in <paramref name="array" /> in corrispondenza del quale viene avviata la copia. </param>
  170. <exception cref="T:System.ArgumentNullException">
  171. <paramref name="array" /> è null. </exception>
  172. <exception cref="T:System.ArgumentOutOfRangeException">
  173. <paramref name="index" /> è minore di zero. </exception>
  174. <exception cref="T:System.ArgumentException">
  175. <paramref name="array" /> è multidimensionale.-oppure- Il numero degli elementi nell'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> di origine è maggiore dello spazio disponibile tra <paramref name="arrayIndex" /> e la fine dell'oggetto <paramref name="array" /> di destinazione. </exception>
  176. <exception cref="T:System.InvalidCastException">Non è possibile eseguire automaticamente il cast del tipo dell'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" /> di origine al tipo del parametro <paramref name="array" /> di destinazione. </exception>
  177. </member>
  178. <member name="P:System.Collections.Specialized.HybridDictionary.Count">
  179. <summary>Ottiene il numero di coppie chiave/valore contenute in <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  180. <returns>Numero di coppie chiave/valore contenute in <see cref="T:System.Collections.Specialized.HybridDictionary" />.Il recupero del valore di questa proprietà è un'operazione O(1).</returns>
  181. </member>
  182. <member name="M:System.Collections.Specialized.HybridDictionary.GetEnumerator">
  183. <summary>Restituisce un oggetto <see cref="T:System.Collections.IDictionaryEnumerator" /> che esegue l'iterazione di <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  184. <returns>
  185. <see cref="T:System.Collections.IDictionaryEnumerator" /> per l'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" />.</returns>
  186. </member>
  187. <member name="P:System.Collections.Specialized.HybridDictionary.IsFixedSize">
  188. <summary>Ottiene un valore che indica se <see cref="T:System.Collections.Specialized.HybridDictionary" /> ha dimensioni fisse.</summary>
  189. <returns>Questa proprietà restituisce sempre false.</returns>
  190. </member>
  191. <member name="P:System.Collections.Specialized.HybridDictionary.IsReadOnly">
  192. <summary>Ottiene un valore che indica se <see cref="T:System.Collections.Specialized.HybridDictionary" /> è di sola lettura.</summary>
  193. <returns>Questa proprietà restituisce sempre false.</returns>
  194. </member>
  195. <member name="P:System.Collections.Specialized.HybridDictionary.IsSynchronized">
  196. <summary>Ottiene un valore che indica se la classe <see cref="T:System.Collections.Specialized.HybridDictionary" /> è sincronizzata (thread-safe).</summary>
  197. <returns>Questa proprietà restituisce sempre false.</returns>
  198. </member>
  199. <member name="P:System.Collections.Specialized.HybridDictionary.Item(System.Object)">
  200. <summary>Ottiene o imposta il valore associato alla chiave specificata.</summary>
  201. <returns>Valore associato alla chiave specificata.Se si prova a ottenere una chiave non rilevata, verrà restituito null, mentre se si prova a impostarla verrà creata una nuova voce con la quale verrà usata la chiave specificata.</returns>
  202. <param name="key">Chiave di cui si deve ottenere o impostare il valore. </param>
  203. <exception cref="T:System.ArgumentNullException">
  204. <paramref name="key" /> è null. </exception>
  205. </member>
  206. <member name="P:System.Collections.Specialized.HybridDictionary.Keys">
  207. <summary>Ottiene un oggetto <see cref="T:System.Collections.ICollection" /> contenente le chiavi presenti nell'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  208. <returns>Oggetto <see cref="T:System.Collections.ICollection" /> contenente le chiavi presenti in <see cref="T:System.Collections.Specialized.HybridDictionary" />.</returns>
  209. </member>
  210. <member name="M:System.Collections.Specialized.HybridDictionary.Remove(System.Object)">
  211. <summary>Rimuove la voce con la chiave specificata da <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  212. <param name="key">Chiave della voce da rimuovere. </param>
  213. <exception cref="T:System.ArgumentNullException">
  214. <paramref name="key" /> è null. </exception>
  215. </member>
  216. <member name="P:System.Collections.Specialized.HybridDictionary.SyncRoot">
  217. <summary>Ottiene un oggetto che può essere usato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  218. <returns>Oggetto che può essere usato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.HybridDictionary" />.</returns>
  219. </member>
  220. <member name="M:System.Collections.Specialized.HybridDictionary.System#Collections#IEnumerable#GetEnumerator">
  221. <summary>Restituisce un oggetto <see cref="T:System.Collections.IEnumerator" /> che esegue l'iterazione di <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  222. <returns>
  223. <see cref="T:System.Collections.IEnumerator" /> per l'oggetto <see cref="T:System.Collections.Specialized.HybridDictionary" />.</returns>
  224. </member>
  225. <member name="P:System.Collections.Specialized.HybridDictionary.Values">
  226. <summary>Ottiene <see cref="T:System.Collections.ICollection" /> contenente i valori in <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  227. <returns>Interfaccia <see cref="T:System.Collections.ICollection" /> contenente i valori dell'interfaccia <see cref="T:System.Collections.Specialized.HybridDictionary" />.</returns>
  228. </member>
  229. <member name="T:System.Collections.Specialized.IOrderedDictionary">
  230. <summary>Rappresenta una raccolta indicizzata di coppie chiave/valore.</summary>
  231. </member>
  232. <member name="M:System.Collections.Specialized.IOrderedDictionary.GetEnumerator">
  233. <summary>Restituisce un enumeratore che consente di scorrere la raccolta <see cref="T:System.Collections.Specialized.IOrderedDictionary" />.</summary>
  234. <returns>Interfaccia <see cref="T:System.Collections.IDictionaryEnumerator" /> per l'intera raccolta <see cref="T:System.Collections.Specialized.IOrderedDictionary" />.</returns>
  235. </member>
  236. <member name="M:System.Collections.Specialized.IOrderedDictionary.Insert(System.Int32,System.Object,System.Object)">
  237. <summary>Inserisce una coppia chiave/valore nella raccolta in corrispondenza dell'indice specificato.</summary>
  238. <param name="index">Indice in base zero in corrispondenza del quale inserire la coppia chiave/valore.</param>
  239. <param name="key">Oggetto da usare come chiave dell'elemento da aggiungere.</param>
  240. <param name="value">Oggetto da usare come valore dell'elemento da aggiungere.Il valore può essere null.</param>
  241. <exception cref="T:System.ArgumentOutOfRangeException">
  242. <paramref name="index" /> è minore di 0.-oppure-<paramref name="index" /> è maggiore di <see cref="P:System.Collections.ICollection.Count" />.</exception>
  243. <exception cref="T:System.ArgumentNullException">
  244. <paramref name="key" /> è null.</exception>
  245. <exception cref="T:System.ArgumentException">Un elemento con la stessa chiave esiste già nell'insieme <see cref="T:System.Collections.Specialized.IOrderedDictionary" />.</exception>
  246. <exception cref="T:System.NotSupportedException">L'insieme <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> è in sola lettura.-oppure-L'insieme <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> ha una dimensione fissa.</exception>
  247. </member>
  248. <member name="P:System.Collections.Specialized.IOrderedDictionary.Item(System.Int32)">
  249. <summary>Ottiene o imposta l'elemento in corrispondenza dell'indice specificato.</summary>
  250. <returns>Elemento in corrispondenza dell'indice specificato.</returns>
  251. <param name="index">Indice in base zero dell'elemento da ottenere o impostare.</param>
  252. <exception cref="T:System.ArgumentOutOfRangeException">
  253. <paramref name="index" /> è minore di 0.-oppure- <paramref name="index" /> è maggiore di o uguale a <see cref="P:System.Collections.ICollection.Count" />. </exception>
  254. </member>
  255. <member name="M:System.Collections.Specialized.IOrderedDictionary.RemoveAt(System.Int32)">
  256. <summary>Rimuove l'elemento in corrispondenza dell'indice specificato.</summary>
  257. <param name="index">Indice in base zero dell'elemento da rimuovere.</param>
  258. <exception cref="T:System.ArgumentOutOfRangeException">
  259. <paramref name="index" /> è minore di 0.-oppure- <paramref name="index" /> è maggiore di o uguale a <see cref="P:System.Collections.ICollection.Count" />. </exception>
  260. <exception cref="T:System.NotSupportedException">L'insieme <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> è in sola lettura.-oppure- L'insieme <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> ha una dimensione fissa. </exception>
  261. </member>
  262. <member name="T:System.Collections.Specialized.ListDictionary">
  263. <summary>Implementa l'oggetto IDictionary usando un elenco di oggetti collegato singolarmente.Consigliato per le raccolte che includono meno di 10 voci.</summary>
  264. </member>
  265. <member name="M:System.Collections.Specialized.ListDictionary.#ctor">
  266. <summary>Crea un oggetto <see cref="T:System.Collections.Specialized.ListDictionary" /> vuoto mediante l'operatore di confronto predefinito.</summary>
  267. </member>
  268. <member name="M:System.Collections.Specialized.ListDictionary.#ctor(System.Collections.IComparer)">
  269. <summary>Crea un oggetto <see cref="T:System.Collections.Specialized.ListDictionary" /> vuoto mediante l'operatore di confronto specificato.</summary>
  270. <param name="comparer">Oggetto <see cref="T:System.Collections.IComparer" /> da usare per determinare se due chiavi sono uguali.-oppure- null per usare l'operatore di confronto predefinito, che rappresenta l'implementazione del metodo <see cref="M:System.Object.Equals(System.Object)" /> di ogni chiave. </param>
  271. </member>
  272. <member name="M:System.Collections.Specialized.ListDictionary.Add(System.Object,System.Object)">
  273. <summary>Aggiunge una voce con la chiave e il valore specificati nell'oggetto <see cref="T:System.Collections.Specialized.ListDictionary" />.</summary>
  274. <param name="key">Chiave della voce da aggiungere. </param>
  275. <param name="value">Valore della voce da aggiungere.Il valore può essere null.</param>
  276. <exception cref="T:System.ArgumentNullException">
  277. <paramref name="key" /> è null. </exception>
  278. <exception cref="T:System.ArgumentException">In <see cref="T:System.Collections.Specialized.ListDictionary" /> è già presente una voce con la stessa chiave. </exception>
  279. </member>
  280. <member name="M:System.Collections.Specialized.ListDictionary.Clear">
  281. <summary>Rimuove tutte le voci da <see cref="T:System.Collections.Specialized.ListDictionary" />.</summary>
  282. </member>
  283. <member name="M:System.Collections.Specialized.ListDictionary.Contains(System.Object)">
  284. <summary>Determina se l'oggetto <see cref="T:System.Collections.Specialized.ListDictionary" /> contiene una chiave specifica.</summary>
  285. <returns>true se la classe <see cref="T:System.Collections.Specialized.ListDictionary" /> contiene una voce con la chiave specificata; in caso contrario, false.</returns>
  286. <param name="key">Chiave da individuare in <see cref="T:System.Collections.Specialized.ListDictionary" />. </param>
  287. <exception cref="T:System.ArgumentNullException">
  288. <paramref name="key" /> è null. </exception>
  289. </member>
  290. <member name="M:System.Collections.Specialized.ListDictionary.CopyTo(System.Array,System.Int32)">
  291. <summary>Copia le voci dell'oggetto <see cref="T:System.Collections.Specialized.ListDictionary" /> in un'istanza di <see cref="T:System.Array" /> unidimensionale in corrispondenza dell'indice specificato.</summary>
  292. <param name="array">Oggetto <see cref="T:System.Array" /> unidimensionale che corrisponde alla destinazione degli oggetti <see cref="T:System.Collections.DictionaryEntry" /> copiati da <see cref="T:System.Collections.Specialized.ListDictionary" />.L'indicizzazione di <see cref="T:System.Array" /> deve essere in base zero.</param>
  293. <param name="index">Indice in base zero in <paramref name="array" /> in corrispondenza del quale viene avviata la copia. </param>
  294. <exception cref="T:System.ArgumentNullException">
  295. <paramref name="array" /> è null. </exception>
  296. <exception cref="T:System.ArgumentOutOfRangeException">
  297. <paramref name="index" /> è minore di zero. </exception>
  298. <exception cref="T:System.ArgumentException">
  299. <paramref name="array" /> è multidimensionale.-oppure- Il numero degli elementi nell'oggetto <see cref="T:System.Collections.Specialized.ListDictionary" /> di origine è maggiore dello spazio disponibile tra <paramref name="index" /> e la fine dell'oggetto <paramref name="array" /> di destinazione. </exception>
  300. <exception cref="T:System.InvalidCastException">Non è possibile eseguire automaticamente il cast del tipo dell'oggetto <see cref="T:System.Collections.Specialized.ListDictionary" /> di origine al tipo del parametro <paramref name="array" /> di destinazione. </exception>
  301. </member>
  302. <member name="P:System.Collections.Specialized.ListDictionary.Count">
  303. <summary>Ottiene il numero di coppie chiave/valore contenute in <see cref="T:System.Collections.Specialized.ListDictionary" />.</summary>
  304. <returns>Numero di coppie chiave/valore contenute in <see cref="T:System.Collections.Specialized.ListDictionary" />.</returns>
  305. </member>
  306. <member name="M:System.Collections.Specialized.ListDictionary.GetEnumerator">
  307. <summary>Restituisce un oggetto <see cref="T:System.Collections.IDictionaryEnumerator" /> che esegue l'iterazione di <see cref="T:System.Collections.Specialized.ListDictionary" />.</summary>
  308. <returns>
  309. <see cref="T:System.Collections.IDictionaryEnumerator" /> per l'oggetto <see cref="T:System.Collections.Specialized.ListDictionary" />.</returns>
  310. </member>
  311. <member name="P:System.Collections.Specialized.ListDictionary.IsFixedSize">
  312. <summary>Ottiene un valore che indica se <see cref="T:System.Collections.Specialized.ListDictionary" /> ha dimensioni fisse.</summary>
  313. <returns>Questa proprietà restituisce sempre false.</returns>
  314. </member>
  315. <member name="P:System.Collections.Specialized.ListDictionary.IsReadOnly">
  316. <summary>Ottiene un valore che indica se <see cref="T:System.Collections.Specialized.ListDictionary" /> è di sola lettura.</summary>
  317. <returns>Questa proprietà restituisce sempre false.</returns>
  318. </member>
  319. <member name="P:System.Collections.Specialized.ListDictionary.IsSynchronized">
  320. <summary>Ottiene un valore che indica se la classe <see cref="T:System.Collections.Specialized.ListDictionary" /> è sincronizzata (thread-safe).</summary>
  321. <returns>Questa proprietà restituisce sempre false.</returns>
  322. </member>
  323. <member name="P:System.Collections.Specialized.ListDictionary.Item(System.Object)">
  324. <summary>Ottiene o imposta il valore associato alla chiave specificata.</summary>
  325. <returns>Valore associato alla chiave specificata.Se si prova a ottenere una chiave non rilevata, verrà restituito null, mentre se si prova a impostarla verrà creata una nuova voce con la quale verrà usata la chiave specificata.</returns>
  326. <param name="key">Chiave di cui si deve ottenere o impostare il valore. </param>
  327. <exception cref="T:System.ArgumentNullException">
  328. <paramref name="key" /> è null. </exception>
  329. </member>
  330. <member name="P:System.Collections.Specialized.ListDictionary.Keys">
  331. <summary>Ottiene un oggetto <see cref="T:System.Collections.ICollection" /> contenente le chiavi presenti nell'oggetto <see cref="T:System.Collections.Specialized.ListDictionary" />.</summary>
  332. <returns>Oggetto <see cref="T:System.Collections.ICollection" /> contenente le chiavi presenti in <see cref="T:System.Collections.Specialized.ListDictionary" />.</returns>
  333. </member>
  334. <member name="M:System.Collections.Specialized.ListDictionary.Remove(System.Object)">
  335. <summary>Rimuove la voce con la chiave specificata da <see cref="T:System.Collections.Specialized.ListDictionary" />.</summary>
  336. <param name="key">Chiave della voce da rimuovere. </param>
  337. <exception cref="T:System.ArgumentNullException">
  338. <paramref name="key" /> è null. </exception>
  339. </member>
  340. <member name="P:System.Collections.Specialized.ListDictionary.SyncRoot">
  341. <summary>Ottiene un oggetto che può essere usato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.ListDictionary" />.</summary>
  342. <returns>Oggetto che può essere usato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.ListDictionary" />.</returns>
  343. </member>
  344. <member name="M:System.Collections.Specialized.ListDictionary.System#Collections#IEnumerable#GetEnumerator">
  345. <summary>Restituisce un oggetto <see cref="T:System.Collections.IEnumerator" /> che esegue l'iterazione di <see cref="T:System.Collections.Specialized.ListDictionary" />.</summary>
  346. <returns>
  347. <see cref="T:System.Collections.IEnumerator" /> per l'oggetto <see cref="T:System.Collections.Specialized.ListDictionary" />.</returns>
  348. </member>
  349. <member name="P:System.Collections.Specialized.ListDictionary.Values">
  350. <summary>Ottiene <see cref="T:System.Collections.ICollection" /> contenente i valori in <see cref="T:System.Collections.Specialized.ListDictionary" />.</summary>
  351. <returns>Interfaccia <see cref="T:System.Collections.ICollection" /> contenente i valori dell'interfaccia <see cref="T:System.Collections.Specialized.ListDictionary" />.</returns>
  352. </member>
  353. <member name="T:System.Collections.Specialized.NameObjectCollectionBase">
  354. <summary>Fornisce la classe di base abstract per un insieme di chiavi <see cref="T:System.String" /> e valori <see cref="T:System.Object" /> associati, a cui è possibile accedere con la chiave o con l'indice.</summary>
  355. </member>
  356. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor">
  357. <summary>Inizializza una nuova istanza vuota della classe <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  358. </member>
  359. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Collections.IEqualityComparer)">
  360. <summary>Inizializza una nuova istanza vuota della classe <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />, con la capacità iniziale predefinita e che usa l'oggetto <see cref="T:System.Collections.IEqualityComparer" /> specificato.</summary>
  361. <param name="equalityComparer">Oggetto <see cref="T:System.Collections.IEqualityComparer" /> da usare per determinare se due chiavi sono uguali e per generare codice hash per le chiavi contenute nella raccolta.</param>
  362. </member>
  363. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Int32)">
  364. <summary>Inizializza una nuova istanza vuota della classe <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />, con la capacità iniziale specificata e che usa il provider di codice hash e l'operatore di confronto predefiniti.</summary>
  365. <param name="capacity">Numero approssimativo di voci che l'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> può contenere inizialmente.</param>
  366. <exception cref="T:System.ArgumentOutOfRangeException">
  367. <paramref name="capacity" /> è minore di zero. </exception>
  368. </member>
  369. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  370. <summary>Inizializza una nuova istanza vuota della classe <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />, con la capacità iniziale specificata e che usa l'oggetto <see cref="T:System.Collections.IEqualityComparer" /> specificato.</summary>
  371. <param name="capacity">Numero approssimativo di voci che l'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> può contenere inizialmente.</param>
  372. <param name="equalityComparer">Oggetto <see cref="T:System.Collections.IEqualityComparer" /> da usare per determinare se due chiavi sono uguali e per generare codice hash per le chiavi contenute nella raccolta.</param>
  373. <exception cref="T:System.ArgumentOutOfRangeException">
  374. <paramref name="capacity" /> è minore di zero.</exception>
  375. </member>
  376. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseAdd(System.String,System.Object)">
  377. <summary>Aggiunge una voce con la chiave e il valore specificati nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  378. <param name="name">Chiave <see cref="T:System.String" /> della voce da aggiungere.La chiave può essere null.</param>
  379. <param name="value">Valore <see cref="T:System.Object" /> della voce da aggiungere.Il valore può essere null.</param>
  380. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura. </exception>
  381. </member>
  382. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseClear">
  383. <summary>Rimuove tutte le voci dall'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  384. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura.</exception>
  385. </member>
  386. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGet(System.Int32)">
  387. <summary>Ottiene il valore della voce in corrispondenza dell'indice specificato dell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  388. <returns>Oggetto <see cref="T:System.Object" /> che rappresenta il valore della voce in corrispondenza dell'indice specificato.</returns>
  389. <param name="index">Indice in base zero del valore da ottenere.</param>
  390. <exception cref="T:System.ArgumentOutOfRangeException">
  391. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme. </exception>
  392. </member>
  393. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGet(System.String)">
  394. <summary>Ottiene il valore della prima voce con la chiave specificata dall'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  395. <returns>Oggetto <see cref="T:System.Object" /> che rappresenta il valore della prima voce con la chiave specificata, se presente; in caso contrario, null.</returns>
  396. <param name="name">Chiave <see cref="T:System.String" /> della voce da ottenere.La chiave può essere null.</param>
  397. </member>
  398. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllKeys">
  399. <summary>Restituisce una matrice <see cref="T:System.String" /> che contiene tutte le chiavi incluse nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  400. <returns>Matrice <see cref="T:System.String" /> che contiene tutte le chiavi incluse nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</returns>
  401. </member>
  402. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllValues">
  403. <summary>Restituisce una matrice <see cref="T:System.Object" /> che contiene tutti i valori inclusi nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  404. <returns>Matrice <see cref="T:System.Object" /> che contiene tutti i valori inclusi nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</returns>
  405. </member>
  406. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllValues(System.Type)">
  407. <summary>Restituisce una matrice del tipo specificato che contiene tutti i valori inclusi nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  408. <returns>Matrice del tipo specificato che contiene tutti i valori inclusi nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</returns>
  409. <param name="type">Oggetto <see cref="T:System.Type" /> che rappresenta il tipo di matrice che deve essere restituito.</param>
  410. <exception cref="T:System.ArgumentNullException">
  411. <paramref name="type" /> è null. </exception>
  412. <exception cref="T:System.ArgumentException">
  413. <paramref name="type" /> non è un oggetto <see cref="T:System.Type" /> valido. </exception>
  414. </member>
  415. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetKey(System.Int32)">
  416. <summary>Ottiene la chiave della voce in corrispondenza dell'indice specificato dell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  417. <returns>Oggetto <see cref="T:System.String" /> che rappresenta la chiave della voce in corrispondenza dell'indice specificato.</returns>
  418. <param name="index">Indice in base zero della chiave da ottenere.</param>
  419. <exception cref="T:System.ArgumentOutOfRangeException">
  420. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme. </exception>
  421. </member>
  422. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseHasKeys">
  423. <summary>Ottiene un valore che indica se l'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> contiene voci le cui chiavi non sono null.</summary>
  424. <returns>true se l'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> contiene voci le cui chiavi non sono null, in caso contrario false.</returns>
  425. </member>
  426. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseRemove(System.String)">
  427. <summary>Rimuove le voci con la chiave specificata dall'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  428. <param name="name">Chiave <see cref="T:System.String" /> delle voci da rimuovere.La chiave può essere null.</param>
  429. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura. </exception>
  430. </member>
  431. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseRemoveAt(System.Int32)">
  432. <summary>Rimuove la voce in corrispondenza dell'indice specificato dell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  433. <param name="index">Indice in base zero della voce da rimuovere.</param>
  434. <exception cref="T:System.ArgumentOutOfRangeException">
  435. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme.</exception>
  436. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura.</exception>
  437. </member>
  438. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseSet(System.Int32,System.Object)">
  439. <summary>Imposta il valore della voce in corrispondenza dell'indice specificato dell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  440. <param name="index">Indice in base zero della voce da impostare.</param>
  441. <param name="value">Oggetto <see cref="T:System.Object" /> che rappresenta il nuovo valore della voce da impostare.Il valore può essere null.</param>
  442. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura.</exception>
  443. <exception cref="T:System.ArgumentOutOfRangeException">
  444. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme.</exception>
  445. </member>
  446. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseSet(System.String,System.Object)">
  447. <summary>Imposta il valore della prima voce con la chiave specificata contenuta nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />, se presente; in caso contrario aggiunge una voce con la chiave e il valore specificati nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  448. <param name="name">Chiave <see cref="T:System.String" /> della voce da impostare.La chiave può essere null.</param>
  449. <param name="value">Oggetto <see cref="T:System.Object" /> che rappresenta il nuovo valore della voce da impostare.Il valore può essere null.</param>
  450. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura. </exception>
  451. </member>
  452. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.Count">
  453. <summary>Ottiene il numero di coppie chiave/valore contenute nell'istanza della classe <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  454. <returns>Numero di coppie chiave/valore contenute nell'istanza della classe <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</returns>
  455. </member>
  456. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.GetEnumerator">
  457. <summary>Restituisce un enumeratore che esegue l'iterazione di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  458. <returns>Oggetto <see cref="T:System.Collections.IEnumerator" /> per l'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</returns>
  459. </member>
  460. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.IsReadOnly">
  461. <summary>Ottiene o imposta un valore che indica se l'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> è di sola lettura.</summary>
  462. <returns>true se l'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> è di sola lettura, in caso contrario false.</returns>
  463. </member>
  464. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.Keys">
  465. <summary>Ottiene un'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> che contiene tutte le chiavi incluse nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  466. <returns>Istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> che contiene tutte le chiavi incluse nell'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</returns>
  467. </member>
  468. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  469. <summary>Copia l'intero oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> in un oggetto <see cref="T:System.Array" /> compatibile unidimensionale, a partire dall'indice specificato della matrice di destinazione.</summary>
  470. <param name="array">Oggetto <see cref="T:System.Array" /> unidimensionale che rappresenta la destinazione degli elementi copiati dall'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.L'indicizzazione di <see cref="T:System.Array" /> deve essere in base zero.</param>
  471. <param name="index">Indice in base zero in <paramref name="array" /> in corrispondenza del quale viene avviata la copia.</param>
  472. <exception cref="T:System.ArgumentNullException">
  473. <paramref name="array" /> è null.</exception>
  474. <exception cref="T:System.ArgumentOutOfRangeException">
  475. <paramref name="index" /> è minore di zero.</exception>
  476. <exception cref="T:System.ArgumentException">
  477. <paramref name="array" /> è multidimensionale.-oppure-Il numero degli elementi nell'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> di origine è maggiore dello spazio disponibile tra <paramref name="index" /> e la fine dell'oggetto <paramref name="array" /> di destinazione.</exception>
  478. <exception cref="T:System.InvalidCastException">Non è possibile eseguire automaticamente il cast del tipo dell'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> di origine al tipo del parametro <paramref name="array" /> di destinazione.</exception>
  479. </member>
  480. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.System#Collections#ICollection#IsSynchronized">
  481. <summary>Ottiene un valore che indica se l'accesso all'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> è sincronizzato (thread-safe).</summary>
  482. <returns>true se l'accesso all'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> è sincronizzato (thread-safe); in caso contrario, false.Il valore predefinito è false.</returns>
  483. </member>
  484. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.System#Collections#ICollection#SyncRoot">
  485. <summary>Ottiene un oggetto che può essere usato per sincronizzare l'accesso all'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  486. <returns>Oggetto che può essere usato per sincronizzare l'accesso all'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</returns>
  487. </member>
  488. <member name="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection">
  489. <summary>Rappresenta un insieme delle chiavi <see cref="T:System.String" /> di un insieme.</summary>
  490. </member>
  491. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Count">
  492. <summary>Ottiene il numero di chiavi presenti in <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />.</summary>
  493. <returns>Numero di chiavi presenti in <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />.</returns>
  494. </member>
  495. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Get(System.Int32)">
  496. <summary>Ottiene la chiave in corrispondenza dell'indice specificato dell'insieme.</summary>
  497. <returns>Oggetto <see cref="T:System.String" /> che contiene la chiave in corrispondenza dell'indice specificato dell'insieme.</returns>
  498. <param name="index">Indice in base zero della chiave da ottenere dall'insieme. </param>
  499. <exception cref="T:System.ArgumentOutOfRangeException">
  500. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme. </exception>
  501. </member>
  502. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.GetEnumerator">
  503. <summary>Restituisce un enumeratore che scorre la classe <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />.</summary>
  504. <returns>
  505. <see cref="T:System.Collections.IEnumerator" /> per la <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />.</returns>
  506. </member>
  507. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Item(System.Int32)">
  508. <summary>Ottiene la voce in corrispondenza dell'indice specificato dell'insieme.</summary>
  509. <returns>Chiave <see cref="T:System.String" /> della voce in corrispondenza dell'indice specificato dell'insieme.</returns>
  510. <param name="index">L'indice in base zero della voce da individuare all'interno dell'insieme. </param>
  511. <exception cref="T:System.ArgumentOutOfRangeException">
  512. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme. </exception>
  513. </member>
  514. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  515. <summary>Copia l'intero oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> in un oggetto <see cref="T:System.Array" /> compatibile unidimensionale, a partire dall'indice specificato della matrice di destinazione.</summary>
  516. <param name="array">Oggetto <see cref="T:System.Array" /> unidimensionale che rappresenta la destinazione degli elementi copiati dall'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />.L'indicizzazione di <see cref="T:System.Array" /> deve essere in base zero.</param>
  517. <param name="index">Indice in base zero della matrice specificata nel parametro <paramref name="array" /> in corrispondenza del quale ha inizio la copia. </param>
  518. <exception cref="T:System.ArgumentNullException">
  519. <paramref name="array" /> è null. </exception>
  520. <exception cref="T:System.ArgumentOutOfRangeException">
  521. <paramref name="index" /> è minore di zero. </exception>
  522. <exception cref="T:System.ArgumentException">
  523. <paramref name="array" /> è multidimensionale.- oppure - Il numero degli elementi nell'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> di origine è maggiore dello spazio disponibile tra <paramref name="index" /> e la fine dell'oggetto <paramref name="array" /> di destinazione. </exception>
  524. <exception cref="T:System.InvalidCastException">Non è possibile eseguire automaticamente il cast del tipo dell'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> di origine al tipo del parametro <paramref name="array" /> di destinazione. </exception>
  525. </member>
  526. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System#Collections#ICollection#IsSynchronized">
  527. <summary>Ottiene un valore che indica se l'accesso a <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> è sincronizzato (thread-safe).</summary>
  528. <returns>true se l'accesso all'oggetto <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> è sincronizzato (thread-safe); in caso contrario, false.Il valore predefinito è false.</returns>
  529. </member>
  530. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System#Collections#ICollection#SyncRoot">
  531. <summary>Ottiene un oggetto che può essere utilizzato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />.</summary>
  532. <returns>Oggetto che può essere utilizzato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />.</returns>
  533. </member>
  534. <member name="T:System.Collections.Specialized.NameValueCollection">
  535. <summary>Rappresenta un insieme di chiavi <see cref="T:System.String" /> e valori <see cref="T:System.String" /> associati cui è possibile accedere tramite la chiave o mediante l'indice.</summary>
  536. </member>
  537. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor">
  538. <summary>Inizializza una nuova istanza vuota della classe <see cref="T:System.Collections.Specialized.NameValueCollection" />, con la capacità iniziale predefinita e che usa il provider di codice hash e l'operatore di confronto senza distinzione tra maiuscole e minuscole predefiniti.</summary>
  539. </member>
  540. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Collections.IEqualityComparer)">
  541. <summary>Inizializza una nuova istanza vuota della classe <see cref="T:System.Collections.Specialized.NameValueCollection" />, con la capacità iniziale predefinita e che usa l'oggetto <see cref="T:System.Collections.IEqualityComparer" /> specificato.</summary>
  542. <param name="equalityComparer">Oggetto <see cref="T:System.Collections.IEqualityComparer" /> da usare per determinare se due chiavi sono uguali e per generare codice hash per le chiavi contenute nella raccolta.</param>
  543. </member>
  544. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Collections.Specialized.NameValueCollection)">
  545. <summary>Copia le voci dall'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> specificato a un nuovo oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> con la stessa capacità iniziale del numero di voci copiate e usando lo stesso provider di codice hash e lo stesso operatore di confronto della raccolta di origine.</summary>
  546. <param name="col">Oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> da copiare in una nuova istanza di <see cref="T:System.Collections.Specialized.NameValueCollection" />.</param>
  547. <exception cref="T:System.ArgumentNullException">
  548. <paramref name="col" /> è null.</exception>
  549. </member>
  550. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32)">
  551. <summary>Inizializza una nuova istanza vuota della classe <see cref="T:System.Collections.Specialized.NameValueCollection" /> con la capacità iniziale specificata, che usa il provider di codice hash e l'operatore di confronto senza distinzione tra maiuscole e minuscole predefiniti.</summary>
  552. <param name="capacity">Numero iniziale di voci che l'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> può contenere.</param>
  553. <exception cref="T:System.ArgumentOutOfRangeException">
  554. <paramref name="capacity" /> è minore di zero.</exception>
  555. </member>
  556. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  557. <summary>Inizializza una nuova istanza vuota della classe <see cref="T:System.Collections.Specialized.NameValueCollection" />, con la capacità iniziale specificata e che usa l'oggetto <see cref="T:System.Collections.IEqualityComparer" /> specificato.</summary>
  558. <param name="capacity">Numero iniziale di voci che l'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> può contenere.</param>
  559. <param name="equalityComparer">Oggetto <see cref="T:System.Collections.IEqualityComparer" /> da usare per determinare se due chiavi sono uguali e per generare codice hash per le chiavi contenute nella raccolta.</param>
  560. <exception cref="T:System.ArgumentOutOfRangeException">
  561. <paramref name="capacity" /> è minore di zero.</exception>
  562. </member>
  563. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32,System.Collections.Specialized.NameValueCollection)">
  564. <summary>Copia le voci dall'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> specificato in un nuovo oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> con la capacità iniziale specificata o uguale a quella del numero di voci copiate, in base a quale delle due ha il valore maggiore, e usando il provider di codice hash e l'operatore di confronto senza distinzione tra maiuscole e minuscole predefiniti.</summary>
  565. <param name="capacity">Numero iniziale di voci che l'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> può contenere.</param>
  566. <param name="col">Oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> da copiare in una nuova istanza di <see cref="T:System.Collections.Specialized.NameValueCollection" />.</param>
  567. <exception cref="T:System.ArgumentOutOfRangeException">
  568. <paramref name="capacity" /> è minore di zero.</exception>
  569. <exception cref="T:System.ArgumentNullException">
  570. <paramref name="col" /> è null.</exception>
  571. </member>
  572. <member name="M:System.Collections.Specialized.NameValueCollection.Add(System.Collections.Specialized.NameValueCollection)">
  573. <summary>Copia le voci dell'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> specificato nell'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> corrente.</summary>
  574. <param name="c">Oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> da copiare nell'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> corrente.</param>
  575. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura.</exception>
  576. <exception cref="T:System.ArgumentNullException">
  577. <paramref name="c" /> è null.</exception>
  578. </member>
  579. <member name="M:System.Collections.Specialized.NameValueCollection.Add(System.String,System.String)">
  580. <summary>Aggiunge a <see cref="T:System.Collections.Specialized.NameValueCollection" /> una voce con il nome e il valore specificati.</summary>
  581. <param name="name">Chiave <see cref="T:System.String" /> della voce da aggiungere.La chiave può essere null.</param>
  582. <param name="value">Valore <see cref="T:System.String" /> della voce da aggiungere.Il valore può essere null.</param>
  583. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura. </exception>
  584. </member>
  585. <member name="P:System.Collections.Specialized.NameValueCollection.AllKeys">
  586. <summary>Ottiene tutte le chiavi contenute in <see cref="T:System.Collections.Specialized.NameValueCollection" />.</summary>
  587. <returns>Matrice <see cref="T:System.String" /> che contiene tutte le chiavi di <see cref="T:System.Collections.Specialized.NameValueCollection" />.</returns>
  588. </member>
  589. <member name="M:System.Collections.Specialized.NameValueCollection.Clear">
  590. <summary>Invalida le matrici presenti nella cache e rimuove tutte le voci da <see cref="T:System.Collections.Specialized.NameValueCollection" />.</summary>
  591. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura.</exception>
  592. <PermissionSet>
  593. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  594. </PermissionSet>
  595. </member>
  596. <member name="M:System.Collections.Specialized.NameValueCollection.CopyTo(System.Array,System.Int32)">
  597. <summary>Copia l'intero oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> in un oggetto <see cref="T:System.Array" /> compatibile unidimensionale, a partire dall'indice specificato della matrice di destinazione.</summary>
  598. <param name="dest">Oggetto <see cref="T:System.Array" /> unidimensionale che rappresenta la destinazione degli elementi copiati dall'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" />.L'indicizzazione di <see cref="T:System.Array" /> deve essere in base zero.</param>
  599. <param name="index">Indice in base zero in <paramref name="dest" /> in corrispondenza del quale viene avviata la copia.</param>
  600. <exception cref="T:System.ArgumentNullException">
  601. <paramref name="dest" /> è null.</exception>
  602. <exception cref="T:System.ArgumentOutOfRangeException">
  603. <paramref name="index" /> è minore di zero.</exception>
  604. <exception cref="T:System.ArgumentException">
  605. <paramref name="dest" /> è multidimensionale.-oppure- Il numero degli elementi nell'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> di origine è maggiore dello spazio disponibile tra <paramref name="index" /> e la fine dell'oggetto <paramref name="dest" /> di destinazione.</exception>
  606. <exception cref="T:System.InvalidCastException">Non è possibile eseguire automaticamente il cast del tipo dell'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> di origine al tipo del parametro <paramref name="dest" /> di destinazione.</exception>
  607. </member>
  608. <member name="M:System.Collections.Specialized.NameValueCollection.Get(System.Int32)">
  609. <summary>Ottiene i valori in corrispondenza dell'indice specificato dell'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> combinato in un elenco separato da virgole.</summary>
  610. <returns>Oggetto <see cref="T:System.String" /> che contiene un elenco separato da virgole dei valori in corrispondenza dell'indice specificato di <see cref="T:System.Collections.Specialized.NameValueCollection" />, se presente; in caso contrario, null.</returns>
  611. <param name="index">Indice in base zero della voce che contiene i valori da ottenere dalla raccolta.</param>
  612. <exception cref="T:System.ArgumentOutOfRangeException">
  613. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme.</exception>
  614. </member>
  615. <member name="M:System.Collections.Specialized.NameValueCollection.Get(System.String)">
  616. <summary>Ottiene i valori associati alla chiave specificata dall'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> combinati in un elenco separato da virgole.</summary>
  617. <returns>Oggetto <see cref="T:System.String" /> che contiene un elenco separato da virgole dei valori associati alla chiave specificata da <see cref="T:System.Collections.Specialized.NameValueCollection" />, se presente; in caso contrario, null.</returns>
  618. <param name="name">Chiave <see cref="T:System.String" /> della voce che contiene i valori da ottenere.La chiave può essere null.</param>
  619. </member>
  620. <member name="M:System.Collections.Specialized.NameValueCollection.GetKey(System.Int32)">
  621. <summary>Ottiene la chiave in corrispondenza dell'indice specificato di <see cref="T:System.Collections.Specialized.NameValueCollection" />.</summary>
  622. <returns>Oggetto <see cref="T:System.String" /> che contiene la chiave in corrispondenza dell'indice specificato di <see cref="T:System.Collections.Specialized.NameValueCollection" />, se presente; in caso contrario null.</returns>
  623. <param name="index">Indice in base zero della chiave da ottenere dalla raccolta.</param>
  624. <exception cref="T:System.ArgumentOutOfRangeException">
  625. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme. </exception>
  626. </member>
  627. <member name="M:System.Collections.Specialized.NameValueCollection.GetValues(System.Int32)">
  628. <summary>Ottiene i valori in corrispondenza dell'indice specificato dell'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" />.</summary>
  629. <returns>Matrice <see cref="T:System.String" /> che contiene i valori in corrispondenza dell'indice specificato di <see cref="T:System.Collections.Specialized.NameValueCollection" />, se presente; in caso contrario null.</returns>
  630. <param name="index">Indice in base zero della voce che contiene i valori da ottenere dalla raccolta.</param>
  631. <exception cref="T:System.ArgumentOutOfRangeException">
  632. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme. </exception>
  633. </member>
  634. <member name="M:System.Collections.Specialized.NameValueCollection.GetValues(System.String)">
  635. <summary>Ottiene i valori associati alla chiave specificata dall'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" />.</summary>
  636. <returns>Matrice <see cref="T:System.String" /> che contiene i valori associati alla chiave specificata dall'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" />, se presente; in caso contrario, null.</returns>
  637. <param name="name">Chiave <see cref="T:System.String" /> della voce che contiene i valori da ottenere.La chiave può essere null.</param>
  638. </member>
  639. <member name="M:System.Collections.Specialized.NameValueCollection.HasKeys">
  640. <summary>Ottiene un valore che indica se l'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> contiene chiavi che non sono null.</summary>
  641. <returns>true se l'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" /> contiene chiavi che non sono null, in caso contrario false.</returns>
  642. </member>
  643. <member name="M:System.Collections.Specialized.NameValueCollection.InvalidateCachedArrays">
  644. <summary>Ripristina su null le matrici dell'insieme inserite nella cache.</summary>
  645. </member>
  646. <member name="P:System.Collections.Specialized.NameValueCollection.Item(System.Int32)">
  647. <summary>Ottiene la voce in corrispondenza dell'indice specificato della classe <see cref="T:System.Collections.Specialized.NameValueCollection" />.</summary>
  648. <returns>Oggetto <see cref="T:System.String" /> che contiene l'elenco separato da virgole dei valori in corrispondenza dell'indice specificato della raccolta.</returns>
  649. <param name="index">L'indice in base zero della voce da individuare all'interno della raccolta.</param>
  650. <exception cref="T:System.ArgumentOutOfRangeException">
  651. <paramref name="index" /> non è compreso nell'intervallo valido di indici per l'insieme.</exception>
  652. </member>
  653. <member name="P:System.Collections.Specialized.NameValueCollection.Item(System.String)">
  654. <summary>Ottiene o imposta la voce con la chiave specificata in <see cref="T:System.Collections.Specialized.NameValueCollection" />.</summary>
  655. <returns>Oggetto <see cref="T:System.String" /> che contiene l'elenco separato da virgole dei valori associati alla chiave specificata, se presente; in caso contrario, null.</returns>
  656. <param name="name">Chiave <see cref="T:System.String" /> della voce da individuare.La chiave può essere null.</param>
  657. <exception cref="T:System.NotSupportedException">Si è tentato di modificare un insieme in sola lettura. </exception>
  658. </member>
  659. <member name="M:System.Collections.Specialized.NameValueCollection.Remove(System.String)">
  660. <summary>Rimuove le voci con la chiave specificata dall'istanza di <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />.</summary>
  661. <param name="name">Chiave <see cref="T:System.String" /> della voce da rimuovere.La chiave può essere null.</param>
  662. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura.</exception>
  663. </member>
  664. <member name="M:System.Collections.Specialized.NameValueCollection.Set(System.String,System.String)">
  665. <summary>Imposta il valore di una voce contenuta nell'oggetto <see cref="T:System.Collections.Specialized.NameValueCollection" />.</summary>
  666. <param name="name">Chiave <see cref="T:System.String" /> della voce a cui aggiungere il nuovo valore.La chiave può essere null.</param>
  667. <param name="value">Oggetto <see cref="T:System.Object" /> che rappresenta il nuovo valore da aggiungere alla voce specificata.Il valore può essere null.</param>
  668. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura.</exception>
  669. </member>
  670. <member name="T:System.Collections.Specialized.OrderedDictionary">
  671. <summary>Rappresenta una raccolta di coppie chiave/valore accessibili in base alla chiave o all'indice.</summary>
  672. </member>
  673. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor">
  674. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</summary>
  675. </member>
  676. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Collections.IEqualityComparer)">
  677. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Collections.Specialized.OrderedDictionary" /> mediante l'operatore di confronto specificato.</summary>
  678. <param name="comparer">Oggetto <see cref="T:System.Collections.IComparer" /> da usare per determinare se due chiavi sono uguali.-oppure- null per usare l'operatore di confronto predefinito, che rappresenta l'implementazione del metodo <see cref="M:System.Object.Equals(System.Object)" /> di ogni chiave.</param>
  679. </member>
  680. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Int32)">
  681. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Collections.Specialized.OrderedDictionary" /> usando la capacità iniziale specificata.</summary>
  682. <param name="capacity">Numero iniziale di elementi che la raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> può contenere.</param>
  683. </member>
  684. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  685. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Collections.Specialized.OrderedDictionary" /> usando la capacità iniziale e l'operatore di confronto specificati.</summary>
  686. <param name="capacity">Numero iniziale di elementi che la raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> può contenere.</param>
  687. <param name="comparer">Oggetto <see cref="T:System.Collections.IComparer" /> da usare per determinare se due chiavi sono uguali.-oppure- null per usare l'operatore di confronto predefinito, che rappresenta l'implementazione del metodo <see cref="M:System.Object.Equals(System.Object)" /> di ogni chiave.</param>
  688. </member>
  689. <member name="M:System.Collections.Specialized.OrderedDictionary.Add(System.Object,System.Object)">
  690. <summary>Aggiunge alla raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> una voce contenente la chiave e il valore specificati in corrispondenza dell'indice più basso disponibile.</summary>
  691. <param name="key">Chiave della voce da aggiungere.</param>
  692. <param name="value">Valore della voce da aggiungere.Il valore può essere null.</param>
  693. <exception cref="T:System.NotSupportedException">L'insieme <see cref="T:System.Collections.Specialized.OrderedDictionary" /> è in sola lettura.</exception>
  694. </member>
  695. <member name="M:System.Collections.Specialized.OrderedDictionary.AsReadOnly">
  696. <summary>Restituisce una copia di sola lettura della raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> corrente.</summary>
  697. <returns>Copia di sola lettura della raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> corrente.</returns>
  698. </member>
  699. <member name="M:System.Collections.Specialized.OrderedDictionary.Clear">
  700. <summary>Rimuove tutti gli elementi dalla raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</summary>
  701. <exception cref="T:System.NotSupportedException">L'insieme <see cref="T:System.Collections.Specialized.OrderedDictionary" /> è in sola lettura.</exception>
  702. </member>
  703. <member name="M:System.Collections.Specialized.OrderedDictionary.Contains(System.Object)">
  704. <summary>Stabilisce se la raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> contiene una chiave specifica.</summary>
  705. <returns>true se l'insieme <see cref="T:System.Collections.Specialized.OrderedDictionary" /> contiene un elemento con la chiave specificata; in caso contrario, false.</returns>
  706. <param name="key">Chiave da individuare nella raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</param>
  707. </member>
  708. <member name="M:System.Collections.Specialized.OrderedDictionary.CopyTo(System.Array,System.Int32)">
  709. <summary>Copia gli elementi della raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> in un oggetto <see cref="T:System.Array" /> unidimensionale in corrispondenza dell'indice specificato.</summary>
  710. <param name="array">Oggetto <see cref="T:System.Array" /> unidimensionale che corrisponde alla destinazione degli oggetti <see cref="T:System.Collections.DictionaryEntry" /> copiati dalla raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.L'indicizzazione di <see cref="T:System.Array" /> deve essere in base zero.</param>
  711. <param name="index">Indice in base zero in <paramref name="array" /> in corrispondenza del quale viene avviata la copia.</param>
  712. </member>
  713. <member name="P:System.Collections.Specialized.OrderedDictionary.Count">
  714. <summary>Ottiene il numero di coppie chiave/valore contenute nella raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</summary>
  715. <returns>Numero di coppie chiave/valore contenute nella raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</returns>
  716. </member>
  717. <member name="M:System.Collections.Specialized.OrderedDictionary.GetEnumerator">
  718. <summary>Restituisce un oggetto <see cref="T:System.Collections.IDictionaryEnumerator" /> che consente di scorrere la raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</summary>
  719. <returns>Oggetto <see cref="T:System.Collections.IDictionaryEnumerator" /> della raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</returns>
  720. </member>
  721. <member name="M:System.Collections.Specialized.OrderedDictionary.Insert(System.Int32,System.Object,System.Object)">
  722. <summary>Inserisce nella raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> una nuova voce contenente la chiave e il valore indicati in corrispondenza dell'indice specificato.</summary>
  723. <param name="index">Indice in base zero in corrispondenza del quale deve essere inserito l'elemento.</param>
  724. <param name="key">Chiave della voce da aggiungere.</param>
  725. <param name="value">Valore della voce da aggiungere.Il valore può essere null.</param>
  726. <exception cref="T:System.ArgumentOutOfRangeException">
  727. <paramref name="index" /> non è compreso nell'intervallo.</exception>
  728. <exception cref="T:System.NotSupportedException">Raccolta di sola lettura.</exception>
  729. </member>
  730. <member name="P:System.Collections.Specialized.OrderedDictionary.IsReadOnly">
  731. <summary>Ottiene un valore che indica se la raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> è di sola lettura.</summary>
  732. <returns>true se l'insieme <see cref="T:System.Collections.Specialized.OrderedDictionary" /> è in sola lettura; in caso contrario, false.Il valore predefinito è false.</returns>
  733. </member>
  734. <member name="P:System.Collections.Specialized.OrderedDictionary.Item(System.Int32)">
  735. <summary>Ottiene o imposta il valore in corrispondenza dell'indice specificato.</summary>
  736. <returns>Valore dell'elemento in corrispondenza dell'indice specificato. </returns>
  737. <param name="index">Indice in base zero del valore da ottenere o impostare.</param>
  738. <exception cref="T:System.NotSupportedException">La proprietà viene impostata e l'insieme <see cref="T:System.Collections.Specialized.OrderedDictionary" /> è in sola lettura.</exception>
  739. <exception cref="T:System.ArgumentOutOfRangeException">
  740. <paramref name="index" /> è minore di zero.-oppure-<paramref name="index" /> è maggiore di o uguale a <see cref="P:System.Collections.Specialized.OrderedDictionary.Count" />.</exception>
  741. </member>
  742. <member name="P:System.Collections.Specialized.OrderedDictionary.Item(System.Object)">
  743. <summary>Ottiene o imposta il valore con la chiave specificata.</summary>
  744. <returns>Valore associato alla chiave specificata.Se la chiave specificata non viene trovata, tentando di ottenerla viene restituito null mentre tentando di impostarla viene creato un nuovo elemento con la chiave specificata.</returns>
  745. <param name="key">Chiave del valore da ottenere o impostare.</param>
  746. <exception cref="T:System.NotSupportedException">La proprietà viene impostata e l'insieme <see cref="T:System.Collections.Specialized.OrderedDictionary" /> è in sola lettura.</exception>
  747. </member>
  748. <member name="P:System.Collections.Specialized.OrderedDictionary.Keys">
  749. <summary>Ottiene un oggetto <see cref="T:System.Collections.ICollection" /> contenente le chiavi della raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</summary>
  750. <returns>Oggetto <see cref="T:System.Collections.ICollection" /> contenente le chiavi della raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</returns>
  751. </member>
  752. <member name="M:System.Collections.Specialized.OrderedDictionary.Remove(System.Object)">
  753. <summary>Rimuove dalla raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> la voce con la chiave specificata.</summary>
  754. <param name="key">Chiave della voce da rimuovere.</param>
  755. <exception cref="T:System.NotSupportedException">L'insieme <see cref="T:System.Collections.Specialized.OrderedDictionary" /> è in sola lettura.</exception>
  756. <exception cref="T:System.ArgumentNullException">
  757. <paramref name="key" /> è null.</exception>
  758. </member>
  759. <member name="M:System.Collections.Specialized.OrderedDictionary.RemoveAt(System.Int32)">
  760. <summary>Rimuove dalla raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" /> la voce in corrispondenza dell'indice specificato.</summary>
  761. <param name="index">Indice in base zero della voce da rimuovere.</param>
  762. <exception cref="T:System.NotSupportedException">L'insieme <see cref="T:System.Collections.Specialized.OrderedDictionary" /> è in sola lettura.</exception>
  763. <exception cref="T:System.ArgumentOutOfRangeException">
  764. <paramref name="index" /> è minore di zero.-oppure-<paramref name="index" /> è maggiore di o uguale a <see cref="P:System.Collections.Specialized.OrderedDictionary.Count" />.</exception>
  765. </member>
  766. <member name="P:System.Collections.Specialized.OrderedDictionary.System#Collections#ICollection#IsSynchronized">
  767. <summary>Ottiene un valore che indica se l'accesso all'oggetto <see cref="T:System.Collections.Specialized.OrderedDictionary" /> è sincronizzato (thread-safe).</summary>
  768. <returns>Questo metodo restituisce sempre false.</returns>
  769. </member>
  770. <member name="P:System.Collections.Specialized.OrderedDictionary.System#Collections#ICollection#SyncRoot">
  771. <summary>Ottiene un oggetto che può essere usato per sincronizzare l'accesso all'oggetto <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</summary>
  772. <returns>Oggetto che può essere usato per sincronizzare l'accesso all'oggetto <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</returns>
  773. </member>
  774. <member name="P:System.Collections.Specialized.OrderedDictionary.System#Collections#IDictionary#IsFixedSize">
  775. <summary>Ottiene un valore che indica se <see cref="T:System.Collections.Specialized.OrderedDictionary" /> ha dimensioni fisse.</summary>
  776. <returns>true se <see cref="T:System.Collections.Specialized.OrderedDictionary" /> ha dimensioni fisse; in caso contrario, false.Il valore predefinito è false.</returns>
  777. </member>
  778. <member name="M:System.Collections.Specialized.OrderedDictionary.System#Collections#IEnumerable#GetEnumerator">
  779. <summary>Restituisce un oggetto <see cref="T:System.Collections.IDictionaryEnumerator" /> che consente di scorrere la raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</summary>
  780. <returns>Oggetto <see cref="T:System.Collections.IDictionaryEnumerator" /> della raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</returns>
  781. </member>
  782. <member name="P:System.Collections.Specialized.OrderedDictionary.Values">
  783. <summary>Ottiene un oggetto <see cref="T:System.Collections.ICollection" /> contenente i valori della raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</summary>
  784. <returns>Oggetto <see cref="T:System.Collections.ICollection" /> contenente i valori della raccolta <see cref="T:System.Collections.Specialized.OrderedDictionary" />.</returns>
  785. </member>
  786. <member name="T:System.Collections.Specialized.StringCollection">
  787. <summary>Rappresenta una raccolta di stringhe.</summary>
  788. </member>
  789. <member name="M:System.Collections.Specialized.StringCollection.#ctor">
  790. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Collections.Specialized.StringCollection" />. </summary>
  791. </member>
  792. <member name="M:System.Collections.Specialized.StringCollection.Add(System.String)">
  793. <summary>Aggiunge una stringa alla fine di <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  794. <returns>Indice in base zero in corrispondenza del quale viene inserito il nuovo elemento.</returns>
  795. <param name="value">Stringa da aggiungere alla fine di <see cref="T:System.Collections.Specialized.StringCollection" />.Il valore può essere null.</param>
  796. </member>
  797. <member name="M:System.Collections.Specialized.StringCollection.AddRange(System.String[])">
  798. <summary>Copia gli elementi di una matrice di stringhe alla fine di <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  799. <param name="value">Matrice di stringhe da aggiungere alla fine di <see cref="T:System.Collections.Specialized.StringCollection" />.La matrice non può avere valore null, ma può contenere elementi null.</param>
  800. <exception cref="T:System.ArgumentNullException">
  801. <paramref name="value" /> è null. </exception>
  802. </member>
  803. <member name="M:System.Collections.Specialized.StringCollection.Clear">
  804. <summary>Rimuove tutte le stringhe da <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  805. </member>
  806. <member name="M:System.Collections.Specialized.StringCollection.Contains(System.String)">
  807. <summary>Determina se la stringa specificata è inclusa in <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  808. <returns>true se il valore indicato nel parametro <paramref name="value" /> è presente nell'oggetto <see cref="T:System.Collections.Specialized.StringCollection" />, in caso contrario false.</returns>
  809. <param name="value">Stringa da individuare in <see cref="T:System.Collections.Specialized.StringCollection" />.Il valore può essere null.</param>
  810. </member>
  811. <member name="M:System.Collections.Specialized.StringCollection.CopyTo(System.String[],System.Int32)">
  812. <summary>Copia tutti i valori di <see cref="T:System.Collections.Specialized.StringCollection" /> in una matrice unidimensionale di stringhe, a partire dall'indice specificato della matrice di destinazione.</summary>
  813. <param name="array">Matrice di stringhe unidimensionale che rappresenta la destinazione degli elementi copiati dall'oggetto <see cref="T:System.Collections.Specialized.StringCollection" />.L'indicizzazione di <see cref="T:System.Array" /> deve essere in base zero.</param>
  814. <param name="index">Indice in base zero della matrice specificata nel parametro <paramref name="array" /> in corrispondenza del quale ha inizio la copia. </param>
  815. <exception cref="T:System.ArgumentNullException">
  816. <paramref name="array" /> è null. </exception>
  817. <exception cref="T:System.ArgumentOutOfRangeException">
  818. <paramref name="index" /> è minore di zero. </exception>
  819. <exception cref="T:System.ArgumentException">
  820. <paramref name="array" /> è multidimensionale.- oppure - Il numero degli elementi nell'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> di origine è maggiore dello spazio disponibile tra <paramref name="index" /> e la fine dell'oggetto <paramref name="array" /> di destinazione. </exception>
  821. <exception cref="T:System.InvalidCastException">Non è possibile eseguire automaticamente il cast del tipo dell'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> di origine al tipo del parametro <paramref name="array" /> di destinazione. </exception>
  822. </member>
  823. <member name="P:System.Collections.Specialized.StringCollection.Count">
  824. <summary>Ottiene il numero di stringhe contenute in <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  825. <returns>Numero di stringhe contenute in <see cref="T:System.Collections.Specialized.StringCollection" />.</returns>
  826. </member>
  827. <member name="M:System.Collections.Specialized.StringCollection.GetEnumerator">
  828. <summary>Restituisce un oggetto <see cref="T:System.Collections.Specialized.StringEnumerator" /> che consente di scorrere l'insieme <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  829. <returns>Oggetto <see cref="T:System.Collections.Specialized.StringEnumerator" /> per l'insieme <see cref="T:System.Collections.Specialized.StringCollection" />.</returns>
  830. </member>
  831. <member name="M:System.Collections.Specialized.StringCollection.IndexOf(System.String)">
  832. <summary>Cerca la stringa specificata e restituisce l'indice in base zero della prima occorrenza all'interno di <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  833. <returns>Indice in base zero della prima occorrenza di <paramref name="value" /> in <see cref="T:System.Collections.Specialized.StringCollection" />, se presente; in caso contrario è -1.</returns>
  834. <param name="value">Stringa da individuare.Il valore può essere null.</param>
  835. </member>
  836. <member name="M:System.Collections.Specialized.StringCollection.Insert(System.Int32,System.String)">
  837. <summary>Inserisce una stringa in <see cref="T:System.Collections.Specialized.StringCollection" />, in corrispondenza dell'indice specificato.</summary>
  838. <param name="index">Indice in base zero in corrispondenza del quale viene inserito <paramref name="value" />. </param>
  839. <param name="value">Stringa da inserire.Il valore può essere null.</param>
  840. <exception cref="T:System.ArgumentOutOfRangeException">
  841. <paramref name="index" /> è minore di zero.- oppure - <paramref name="index" /> è maggiore di <see cref="P:System.Collections.Specialized.StringCollection.Count" />. </exception>
  842. </member>
  843. <member name="P:System.Collections.Specialized.StringCollection.IsReadOnly">
  844. <summary>Ottiene un valore che indica se <see cref="T:System.Collections.Specialized.StringCollection" /> è di sola lettura.</summary>
  845. <returns>Questa proprietà restituisce sempre false.</returns>
  846. </member>
  847. <member name="P:System.Collections.Specialized.StringCollection.IsSynchronized">
  848. <summary>Ottiene un valore che indica se l'accesso a <see cref="T:System.Collections.Specialized.StringCollection" /> è sincronizzato (thread-safe).</summary>
  849. <returns>Questa proprietà restituisce sempre false.</returns>
  850. </member>
  851. <member name="P:System.Collections.Specialized.StringCollection.Item(System.Int32)">
  852. <summary>Ottiene o imposta l'elemento in corrispondenza dell'indice specificato.</summary>
  853. <returns>Elemento in corrispondenza dell'indice specificato.</returns>
  854. <param name="index">Indice in base zero della voce da ottenere o impostare. </param>
  855. <exception cref="T:System.ArgumentOutOfRangeException">
  856. <paramref name="index" /> è minore di zero.- oppure - <paramref name="index" /> è maggiore di o uguale a <see cref="P:System.Collections.Specialized.StringCollection.Count" />. </exception>
  857. </member>
  858. <member name="M:System.Collections.Specialized.StringCollection.Remove(System.String)">
  859. <summary>Rimuove la prima occorrenza di una stringa specifica da <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  860. <param name="value">Stringa da rimuovere da <see cref="T:System.Collections.Specialized.StringCollection" />.Il valore può essere null.</param>
  861. </member>
  862. <member name="M:System.Collections.Specialized.StringCollection.RemoveAt(System.Int32)">
  863. <summary>Rimuove la stringa in corrispondenza dell'indice specificato di <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  864. <param name="index">Indice in base zero della stringa da rimuovere. </param>
  865. <exception cref="T:System.ArgumentOutOfRangeException">
  866. <paramref name="index" /> è minore di zero.- oppure - <paramref name="index" /> è maggiore di o uguale a <see cref="P:System.Collections.Specialized.StringCollection.Count" />. </exception>
  867. </member>
  868. <member name="P:System.Collections.Specialized.StringCollection.SyncRoot">
  869. <summary>Ottiene un oggetto che può essere utilizzato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  870. <returns>Oggetto che può essere utilizzato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.StringCollection" />.</returns>
  871. </member>
  872. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  873. <summary>Copia l'intero oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> in un oggetto <see cref="T:System.Array" /> compatibile unidimensionale, a partire dall'indice specificato della matrice di destinazione.</summary>
  874. <param name="array">Oggetto <see cref="T:System.Array" /> unidimensionale che rappresenta la destinazione degli elementi copiati dall'oggetto <see cref="T:System.Collections.Specialized.StringCollection" />.L'indicizzazione di <see cref="T:System.Array" /> deve essere in base zero.</param>
  875. <param name="index">Indice in base zero della matrice specificata nel parametro <paramref name="array" /> in corrispondenza del quale ha inizio la copia. </param>
  876. <exception cref="T:System.ArgumentNullException">
  877. <paramref name="array" /> è null. </exception>
  878. <exception cref="T:System.ArgumentOutOfRangeException">
  879. <paramref name="index" /> è minore di zero. </exception>
  880. <exception cref="T:System.ArgumentException">
  881. <paramref name="array" /> è multidimensionale.- oppure - Il numero degli elementi nell'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> di origine è maggiore dello spazio disponibile tra <paramref name="index" /> e la fine dell'oggetto <paramref name="array" /> di destinazione. </exception>
  882. <exception cref="T:System.InvalidCastException">Non è possibile eseguire automaticamente il cast del tipo dell'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> di origine al tipo del parametro <paramref name="array" /> di destinazione. </exception>
  883. </member>
  884. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IEnumerable#GetEnumerator">
  885. <summary>Restituisce un oggetto <see cref="T:System.Collections.IEnumerator" /> che consente di scorrere l'insieme <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  886. <returns>Oggetto <see cref="T:System.Collections.IEnumerator" /> per l'insieme <see cref="T:System.Collections.Specialized.StringCollection" />.</returns>
  887. </member>
  888. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Add(System.Object)">
  889. <summary>Aggiunge un oggetto alla fine di <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  890. <returns>Indice <see cref="T:System.Collections.Specialized.StringCollection" /> in corrispondenza del quale è stato aggiunto <paramref name="value" />.</returns>
  891. <param name="value">Oggetto <see cref="T:System.Object" /> da aggiungere alla fine di <see cref="T:System.Collections.Specialized.StringCollection" />.Il valore può essere null.</param>
  892. <exception cref="T:System.NotSupportedException">L'<see cref="T:System.Collections.Specialized.StringCollection" /> è in sola lettura.- oppure - L'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> è di dimensioni fisse. </exception>
  893. </member>
  894. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Contains(System.Object)">
  895. <summary>Determina se un elemento è incluso in <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  896. <returns>true se il valore indicato nel parametro <paramref name="value" /> è presente nell'oggetto <see cref="T:System.Collections.Specialized.StringCollection" />, in caso contrario false.</returns>
  897. <param name="value">Oggetto <see cref="T:System.Object" /> da individuare in <see cref="T:System.Collections.Specialized.StringCollection" />.Il valore può essere null.</param>
  898. </member>
  899. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#IndexOf(System.Object)">
  900. <summary>Cerca l'oggetto <see cref="T:System.Object" /> specificato e restituisce l'indice in base zero della prima occorrenza all'interno dell'intero insieme <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  901. <returns>Indice in base zero della prima occorrenza di <paramref name="value" /> all'interno dell'intero insieme <see cref="T:System.Collections.Specialized.StringCollection" />, se presente; in caso contrario -1.</returns>
  902. <param name="value">Oggetto <see cref="T:System.Object" /> da individuare in <see cref="T:System.Collections.Specialized.StringCollection" />.Il valore può essere null.</param>
  903. </member>
  904. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
  905. <summary>Consente di inserire un elemento in <see cref="T:System.Collections.Specialized.StringCollection" /> in corrispondenza dell'indice specificato.</summary>
  906. <param name="index">Indice in base zero nel quale <paramref name="value" /> deve essere inserito. </param>
  907. <param name="value">Oggetto <see cref="T:System.Object" /> da inserire.Il valore può essere null.</param>
  908. <exception cref="T:System.ArgumentOutOfRangeException">
  909. <paramref name="index" /> è minore di zero.- oppure - <paramref name="index" /> è maggiore di <see cref="P:System.Collections.Specialized.StringCollection.Count" />. </exception>
  910. <exception cref="T:System.NotSupportedException">L'<see cref="T:System.Collections.Specialized.StringCollection" /> è in sola lettura.- oppure - L'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> è di dimensioni fisse. </exception>
  911. </member>
  912. <member name="P:System.Collections.Specialized.StringCollection.System#Collections#IList#IsFixedSize">
  913. <summary>Ottiene un valore che indica se le dimensioni dell'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> sono fisse.</summary>
  914. <returns>true se le dimensioni dell'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> sono fisse; in caso contrario, false.Il valore predefinito è false.</returns>
  915. </member>
  916. <member name="P:System.Collections.Specialized.StringCollection.System#Collections#IList#IsReadOnly">
  917. <summary>Ottiene un valore che indica se l'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> è in sola lettura.</summary>
  918. <returns>true se l'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> è in sola lettura; in caso contrario, false.Il valore predefinito è false.</returns>
  919. </member>
  920. <member name="P:System.Collections.Specialized.StringCollection.System#Collections#IList#Item(System.Int32)">
  921. <summary>Ottiene o imposta l'elemento in corrispondenza dell'indice specificato.</summary>
  922. <returns>Elemento in corrispondenza dell'indice specificato.</returns>
  923. <param name="index">Indice a base zero dell'elemento da ottenere o impostare. </param>
  924. <exception cref="T:System.ArgumentOutOfRangeException">
  925. <paramref name="index" /> è minore di zero.- oppure - <paramref name="index" /> è maggiore di o uguale a <see cref="P:System.Collections.Specialized.StringCollection.Count" />. </exception>
  926. </member>
  927. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Remove(System.Object)">
  928. <summary>Rimuove la prima occorrenza di un oggetto specifico dall'interfaccia <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
  929. <param name="value">Oggetto <see cref="T:System.Object" /> da rimuovere da <see cref="T:System.Collections.Specialized.StringCollection" />.Il valore può essere null.</param>
  930. <exception cref="T:System.NotSupportedException">L'<see cref="T:System.Collections.Specialized.StringCollection" /> è in sola lettura.- oppure - L'oggetto <see cref="T:System.Collections.Specialized.StringCollection" /> è di dimensioni fisse. </exception>
  931. </member>
  932. <member name="T:System.Collections.Specialized.StringDictionary">
  933. <summary>Implementa una tabella hash con la chiave e il valore fortemente tipizzati per essere stringhe anziché oggetti.</summary>
  934. </member>
  935. <member name="M:System.Collections.Specialized.StringDictionary.#ctor">
  936. <summary>Inizializza una nuova istanza della classe <see cref="T:System.Collections.Specialized.StringDictionary" />.</summary>
  937. </member>
  938. <member name="M:System.Collections.Specialized.StringDictionary.Add(System.String,System.String)">
  939. <summary>Aggiunge una voce con la chiave e il valore specificati nell'oggetto <see cref="T:System.Collections.Specialized.StringDictionary" />.</summary>
  940. <param name="key">Chiave della voce da aggiungere. </param>
  941. <param name="value">Valore della voce da aggiungere.Il valore può essere null.</param>
  942. <exception cref="T:System.ArgumentNullException">
  943. <paramref name="key" /> is null. </exception>
  944. <exception cref="T:System.ArgumentException">An entry with the same key already exists in the <see cref="T:System.Collections.Specialized.StringDictionary" />. </exception>
  945. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary" /> is read-only. </exception>
  946. </member>
  947. <member name="M:System.Collections.Specialized.StringDictionary.Clear">
  948. <summary>Rimuove tutte le voci da <see cref="T:System.Collections.Specialized.StringDictionary" />.</summary>
  949. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary" /> is read-only. </exception>
  950. </member>
  951. <member name="M:System.Collections.Specialized.StringDictionary.ContainsKey(System.String)">
  952. <summary>Determina se <see cref="T:System.Collections.Specialized.StringDictionary" /> contiene una chiave specifica.</summary>
  953. <returns>true se la classe <see cref="T:System.Collections.Specialized.StringDictionary" /> contiene una voce con la chiave specificata; in caso contrario, false.</returns>
  954. <param name="key">Chiave da individuare in <see cref="T:System.Collections.Specialized.StringDictionary" />. </param>
  955. <exception cref="T:System.ArgumentNullException">The key is null. </exception>
  956. </member>
  957. <member name="M:System.Collections.Specialized.StringDictionary.ContainsValue(System.String)">
  958. <summary>Determina se <see cref="T:System.Collections.Specialized.StringDictionary" /> contiene un valore specifico.</summary>
  959. <returns>true se <see cref="T:System.Collections.Specialized.StringDictionary" /> contiene un elemento con il valore specificato; in caso contrario, false.</returns>
  960. <param name="value">Valore da individuare in <see cref="T:System.Collections.Specialized.StringDictionary" />.Il valore può essere null.</param>
  961. </member>
  962. <member name="M:System.Collections.Specialized.StringDictionary.CopyTo(System.Array,System.Int32)">
  963. <summary>Copia i valori del dizionario delle stringhe in un'istanza unidimensionale di <see cref="T:System.Array" /> in corrispondenza dell'indice specificato.</summary>
  964. <param name="array">Oggetto <see cref="T:System.Array" /> unidimensionale che rappresenta la destinazione dei valori copiati dalla classe <see cref="T:System.Collections.Specialized.StringDictionary" />. </param>
  965. <param name="index">Indice della matrice da cui ha inizio la copia. </param>
  966. <exception cref="T:System.ArgumentException">
  967. <paramref name="array" /> is multidimensional.-or- The number of elements in the <see cref="T:System.Collections.Specialized.StringDictionary" /> is greater than the available space from <paramref name="index" /> to the end of <paramref name="array" />. </exception>
  968. <exception cref="T:System.ArgumentNullException">
  969. <paramref name="array" /> is null. </exception>
  970. <exception cref="T:System.ArgumentOutOfRangeException">
  971. <paramref name="index" /> is less than the lower bound of <paramref name="array" />. </exception>
  972. </member>
  973. <member name="P:System.Collections.Specialized.StringDictionary.Count">
  974. <summary>Ottiene il numero di coppie chiave/valore presenti nella classe <see cref="T:System.Collections.Specialized.StringDictionary" />.</summary>
  975. <returns>Numero di coppie chiave/valore presenti nella classe <see cref="T:System.Collections.Specialized.StringDictionary" />.Il recupero del valore di questa proprietà è un'operazione O(1).</returns>
  976. </member>
  977. <member name="M:System.Collections.Specialized.StringDictionary.GetEnumerator">
  978. <summary>Restituisce un enumeratore che esegue l'iterazione di tutto il dizionario delle stringhe.</summary>
  979. <returns>Oggetto <see cref="T:System.Collections.IEnumerator" /> esegue l'iterazione di tutto il dizionario delle stringhe.</returns>
  980. </member>
  981. <member name="P:System.Collections.Specialized.StringDictionary.IsSynchronized">
  982. <summary>Ottiene un valore che indica se l'accesso a <see cref="T:System.Collections.Specialized.StringDictionary" /> è sincronizzato (thread-safe).</summary>
  983. <returns>true se l'accesso a <see cref="T:System.Collections.Specialized.StringDictionary" /> è sincronizzato (thread-safe); in caso contrario, false.</returns>
  984. </member>
  985. <member name="P:System.Collections.Specialized.StringDictionary.Item(System.String)">
  986. <summary>Ottiene o imposta il valore associato alla chiave specificata.</summary>
  987. <returns>Valore associato alla chiave specificata.Se la chiave specificata non viene rilevata, Get restituirà null, mentre Set creerà una nuova voce con la chiave specificata.</returns>
  988. <param name="key">Chiave di cui si deve ottenere o impostare il valore. </param>
  989. <exception cref="T:System.ArgumentNullException">
  990. <paramref name="key" /> is null.</exception>
  991. </member>
  992. <member name="P:System.Collections.Specialized.StringDictionary.Keys">
  993. <summary>Ottiene una raccolta delle chiavi presenti nella classe <see cref="T:System.Collections.Specialized.StringDictionary" />.</summary>
  994. <returns>Interfaccia <see cref="T:System.Collections.ICollection" /> che fornisce le chiavi presenti nella classe <see cref="T:System.Collections.Specialized.StringDictionary" />.</returns>
  995. </member>
  996. <member name="M:System.Collections.Specialized.StringDictionary.Remove(System.String)">
  997. <summary>Rimuove la voce con la chiave specificata dal dizionario delle stringhe.</summary>
  998. <param name="key">Chiave della voce da rimuovere. </param>
  999. <exception cref="T:System.ArgumentNullException">The key is null. </exception>
  1000. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary" /> is read-only. </exception>
  1001. </member>
  1002. <member name="P:System.Collections.Specialized.StringDictionary.SyncRoot">
  1003. <summary>Ottiene un oggetto che può essere usato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.StringDictionary" />.</summary>
  1004. <returns>Oggetto <see cref="T:System.Object" /> che può essere usato per sincronizzare l'accesso a <see cref="T:System.Collections.Specialized.StringDictionary" />.</returns>
  1005. </member>
  1006. <member name="P:System.Collections.Specialized.StringDictionary.Values">
  1007. <summary>Ottiene una raccolta dei valori presenti nella classe <see cref="T:System.Collections.Specialized.StringDictionary" />.</summary>
  1008. <returns>Interfaccia <see cref="T:System.Collections.ICollection" /> che fornisce i valori presenti nella classe <see cref="T:System.Collections.Specialized.StringDictionary" />.</returns>
  1009. </member>
  1010. <member name="T:System.Collections.Specialized.StringEnumerator">
  1011. <summary>Supporta una semplice iterazione su un insieme <see cref="T:System.Collections.Specialized.StringCollection" />.&gt;</summary>
  1012. </member>
  1013. <member name="P:System.Collections.Specialized.StringEnumerator.Current">
  1014. <summary>Ottiene l'elemento corrente della raccolta.</summary>
  1015. <returns>Elemento corrente nella raccolta.</returns>
  1016. <exception cref="T:System.InvalidOperationException">L'enumeratore è posizionato prima del primo elemento o dopo l'ultimo elemento della raccolta. </exception>
  1017. </member>
  1018. <member name="M:System.Collections.Specialized.StringEnumerator.MoveNext">
  1019. <summary>Consente di spostare l'enumeratore all'elemento successivo della raccolta.</summary>
  1020. <returns>true se l'enumeratore ha completato il passaggio all'elemento successivo; false se l'enumeratore ha raggiunto la fine della raccolta.</returns>
  1021. <exception cref="T:System.InvalidOperationException">La raccolta è stata modificata dopo la creazione dell'enumeratore. </exception>
  1022. </member>
  1023. <member name="M:System.Collections.Specialized.StringEnumerator.Reset">
  1024. <summary>Imposta l'enumeratore sulla propria posizione iniziale, ovvero prima del primo elemento nella raccolta.</summary>
  1025. <exception cref="T:System.InvalidOperationException">La raccolta è stata modificata dopo la creazione dell'enumeratore. </exception>
  1026. </member>
  1027. </members>
  1028. </doc>