System.Collections.Specialized.xml 101 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102
  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>提供在 32 位元記憶體中儲存布林值 (Boolean) 和小整數的簡單結構。</summary>
  9. </member>
  10. <member name="M:System.Collections.Specialized.BitVector32.#ctor(System.Collections.Specialized.BitVector32)">
  11. <summary>初始化 <see cref="T:System.Collections.Specialized.BitVector32" /> 結構的新執行個體,該結構包含現有 <see cref="T:System.Collections.Specialized.BitVector32" /> 結構中所表示的資料。</summary>
  12. <param name="value">
  13. <see cref="T:System.Collections.Specialized.BitVector32" /> 結構,包含要複製的資料。</param>
  14. </member>
  15. <member name="M:System.Collections.Specialized.BitVector32.#ctor(System.Int32)">
  16. <summary>初始化 <see cref="T:System.Collections.Specialized.BitVector32" /> 結構的新執行個體,該結構包含整數所表示的資料。</summary>
  17. <param name="data">表示新 <see cref="T:System.Collections.Specialized.BitVector32" /> 之資料的整數。</param>
  18. </member>
  19. <member name="M:System.Collections.Specialized.BitVector32.CreateMask">
  20. <summary>建立一系列遮罩中的第一個遮罩,可以用於擷取設定為位元旗標之 <see cref="T:System.Collections.Specialized.BitVector32" /> 中的個別位元。</summary>
  21. <returns>遮罩,隔離 <see cref="T:System.Collections.Specialized.BitVector32" /> 中的第一個位元旗標。</returns>
  22. <PermissionSet>
  23. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  24. </PermissionSet>
  25. </member>
  26. <member name="M:System.Collections.Specialized.BitVector32.CreateMask(System.Int32)">
  27. <summary>在一系列遮罩中的指定遮罩之後建立額外的遮罩,可以用於擷取設定為位元旗標之 <see cref="T:System.Collections.Specialized.BitVector32" /> 中的個別位元。</summary>
  28. <returns>遮罩,隔離 <see cref="T:System.Collections.Specialized.BitVector32" /> 中 <paramref name="previous" /> 所指向之位元旗標之後的位元旗標。</returns>
  29. <param name="previous">遮罩,表示前一個的位元旗標。</param>
  30. <exception cref="T:System.InvalidOperationException">
  31. <paramref name="previous" /> indicates the last bit flag in the <see cref="T:System.Collections.Specialized.BitVector32" />. </exception>
  32. </member>
  33. <member name="M:System.Collections.Specialized.BitVector32.CreateSection(System.Int16)">
  34. <summary>建立包含小整數之一系列區段中的第一個 <see cref="T:System.Collections.Specialized.BitVector32.Section" />。</summary>
  35. <returns>
  36. <see cref="T:System.Collections.Specialized.BitVector32.Section" />,可以存放零到 <paramref name="maxValue" /> 的數字。</returns>
  37. <param name="maxValue">16 位元帶正負號的整數,會指定新 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 的最大值。</param>
  38. <exception cref="T:System.ArgumentException">
  39. <paramref name="maxValue" /> is less than 1. </exception>
  40. </member>
  41. <member name="M:System.Collections.Specialized.BitVector32.CreateSection(System.Int16,System.Collections.Specialized.BitVector32.Section)">
  42. <summary>在包含小整數的一系列區段中,建立新 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 於指定的 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 之後。</summary>
  43. <returns>
  44. <see cref="T:System.Collections.Specialized.BitVector32.Section" />,可以存放零到 <paramref name="maxValue" /> 的數字。</returns>
  45. <param name="maxValue">16 位元帶正負號的整數,會指定新 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 的最大值。</param>
  46. <param name="previous">
  47. <see cref="T:System.Collections.Specialized.BitVector32" /> 中的前一個 <see cref="T:System.Collections.Specialized.BitVector32.Section" />。</param>
  48. <exception cref="T:System.ArgumentException">
  49. <paramref name="maxValue" /> is less than 1. </exception>
  50. <exception cref="T:System.InvalidOperationException">
  51. <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>
  52. </member>
  53. <member name="P:System.Collections.Specialized.BitVector32.Data">
  54. <summary>取得 <see cref="T:System.Collections.Specialized.BitVector32" /> 的值做為整數。</summary>
  55. <returns>做為整數的 <see cref="T:System.Collections.Specialized.BitVector32" /> 的值。</returns>
  56. </member>
  57. <member name="M:System.Collections.Specialized.BitVector32.Equals(System.Object)">
  58. <summary>判斷指定的物件和 <see cref="T:System.Collections.Specialized.BitVector32" /> 是否相等。</summary>
  59. <returns>如果指定的物件和 <see cref="T:System.Collections.Specialized.BitVector32" /> 相等,則為 true,否則為 false。</returns>
  60. <param name="o">要與目前 <see cref="T:System.Collections.Specialized.BitVector32" /> 比較的物件。 </param>
  61. </member>
  62. <member name="M:System.Collections.Specialized.BitVector32.GetHashCode">
  63. <summary>做為 <see cref="T:System.Collections.Specialized.BitVector32" /> 的雜湊函式。</summary>
  64. <returns>
  65. <see cref="T:System.Collections.Specialized.BitVector32" /> 的雜湊程式碼。</returns>
  66. </member>
  67. <member name="P:System.Collections.Specialized.BitVector32.Item(System.Collections.Specialized.BitVector32.Section)">
  68. <summary>取得或設定儲存於指定 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 中的值。</summary>
  69. <returns>儲存於指定 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 中的值。</returns>
  70. <param name="section">
  71. <see cref="T:System.Collections.Specialized.BitVector32.Section" />,包含要取得或設定的值。</param>
  72. </member>
  73. <member name="P:System.Collections.Specialized.BitVector32.Item(System.Int32)">
  74. <summary>取得或設定由指定遮罩所指示的位元旗標狀態。</summary>
  75. <returns>如果指定的位元旗標為開啟 (1),則為 true,否則為 false。</returns>
  76. <param name="bit">遮罩,表示要取得或設定的位元。 </param>
  77. </member>
  78. <member name="M:System.Collections.Specialized.BitVector32.ToString">
  79. <summary>傳回字串,表示目前的 <see cref="T:System.Collections.Specialized.BitVector32" />。</summary>
  80. <returns>字串,表示目前 <see cref="T:System.Collections.Specialized.BitVector32" />。</returns>
  81. </member>
  82. <member name="M:System.Collections.Specialized.BitVector32.ToString(System.Collections.Specialized.BitVector32)">
  83. <summary>傳回表示指定的 <see cref="T:System.Collections.Specialized.BitVector32" /> 的字串。</summary>
  84. <returns>字串,表示指定的 <see cref="T:System.Collections.Specialized.BitVector32" />。</returns>
  85. <param name="value">要表示的 <see cref="T:System.Collections.Specialized.BitVector32" />。</param>
  86. </member>
  87. <member name="T:System.Collections.Specialized.BitVector32.Section">
  88. <summary>表示可以含有整數數字的向量區段。</summary>
  89. </member>
  90. <member name="M:System.Collections.Specialized.BitVector32.Section.Equals(System.Collections.Specialized.BitVector32.Section)">
  91. <summary>判斷指定 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件與目前 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件是否相同。</summary>
  92. <returns>如果 <paramref name="obj" /> 參數與目前 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件相同則為 true,否則為 false。</returns>
  93. <param name="obj">要與目前 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件比較的 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件。</param>
  94. </member>
  95. <member name="M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)">
  96. <summary>判斷指定物件與目前 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件是否相同。</summary>
  97. <returns>如果指定物件與目前 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件相同則為 true,否則為 false。</returns>
  98. <param name="o">要與目前 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 比較的物件。</param>
  99. </member>
  100. <member name="M:System.Collections.Specialized.BitVector32.Section.GetHashCode">
  101. <summary>做為目前 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 的雜湊函式,適合於雜湊演算法和資料結構 (如雜湊資料表)。</summary>
  102. <returns>目前 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 的雜湊程式碼。</returns>
  103. </member>
  104. <member name="P:System.Collections.Specialized.BitVector32.Section.Mask">
  105. <summary>取得在 <see cref="T:System.Collections.Specialized.BitVector32" /> 中隔離這個區段的遮罩。</summary>
  106. <returns>在 <see cref="T:System.Collections.Specialized.BitVector32" /> 中隔離這個區段的遮罩。</returns>
  107. </member>
  108. <member name="P:System.Collections.Specialized.BitVector32.Section.Offset">
  109. <summary>取得這個區段從 <see cref="T:System.Collections.Specialized.BitVector32" /> 開頭的位移 (Offset)。</summary>
  110. <returns>這個區段從 <see cref="T:System.Collections.Specialized.BitVector32" /> 開頭的位移。</returns>
  111. </member>
  112. <member name="M:System.Collections.Specialized.BitVector32.Section.op_Equality(System.Collections.Specialized.BitVector32.Section,System.Collections.Specialized.BitVector32.Section)">
  113. <summary>判斷兩個指定的 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件是否相等。</summary>
  114. <returns>如果 <paramref name="a" /> 和 <paramref name="b" /> 參數表示同一 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件,則為 true,否則為 false。</returns>
  115. <param name="a">
  116. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件。</param>
  117. <param name="b">
  118. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件。</param>
  119. </member>
  120. <member name="M:System.Collections.Specialized.BitVector32.Section.op_Inequality(System.Collections.Specialized.BitVector32.Section,System.Collections.Specialized.BitVector32.Section)">
  121. <summary>判斷兩個 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件是否具有不同的值。</summary>
  122. <returns>如果 <paramref name="a" /> 和 <paramref name="b" /> 參數表示不同的 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件,則為 true,否則為 false。</returns>
  123. <param name="a">
  124. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件。</param>
  125. <param name="b">
  126. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 物件。</param>
  127. </member>
  128. <member name="M:System.Collections.Specialized.BitVector32.Section.ToString">
  129. <summary>傳回字串,表示目前的 <see cref="T:System.Collections.Specialized.BitVector32.Section" />。</summary>
  130. <returns>字串,表示目前 <see cref="T:System.Collections.Specialized.BitVector32.Section" />。</returns>
  131. </member>
  132. <member name="M:System.Collections.Specialized.BitVector32.Section.ToString(System.Collections.Specialized.BitVector32.Section)">
  133. <summary>傳回字串,表示指定的 <see cref="T:System.Collections.Specialized.BitVector32.Section" />。</summary>
  134. <returns>表示指定之 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 的字串。</returns>
  135. <param name="value">要表示的 <see cref="T:System.Collections.Specialized.BitVector32.Section" />。</param>
  136. </member>
  137. <member name="T:System.Collections.Specialized.HybridDictionary">
  138. <summary>若為小型集合,則使用 <see cref="T:System.Collections.Specialized.ListDictionary" /> 實作 IDictionary,在它成為大型集合時,切換為 <see cref="T:System.Collections.Hashtable" />。</summary>
  139. </member>
  140. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor">
  141. <summary>建立空的、區分大小寫的 <see cref="T:System.Collections.Specialized.HybridDictionary" />。</summary>
  142. </member>
  143. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Boolean)">
  144. <summary>建立具有指定大小寫區分的空 <see cref="T:System.Collections.Specialized.HybridDictionary" />。</summary>
  145. <param name="caseInsensitive">布林值,表示 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 是否不區分大小寫。</param>
  146. </member>
  147. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Int32)">
  148. <summary>建立具有指定初始大小的大小寫區分之 <see cref="T:System.Collections.Specialized.HybridDictionary" />。</summary>
  149. <param name="initialSize">
  150. <see cref="T:System.Collections.Specialized.HybridDictionary" /> 可初始包含項目的大約數目。</param>
  151. </member>
  152. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Int32,System.Boolean)">
  153. <summary>建立具有指定初始大小和大小寫區分的 <see cref="T:System.Collections.Specialized.HybridDictionary" />。</summary>
  154. <param name="initialSize">
  155. <see cref="T:System.Collections.Specialized.HybridDictionary" /> 可初始包含項目的大約數目。</param>
  156. <param name="caseInsensitive">布林值,表示 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 是否不區分大小寫。</param>
  157. </member>
  158. <member name="M:System.Collections.Specialized.HybridDictionary.Add(System.Object,System.Object)">
  159. <summary>將有指定索引鍵和數值的項目加入 <see cref="T:System.Collections.Specialized.HybridDictionary" />。</summary>
  160. <param name="key">要加入的項目索引鍵。</param>
  161. <param name="value">要加入的項目值。此值可以是 null。</param>
  162. <exception cref="T:System.ArgumentNullException">
  163. <paramref name="key" /> 為 null。</exception>
  164. <exception cref="T:System.ArgumentException">具有相同索引鍵的項目已經存在 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 中。</exception>
  165. </member>
  166. <member name="M:System.Collections.Specialized.HybridDictionary.Clear">
  167. <summary>移除 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 的所有項目。</summary>
  168. </member>
  169. <member name="M:System.Collections.Specialized.HybridDictionary.Contains(System.Object)">
  170. <summary>判斷 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 是否包含特定索引鍵。</summary>
  171. <returns>true if the <see cref="T:System.Collections.Specialized.HybridDictionary" /> contains an entry with the specified key; otherwise, false.</returns>
  172. <param name="key">要在 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 中尋找的索引鍵。 </param>
  173. <exception cref="T:System.ArgumentNullException">
  174. <paramref name="key" /> 為 null。</exception>
  175. </member>
  176. <member name="M:System.Collections.Specialized.HybridDictionary.CopyTo(System.Array,System.Int32)">
  177. <summary>將 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 項目複製到一維 <see cref="T:System.Array" /> 執行個體的指定索引處。</summary>
  178. <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the <see cref="T:System.Collections.DictionaryEntry" /> objects copied from <see cref="T:System.Collections.Specialized.HybridDictionary" />.<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  179. <param name="index">
  180. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。 </param>
  181. <exception cref="T:System.ArgumentNullException">
  182. <paramref name="array" /> 為 null。 </exception>
  183. <exception cref="T:System.ArgumentOutOfRangeException">
  184. <paramref name="index" /> 小於零。 </exception>
  185. <exception cref="T:System.ArgumentException">
  186. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 項目的數量大於從 <paramref name="arrayIndex" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  187. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  188. </member>
  189. <member name="P:System.Collections.Specialized.HybridDictionary.Count">
  190. <summary>取得 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 中所包含的索引鍵/值組數目。</summary>
  191. <returns>
  192. <see cref="T:System.Collections.Specialized.HybridDictionary" /> 中所包含的索引鍵/值組數目。擷取這個屬性的值是一種 O(1) 運算。</returns>
  193. </member>
  194. <member name="M:System.Collections.Specialized.HybridDictionary.GetEnumerator">
  195. <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> that iterates through the <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  196. <returns>
  197. <see cref="T:System.Collections.Specialized.HybridDictionary" /> 的 <see cref="T:System.Collections.IDictionaryEnumerator" />。</returns>
  198. </member>
  199. <member name="P:System.Collections.Specialized.HybridDictionary.IsFixedSize">
  200. <summary>取得值,指出 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 是否有固定的大小。</summary>
  201. <returns>這個屬性永遠傳回 false。</returns>
  202. </member>
  203. <member name="P:System.Collections.Specialized.HybridDictionary.IsReadOnly">
  204. <summary>取得值,指出 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 是否唯讀。</summary>
  205. <returns>這個屬性永遠傳回 false。</returns>
  206. </member>
  207. <member name="P:System.Collections.Specialized.HybridDictionary.IsSynchronized">
  208. <summary>取得值,指出 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 是否為同步 (安全執行緒)。</summary>
  209. <returns>這個屬性永遠傳回 false。</returns>
  210. </member>
  211. <member name="P:System.Collections.Specialized.HybridDictionary.Item(System.Object)">
  212. <summary>取得或設定與指定之索引鍵相關聯的值。</summary>
  213. <returns>與指定之索引鍵關聯的值。如果找不到指定的索引鍵,嘗試取得它將傳回 null,而嘗試設定它將以指定的索引鍵建立新的項目。</returns>
  214. <param name="key">索引鍵,要讀取或設定其值。</param>
  215. <exception cref="T:System.ArgumentNullException">
  216. <paramref name="key" /> 為 null。</exception>
  217. </member>
  218. <member name="P:System.Collections.Specialized.HybridDictionary.Keys">
  219. <summary>Gets an <see cref="T:System.Collections.ICollection" /> containing the keys in the <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  220. <returns>An <see cref="T:System.Collections.ICollection" /> containing the keys in the <see cref="T:System.Collections.Specialized.HybridDictionary" />.</returns>
  221. </member>
  222. <member name="M:System.Collections.Specialized.HybridDictionary.Remove(System.Object)">
  223. <summary>將有指定索引鍵的項目從 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 移除。</summary>
  224. <param name="key">要移除的項目的索引鍵。 </param>
  225. <exception cref="T:System.ArgumentNullException">
  226. <paramref name="key" /> 為 null。</exception>
  227. </member>
  228. <member name="P:System.Collections.Specialized.HybridDictionary.SyncRoot">
  229. <summary>取得可用來同步存取 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 的物件。</summary>
  230. <returns>可用來同步存取 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 的物件。</returns>
  231. </member>
  232. <member name="M:System.Collections.Specialized.HybridDictionary.System#Collections#IEnumerable#GetEnumerator">
  233. <summary>傳回透過 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 重複的 <see cref="T:System.Collections.IEnumerator" />。</summary>
  234. <returns>
  235. <see cref="T:System.Collections.Specialized.HybridDictionary" /> 的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  236. </member>
  237. <member name="P:System.Collections.Specialized.HybridDictionary.Values">
  238. <summary>取得 <see cref="T:System.Collections.ICollection" />,包含 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 中的值。</summary>
  239. <returns>
  240. <see cref="T:System.Collections.ICollection" />,包含 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 中的值。</returns>
  241. </member>
  242. <member name="T:System.Collections.Specialized.IOrderedDictionary">
  243. <summary>表示索引鍵/值組的索引集合。</summary>
  244. </member>
  245. <member name="M:System.Collections.Specialized.IOrderedDictionary.GetEnumerator">
  246. <summary>傳回逐一查看 <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 集合的列舉程式。</summary>
  247. <returns>整個 <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 集合的 <see cref="T:System.Collections.IDictionaryEnumerator" />。</returns>
  248. </member>
  249. <member name="M:System.Collections.Specialized.IOrderedDictionary.Insert(System.Int32,System.Object,System.Object)">
  250. <summary>將索引鍵/值組插入集合的指定索引處。</summary>
  251. <param name="index">以零起始的索引,應該在該索引處插入索引鍵/值組。</param>
  252. <param name="key">做為要加入項目之索引鍵的物件。</param>
  253. <param name="value">做為要加入項目之值的物件。此值可以是 null。</param>
  254. <exception cref="T:System.ArgumentOutOfRangeException">
  255. <paramref name="index" /> 小於 0。-或-<paramref name="index" /> 大於 <see cref="P:System.Collections.ICollection.Count" />。</exception>
  256. <exception cref="T:System.ArgumentNullException">
  257. <paramref name="key" /> 為 null。</exception>
  258. <exception cref="T:System.ArgumentException">
  259. <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 集合中已存在具有相同索引鍵的項目。</exception>
  260. <exception cref="T:System.NotSupportedException">
  261. <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 集合是唯讀的。-或-<see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 集合具有固定大小。</exception>
  262. </member>
  263. <member name="P:System.Collections.Specialized.IOrderedDictionary.Item(System.Int32)">
  264. <summary>在指定的索引位置上取得或設定項目。</summary>
  265. <returns>在指定索引上的項目。</returns>
  266. <param name="index">要取得或設定之以零為起始的項目索引。</param>
  267. <exception cref="T:System.ArgumentOutOfRangeException">
  268. <paramref name="index" /> 小於 0。-或- <paramref name="index" /> 等於或大於 <see cref="P:System.Collections.ICollection.Count" />。 </exception>
  269. </member>
  270. <member name="M:System.Collections.Specialized.IOrderedDictionary.RemoveAt(System.Int32)">
  271. <summary>移除指定索引中的項目。</summary>
  272. <param name="index">移除項目之以零為起始的索引。</param>
  273. <exception cref="T:System.ArgumentOutOfRangeException">
  274. <paramref name="index" /> 小於 0。-或- <paramref name="index" /> 等於或大於 <see cref="P:System.Collections.ICollection.Count" />。</exception>
  275. <exception cref="T:System.NotSupportedException">
  276. <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 集合是唯讀的。-或-<see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 集合具有固定大小。</exception>
  277. </member>
  278. <member name="T:System.Collections.Specialized.ListDictionary">
  279. <summary>使用單向連結串列 (Singly-Linked List) 實作 IDictionary。建議用於通常少於 10 個項目的集合。</summary>
  280. </member>
  281. <member name="M:System.Collections.Specialized.ListDictionary.#ctor">
  282. <summary>使用預設比較子 (Comparer) 來建立空的 <see cref="T:System.Collections.Specialized.ListDictionary" />。</summary>
  283. </member>
  284. <member name="M:System.Collections.Specialized.ListDictionary.#ctor(System.Collections.IComparer)">
  285. <summary>使用指定的比較子來建立空的 <see cref="T:System.Collections.Specialized.ListDictionary" />。</summary>
  286. <param name="comparer">要用來決定兩個索引鍵是否相等的 <see cref="T:System.Collections.IComparer" />。-或- null to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
  287. </member>
  288. <member name="M:System.Collections.Specialized.ListDictionary.Add(System.Object,System.Object)">
  289. <summary>將有指定索引鍵和數值的項目加入 <see cref="T:System.Collections.Specialized.ListDictionary" />。</summary>
  290. <param name="key">要加入的項目索引鍵。</param>
  291. <param name="value">要加入的項目值。此值可以是 null。</param>
  292. <exception cref="T:System.ArgumentNullException">
  293. <paramref name="key" /> 為 null。</exception>
  294. <exception cref="T:System.ArgumentException">具有相同索引鍵的項目已經存在 <see cref="T:System.Collections.Specialized.ListDictionary" /> 中。</exception>
  295. </member>
  296. <member name="M:System.Collections.Specialized.ListDictionary.Clear">
  297. <summary>移除 <see cref="T:System.Collections.Specialized.ListDictionary" /> 的所有項目。</summary>
  298. </member>
  299. <member name="M:System.Collections.Specialized.ListDictionary.Contains(System.Object)">
  300. <summary>判斷 <see cref="T:System.Collections.Specialized.ListDictionary" /> 是否包含特定索引鍵。</summary>
  301. <returns>true if the <see cref="T:System.Collections.Specialized.ListDictionary" /> contains an entry with the specified key; otherwise, false.</returns>
  302. <param name="key">要在 <see cref="T:System.Collections.Specialized.ListDictionary" /> 中尋找的索引鍵。 </param>
  303. <exception cref="T:System.ArgumentNullException">
  304. <paramref name="key" /> 為 null。</exception>
  305. </member>
  306. <member name="M:System.Collections.Specialized.ListDictionary.CopyTo(System.Array,System.Int32)">
  307. <summary>將 <see cref="T:System.Collections.Specialized.ListDictionary" /> 項目複製到一維 <see cref="T:System.Array" /> 執行個體的指定索引處。</summary>
  308. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.Specialized.ListDictionary" /> 複製過來的 <see cref="T:System.Collections.DictionaryEntry" /> 物件之目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  309. <param name="index">
  310. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。 </param>
  311. <exception cref="T:System.ArgumentNullException">
  312. <paramref name="array" /> 為 null。 </exception>
  313. <exception cref="T:System.ArgumentOutOfRangeException">
  314. <paramref name="index" /> 小於零。 </exception>
  315. <exception cref="T:System.ArgumentException">
  316. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.Specialized.ListDictionary" /> 項目的數量大於從 <paramref name="index" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  317. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.Specialized.ListDictionary" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  318. </member>
  319. <member name="P:System.Collections.Specialized.ListDictionary.Count">
  320. <summary>取得 <see cref="T:System.Collections.Specialized.ListDictionary" /> 中所包含的索引鍵/值組數目。</summary>
  321. <returns>
  322. <see cref="T:System.Collections.Specialized.ListDictionary" /> 中所包含的索引鍵/值組數目。</returns>
  323. </member>
  324. <member name="M:System.Collections.Specialized.ListDictionary.GetEnumerator">
  325. <summary>傳回透過 <see cref="T:System.Collections.Specialized.ListDictionary" /> 重複的 <see cref="T:System.Collections.IDictionaryEnumerator" />。</summary>
  326. <returns>
  327. <see cref="T:System.Collections.Specialized.ListDictionary" /> 的 <see cref="T:System.Collections.IDictionaryEnumerator" />。</returns>
  328. </member>
  329. <member name="P:System.Collections.Specialized.ListDictionary.IsFixedSize">
  330. <summary>取得值,指出 <see cref="T:System.Collections.Specialized.ListDictionary" /> 是否有固定的大小。</summary>
  331. <returns>這個屬性永遠傳回 false。</returns>
  332. </member>
  333. <member name="P:System.Collections.Specialized.ListDictionary.IsReadOnly">
  334. <summary>取得值,指出 <see cref="T:System.Collections.Specialized.ListDictionary" /> 是否唯讀。</summary>
  335. <returns>這個屬性永遠傳回 false。</returns>
  336. </member>
  337. <member name="P:System.Collections.Specialized.ListDictionary.IsSynchronized">
  338. <summary>取得值,指出 <see cref="T:System.Collections.Specialized.ListDictionary" /> 是否為同步 (安全執行緒)。</summary>
  339. <returns>這個屬性永遠傳回 false。</returns>
  340. </member>
  341. <member name="P:System.Collections.Specialized.ListDictionary.Item(System.Object)">
  342. <summary>取得或設定與指定之索引鍵相關聯的值。</summary>
  343. <returns>與指定之索引鍵關聯的值。如果找不到指定的索引鍵,嘗試取得它將傳回 null,而嘗試設定它將以指定的索引鍵建立新的項目。</returns>
  344. <param name="key">索引鍵,要讀取或設定其值。</param>
  345. <exception cref="T:System.ArgumentNullException">
  346. <paramref name="key" /> 為 null。</exception>
  347. </member>
  348. <member name="P:System.Collections.Specialized.ListDictionary.Keys">
  349. <summary>取得含有 <see cref="T:System.Collections.Specialized.ListDictionary" /> 中的索引鍵的 <see cref="T:System.Collections.ICollection" />。</summary>
  350. <returns>
  351. <see cref="T:System.Collections.Specialized.ListDictionary" />,含有 <see cref="T:System.Collections.ICollection" /> 中的索引鍵。</returns>
  352. </member>
  353. <member name="M:System.Collections.Specialized.ListDictionary.Remove(System.Object)">
  354. <summary>將有指定索引鍵的項目從 <see cref="T:System.Collections.Specialized.ListDictionary" /> 移除。</summary>
  355. <param name="key">要移除的項目的索引鍵。 </param>
  356. <exception cref="T:System.ArgumentNullException">
  357. <paramref name="key" /> 為 null。</exception>
  358. </member>
  359. <member name="P:System.Collections.Specialized.ListDictionary.SyncRoot">
  360. <summary>取得可用來同步存取 <see cref="T:System.Collections.Specialized.ListDictionary" /> 的物件。</summary>
  361. <returns>可用來同步存取 <see cref="T:System.Collections.Specialized.ListDictionary" /> 的物件。</returns>
  362. </member>
  363. <member name="M:System.Collections.Specialized.ListDictionary.System#Collections#IEnumerable#GetEnumerator">
  364. <summary>傳回透過 <see cref="T:System.Collections.Specialized.ListDictionary" /> 重複的 <see cref="T:System.Collections.IEnumerator" />。</summary>
  365. <returns>
  366. <see cref="T:System.Collections.Specialized.ListDictionary" /> 的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  367. </member>
  368. <member name="P:System.Collections.Specialized.ListDictionary.Values">
  369. <summary>取得 <see cref="T:System.Collections.ICollection" />,包含 <see cref="T:System.Collections.Specialized.ListDictionary" /> 中的值。</summary>
  370. <returns>
  371. <see cref="T:System.Collections.ICollection" />,包含 <see cref="T:System.Collections.Specialized.ListDictionary" /> 中的值。</returns>
  372. </member>
  373. <member name="T:System.Collections.Specialized.NameObjectCollectionBase">
  374. <summary>提供 abstract 基底類別給可以用索引鍵或索引來存取之相關聯的 <see cref="T:System.String" /> 索引鍵和 <see cref="T:System.Object" /> 值集合。</summary>
  375. </member>
  376. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor">
  377. <summary>初始化 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 類別的新執行個體,這個執行個體是空白的。</summary>
  378. </member>
  379. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Collections.IEqualityComparer)">
  380. <summary>初始化 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 類別的新執行個體,這個執行個體是空白的、具有預設的初始容量,並使用指定的 <see cref="T:System.Collections.IEqualityComparer" /> 物件。</summary>
  381. <param name="equalityComparer">
  382. <see cref="T:System.Collections.IEqualityComparer" /> 物件,可用來判斷兩個索引鍵是否相等,以及為集合中的索引鍵產生雜湊碼。</param>
  383. </member>
  384. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Int32)">
  385. <summary>初始化 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 類別的新執行個體,這個執行個體是空白的、具有指定的初始容量,並使用預設雜湊碼提供者和預設比較子。</summary>
  386. <param name="capacity">
  387. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體一開始可包含的大約項目數。</param>
  388. <exception cref="T:System.ArgumentOutOfRangeException">
  389. <paramref name="capacity" /> 小於零。</exception>
  390. </member>
  391. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  392. <summary>初始化 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 類別的新執行個體,這個執行個體是空白的、具有指定的初始容量,並使用指定的 <see cref="T:System.Collections.IEqualityComparer" /> 物件。</summary>
  393. <param name="capacity">
  394. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 物件一開始可包含的大約項目數。</param>
  395. <param name="equalityComparer">
  396. <see cref="T:System.Collections.IEqualityComparer" /> 物件,可用來判斷兩個索引鍵是否相等,以及為集合中的索引鍵產生雜湊碼。</param>
  397. <exception cref="T:System.ArgumentOutOfRangeException">
  398. <paramref name="capacity" /> 小於零。</exception>
  399. </member>
  400. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseAdd(System.String,System.Object)">
  401. <summary>將具有指定索引鍵和值的項目加入 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體。</summary>
  402. <param name="name">要加入之項目的 <see cref="T:System.String" /> 索引鍵。這個索引鍵可以是 null。</param>
  403. <param name="value">要加入之項目的 <see cref="T:System.Object" /> 值。這個值可以是 null。</param>
  404. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  405. </member>
  406. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseClear">
  407. <summary>將所有項目從 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中移除。</summary>
  408. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  409. </member>
  410. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGet(System.Int32)">
  411. <summary>取得 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體指定索引處之項目的值。</summary>
  412. <returns>
  413. <see cref="T:System.Object" />,代表指定索引處之項目的值。</returns>
  414. <param name="index">要取得的值的以零為起始的索引。</param>
  415. <exception cref="T:System.ArgumentOutOfRangeException">
  416. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  417. </member>
  418. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGet(System.String)">
  419. <summary>從 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體取得具有指定索引鍵之第一個項目的值。</summary>
  420. <returns>
  421. <see cref="T:System.Object" />,代表具有指定索引鍵之第一個項目的值 (如果有找到),否則為 null。</returns>
  422. <param name="name">要取得之項目的 <see cref="T:System.String" /> 索引鍵。這個索引鍵可以是 null。</param>
  423. </member>
  424. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllKeys">
  425. <summary>傳回 <see cref="T:System.String" /> 陣列,其中包含 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中的所有索引鍵。</summary>
  426. <returns>
  427. <see cref="T:System.String" /> 陣列,包含 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中的所有索引鍵。</returns>
  428. </member>
  429. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllValues">
  430. <summary>傳回 <see cref="T:System.Object" /> 陣列,其中包含 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中的所有值。</summary>
  431. <returns>
  432. <see cref="T:System.Object" /> 陣列,包含 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中的所有值。</returns>
  433. </member>
  434. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllValues(System.Type)">
  435. <summary>傳回指定類型的陣列,其中包含 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中的所有值。</summary>
  436. <returns>指定類型的陣列,包含 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中的所有值。</returns>
  437. <param name="type">
  438. <see cref="T:System.Type" />,代表要傳回的陣列類型。</param>
  439. <exception cref="T:System.ArgumentNullException">
  440. <paramref name="type" /> 為 null。</exception>
  441. <exception cref="T:System.ArgumentException">
  442. <paramref name="type" /> 不是有效的 <see cref="T:System.Type" />。</exception>
  443. </member>
  444. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetKey(System.Int32)">
  445. <summary>取得 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體指定索引處之項目的索引鍵。</summary>
  446. <returns>
  447. <see cref="T:System.String" />,代表指定索引處之項目的索引鍵。</returns>
  448. <param name="index">要取得的索引鍵之以零為起始的索引。</param>
  449. <exception cref="T:System.ArgumentOutOfRangeException">
  450. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  451. </member>
  452. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseHasKeys">
  453. <summary>取得值,表示 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體是否包含其索引鍵不是 null 的項目。</summary>
  454. <returns>如果 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體包含其索引鍵不是 null 的項目,則為 true,否則為 false。</returns>
  455. </member>
  456. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseRemove(System.String)">
  457. <summary>將具有指定索引鍵的項目從 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中移除。</summary>
  458. <param name="name">要移除之項目的 <see cref="T:System.String" /> 索引鍵。這個索引鍵可以是 null。</param>
  459. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  460. </member>
  461. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseRemoveAt(System.Int32)">
  462. <summary>移除 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體指定索引處的項目。</summary>
  463. <param name="index">要移除的項目之以零起始的索引。</param>
  464. <exception cref="T:System.ArgumentOutOfRangeException">
  465. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  466. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  467. </member>
  468. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseSet(System.Int32,System.Object)">
  469. <summary>設定 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體指定索引處之項目的值。</summary>
  470. <param name="index">要設定的項目之以零為起始的索引。</param>
  471. <param name="value">
  472. <see cref="T:System.Object" />,代表要設定之項目的新值。這個值可以是 null。</param>
  473. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  474. <exception cref="T:System.ArgumentOutOfRangeException">
  475. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  476. </member>
  477. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseSet(System.String,System.Object)">
  478. <summary>設定 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中具有指定索引鍵之第一個項目的值 (如果有找到),否則將具有指定索引鍵和值的項目加入 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體。</summary>
  479. <param name="name">要設定之項目的 <see cref="T:System.String" /> 索引鍵。這個索引鍵可以是 null。</param>
  480. <param name="value">
  481. <see cref="T:System.Object" />,代表要設定之項目的新值。這個值可以是 null。</param>
  482. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  483. </member>
  484. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.Count">
  485. <summary>取得 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中包含的索引鍵/值組數目。</summary>
  486. <returns>
  487. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中包含的索引鍵/值組數目。</returns>
  488. </member>
  489. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.GetEnumerator">
  490. <summary>傳回在 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 中逐一查看的列舉值。</summary>
  491. <returns>
  492. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  493. </member>
  494. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.IsReadOnly">
  495. <summary>取得或設定值,表示 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體是否為唯讀。</summary>
  496. <returns>如果 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體是唯讀,則為 true,否則為 false。</returns>
  497. </member>
  498. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.Keys">
  499. <summary>取得 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 執行個體,其中包含 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中的所有索引鍵。</summary>
  500. <returns>
  501. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 執行個體,包含 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中的所有索引鍵。</returns>
  502. </member>
  503. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  504. <summary>從目標陣列的指定索引開始,將整個 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 複製到相容的一維 <see cref="T:System.Array" />。</summary>
  505. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  506. <param name="index">
  507. <paramref name="array" /> 中以零起始的索引,即開始複製的位置。</param>
  508. <exception cref="T:System.ArgumentNullException">
  509. <paramref name="array" /> 為 null。</exception>
  510. <exception cref="T:System.ArgumentOutOfRangeException">
  511. <paramref name="index" /> 小於零。</exception>
  512. <exception cref="T:System.ArgumentException">
  513. <paramref name="array" /> 是多維的。-或-來源 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 項目的數量大於從 <paramref name="index" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  514. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  515. </member>
  516. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.System#Collections#ICollection#IsSynchronized">
  517. <summary>取得值,表示是否要同步處理 (執行緒安全) 對 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 物件的存取。</summary>
  518. <returns>如果要同步處理 (執行緒安全) 對 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 物件的存取,則為 true,否則為 false。預設為 false。</returns>
  519. </member>
  520. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.System#Collections#ICollection#SyncRoot">
  521. <summary>取得可用來同步處理對 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 物件之存取的物件。</summary>
  522. <returns>可用來同步處理對 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 物件之存取的物件。</returns>
  523. </member>
  524. <member name="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection">
  525. <summary>表示集合索引鍵 <see cref="T:System.String" /> 的集合。</summary>
  526. </member>
  527. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Count">
  528. <summary>取得 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 中的索引鍵數目。</summary>
  529. <returns>
  530. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 中的索引鍵數目。</returns>
  531. </member>
  532. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Get(System.Int32)">
  533. <summary>取得在集合的指定索引處的索引鍵。</summary>
  534. <returns>
  535. <see cref="T:System.String" />,含有在集合指定索引處的索引鍵。</returns>
  536. <param name="index">從集合取得的以零起始的索引鍵索引。</param>
  537. <exception cref="T:System.ArgumentOutOfRangeException">
  538. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  539. </member>
  540. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.GetEnumerator">
  541. <summary>傳回在 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 中逐一查看的列舉值。</summary>
  542. <returns>
  543. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  544. </member>
  545. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Item(System.Int32)">
  546. <summary>取得在集合的指定索引處的項目。</summary>
  547. <returns>在集合指定索引處的項目 <see cref="T:System.String" /> 索引鍵。</returns>
  548. <param name="index">集合中以零起始的項目索引。</param>
  549. <exception cref="T:System.ArgumentOutOfRangeException">
  550. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  551. </member>
  552. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  553. <summary>從目標陣列的指定索引開始,複製整個 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 至相容的一維 <see cref="T:System.Array" />。</summary>
  554. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  555. <param name="index">
  556. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。</param>
  557. <exception cref="T:System.ArgumentNullException">
  558. <paramref name="array" /> 為 null。</exception>
  559. <exception cref="T:System.ArgumentOutOfRangeException">
  560. <paramref name="index" /> 小於零。</exception>
  561. <exception cref="T:System.ArgumentException">
  562. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 元素的數量大於從 <paramref name="index" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  563. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  564. </member>
  565. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System#Collections#ICollection#IsSynchronized">
  566. <summary>取得值,這個值表示對 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 的存取是否同步 (安全執行緒)。</summary>
  567. <returns>如果對 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 的存取為同步 (安全執行緒),則為 true,否則為 false。預設為 false。</returns>
  568. </member>
  569. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System#Collections#ICollection#SyncRoot">
  570. <summary>取得可用來同步存取 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 的物件。</summary>
  571. <returns>可用來同步存取 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 的物件。</returns>
  572. </member>
  573. <member name="T:System.Collections.Specialized.NameValueCollection">
  574. <summary>代表相關聯之 <see cref="T:System.String" /> 索引鍵和 <see cref="T:System.String" /> 值的集合,可使用索引鍵或索引來存取。</summary>
  575. </member>
  576. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor">
  577. <summary>初始化 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 類別的新執行個體,這個執行個體是空白的、具有預設的初始容量,並使用預設不區分大小寫的雜湊碼提供者和預設不區分大小寫的比較子。</summary>
  578. </member>
  579. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Collections.IEqualityComparer)">
  580. <summary>初始化 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 類別的新執行個體,這個執行個體是空白的、具有預設的初始容量,並使用指定的 <see cref="T:System.Collections.IEqualityComparer" /> 物件。</summary>
  581. <param name="equalityComparer">
  582. <see cref="T:System.Collections.IEqualityComparer" /> 物件,可用來判斷兩個索引鍵是否相等,以及為集合中的索引鍵產生雜湊碼。</param>
  583. </member>
  584. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Collections.Specialized.NameValueCollection)">
  585. <summary>從指定的 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 複製項目至新的 <see cref="T:System.Collections.Specialized.NameValueCollection" />,使其具有與複製的項目數相同的初始容量,並使用與來源集合相同的雜湊碼提供者和相同的比較子。</summary>
  586. <param name="col">要複製到新的 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 執行個體的 <see cref="T:System.Collections.Specialized.NameValueCollection" />。</param>
  587. <exception cref="T:System.ArgumentNullException">
  588. <paramref name="col" /> 為 null。</exception>
  589. </member>
  590. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32)">
  591. <summary>初始化 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 類別的新執行個體,這個執行個體是空白的、具有指定的初始容量,並使用預設不區分大小寫的雜湊碼提供者和預設不區分大小寫的比較子。</summary>
  592. <param name="capacity">
  593. <see cref="T:System.Collections.Specialized.NameValueCollection" /> 可包含的初始項目數。</param>
  594. <exception cref="T:System.ArgumentOutOfRangeException">
  595. <paramref name="capacity" /> 小於零。</exception>
  596. </member>
  597. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  598. <summary>初始化 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 類別的新執行個體,這個執行個體是空白的、具有指定的初始容量,並使用指定的 <see cref="T:System.Collections.IEqualityComparer" /> 物件。</summary>
  599. <param name="capacity">
  600. <see cref="T:System.Collections.Specialized.NameValueCollection" /> 物件可包含的初始項目數。</param>
  601. <param name="equalityComparer">
  602. <see cref="T:System.Collections.IEqualityComparer" /> 物件,可用來判斷兩個索引鍵是否相等,以及為集合中的索引鍵產生雜湊碼。</param>
  603. <exception cref="T:System.ArgumentOutOfRangeException">
  604. <paramref name="capacity" /> 小於零。</exception>
  605. </member>
  606. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32,System.Collections.Specialized.NameValueCollection)">
  607. <summary>從指定的 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 複製項目至新的 <see cref="T:System.Collections.Specialized.NameValueCollection" />,使其具有指定的初始容量,或是與複製的項目數相同的初始容量 (取較大者),並使用預設不區分大小寫的雜湊碼提供者和預設不區分大小寫的比較子。</summary>
  608. <param name="capacity">
  609. <see cref="T:System.Collections.Specialized.NameValueCollection" /> 可包含的初始項目數。</param>
  610. <param name="col">要複製到新的 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 執行個體的 <see cref="T:System.Collections.Specialized.NameValueCollection" />。</param>
  611. <exception cref="T:System.ArgumentOutOfRangeException">
  612. <paramref name="capacity" /> 小於零。</exception>
  613. <exception cref="T:System.ArgumentNullException">
  614. <paramref name="col" /> 為 null。</exception>
  615. </member>
  616. <member name="M:System.Collections.Specialized.NameValueCollection.Add(System.Collections.Specialized.NameValueCollection)">
  617. <summary>將指定 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中的項目複製到目前的 <see cref="T:System.Collections.Specialized.NameValueCollection" />。</summary>
  618. <param name="c">要複製到目前 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 的 <see cref="T:System.Collections.Specialized.NameValueCollection" />。</param>
  619. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  620. <exception cref="T:System.ArgumentNullException">
  621. <paramref name="c" /> 為 null。</exception>
  622. </member>
  623. <member name="M:System.Collections.Specialized.NameValueCollection.Add(System.String,System.String)">
  624. <summary>將具有指定名稱和數值的項目加入 <see cref="T:System.Collections.Specialized.NameValueCollection" />。</summary>
  625. <param name="name">要加入之項目的 <see cref="T:System.String" /> 索引鍵。這個索引鍵可以是 null。</param>
  626. <param name="value">要加入之項目的 <see cref="T:System.String" /> 值。這個值可以是 null。</param>
  627. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  628. </member>
  629. <member name="P:System.Collections.Specialized.NameValueCollection.AllKeys">
  630. <summary>取得 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中的所有索引鍵。</summary>
  631. <returns>
  632. <see cref="T:System.String" /> 陣列,包含 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中的所有索引鍵。</returns>
  633. </member>
  634. <member name="M:System.Collections.Specialized.NameValueCollection.Clear">
  635. <summary>使快取陣列失效,並移除 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中的所有項目。</summary>
  636. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  637. <PermissionSet>
  638. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  639. </PermissionSet>
  640. </member>
  641. <member name="M:System.Collections.Specialized.NameValueCollection.CopyTo(System.Array,System.Int32)">
  642. <summary>從目標陣列的指定索引開始,將整個 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 複製到相容的一維 <see cref="T:System.Array" />。</summary>
  643. <param name="dest">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  644. <param name="index">
  645. <paramref name="dest" /> 中以零起始的索引,即開始複製的位置。</param>
  646. <exception cref="T:System.ArgumentNullException">
  647. <paramref name="dest" /> 為 null。</exception>
  648. <exception cref="T:System.ArgumentOutOfRangeException">
  649. <paramref name="index" /> 小於零。</exception>
  650. <exception cref="T:System.ArgumentException">
  651. <paramref name="dest" /> 是多維的。-或- 來源 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 項目的數量大於從 <paramref name="index" /> 到目的 <paramref name="dest" /> 結尾的可用空間。</exception>
  652. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 的型別無法自動轉換為目的 <paramref name="dest" /> 的型別。</exception>
  653. </member>
  654. <member name="M:System.Collections.Specialized.NameValueCollection.Get(System.Int32)">
  655. <summary>取得 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 之指定索引處的值,這些值會結合成為一個逗號分隔清單。</summary>
  656. <returns>
  657. <see cref="T:System.String" />,包含 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 指定索引處之值的逗號分隔清單 (如果找到的話),否則為 null。</returns>
  658. <param name="index">以零為基底的項目索引,包含從集合取得的值。</param>
  659. <exception cref="T:System.ArgumentOutOfRangeException">
  660. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  661. </member>
  662. <member name="M:System.Collections.Specialized.NameValueCollection.Get(System.String)">
  663. <summary>取得與 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中指定索引鍵相關聯的值,這些值會結合成為一個逗號分隔清單。</summary>
  664. <returns>
  665. <see cref="T:System.String" />,包含與 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中指定索引鍵相關聯之值的逗號分隔清單 (如果找到的話),否則為 null。</returns>
  666. <param name="name">項目的 <see cref="T:System.String" /> 索引鍵,包含要取得的值。這個索引鍵可以是 null。</param>
  667. </member>
  668. <member name="M:System.Collections.Specialized.NameValueCollection.GetKey(System.Int32)">
  669. <summary>取得 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 之指定索引處的索引鍵。</summary>
  670. <returns>
  671. <see cref="T:System.String" />,包含 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 之指定索引處的索引鍵 (如果找到的話),否則為 null。</returns>
  672. <param name="index">從集合取得的以零起始的索引鍵索引。</param>
  673. <exception cref="T:System.ArgumentOutOfRangeException">
  674. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  675. </member>
  676. <member name="M:System.Collections.Specialized.NameValueCollection.GetValues(System.Int32)">
  677. <summary>取得 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 之指定索引處的值。</summary>
  678. <returns>
  679. <see cref="T:System.String" /> 陣列,包含 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 之指定索引處的值 (如果找到的話),否則為 null。</returns>
  680. <param name="index">以零為基底的項目索引,包含從集合取得的值。</param>
  681. <exception cref="T:System.ArgumentOutOfRangeException">
  682. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  683. </member>
  684. <member name="M:System.Collections.Specialized.NameValueCollection.GetValues(System.String)">
  685. <summary>取得與 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中指定索引鍵相關聯的值。</summary>
  686. <returns>
  687. <see cref="T:System.String" /> 陣列,包含與 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中指定索引鍵相關聯的值 (如果找到的話),否則為 null。</returns>
  688. <param name="name">項目的 <see cref="T:System.String" /> 索引鍵,包含要取得的值。這個索引鍵可以是 null。</param>
  689. </member>
  690. <member name="M:System.Collections.Specialized.NameValueCollection.HasKeys">
  691. <summary>取得值,表示 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 是否包含非 null 的索引鍵。</summary>
  692. <returns>如果 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 包含非 null 的索引鍵,則為 true,否則為 false。</returns>
  693. </member>
  694. <member name="M:System.Collections.Specialized.NameValueCollection.InvalidateCachedArrays">
  695. <summary>將集合的快取陣列重設為 null。</summary>
  696. </member>
  697. <member name="P:System.Collections.Specialized.NameValueCollection.Item(System.Int32)">
  698. <summary>取得 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 之指定索引處的項目。</summary>
  699. <returns>
  700. <see cref="T:System.String" />,包含集合指定索引處之值的逗號分隔清單。</returns>
  701. <param name="index">集合中以零為基底的項目索引。</param>
  702. <exception cref="T:System.ArgumentOutOfRangeException">
  703. <paramref name="index" /> 是在集合的有效索引範圍之外。</exception>
  704. </member>
  705. <member name="P:System.Collections.Specialized.NameValueCollection.Item(System.String)">
  706. <summary>取得或設定具有 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中指定索引鍵的項目。</summary>
  707. <returns>
  708. <see cref="T:System.String" />,包含與指定索引鍵相關聯之值的逗號分隔清單 (如果找到的話),否則為 null。</returns>
  709. <param name="name">要找出的項目的 <see cref="T:System.String" /> 索引鍵。索引鍵可以是 null。</param>
  710. <exception cref="T:System.NotSupportedException">該集合是唯讀的,並且作業會嘗試修改集合。</exception>
  711. </member>
  712. <member name="M:System.Collections.Specialized.NameValueCollection.Remove(System.String)">
  713. <summary>將具有指定索引鍵的項目從 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 執行個體中移除。</summary>
  714. <param name="name">要移除之項目的 <see cref="T:System.String" /> 索引鍵。這個索引鍵可以是 null。</param>
  715. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  716. </member>
  717. <member name="M:System.Collections.Specialized.NameValueCollection.Set(System.String,System.String)">
  718. <summary>設定 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 中項目的值。</summary>
  719. <param name="name">要加入新值之項目的 <see cref="T:System.String" /> 索引鍵。這個索引鍵可以是 null。</param>
  720. <param name="value">
  721. <see cref="T:System.Object" />,代表要加入指定項目的新值。這個值可以是 null。</param>
  722. <exception cref="T:System.NotSupportedException">集合是唯讀的。</exception>
  723. </member>
  724. <member name="T:System.Collections.Specialized.OrderedDictionary">
  725. <summary>表示可依索引鍵或索引存取的索引鍵/值組集合。</summary>
  726. </member>
  727. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor">
  728. <summary>初始化 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 類別的新執行個體。</summary>
  729. </member>
  730. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Collections.IEqualityComparer)">
  731. <summary>使用指定之比較子來初始化 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 類別的新執行個體。</summary>
  732. <param name="comparer">要用來決定兩個索引鍵是否相等的 <see cref="T:System.Collections.IComparer" />。-或- null to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
  733. </member>
  734. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Int32)">
  735. <summary>使用指定之初始容量來初始化 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 類別的新執行個體。</summary>
  736. <param name="capacity">
  737. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合可以包含之元素的初始數目。</param>
  738. </member>
  739. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  740. <summary>使用指定的初始容量和比較子,初始化 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 類別的新執行個體。</summary>
  741. <param name="capacity">
  742. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合可以包含之元素的初始數目。</param>
  743. <param name="comparer">要用來決定兩個索引鍵是否相等的 <see cref="T:System.Collections.IComparer" />。-或- null to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)" />.</param>
  744. </member>
  745. <member name="M:System.Collections.Specialized.OrderedDictionary.Add(System.Object,System.Object)">
  746. <summary>將具有指定之索引鍵和值的元素加入至含有最低可用索引的 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中。</summary>
  747. <param name="key">要加入的項目索引鍵。</param>
  748. <param name="value">要加入的項目值。這個值可以是 null。</param>
  749. <exception cref="T:System.NotSupportedException">
  750. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合是唯讀的。</exception>
  751. </member>
  752. <member name="M:System.Collections.Specialized.OrderedDictionary.AsReadOnly">
  753. <summary>傳回目前 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合的唯讀複本。</summary>
  754. <returns>目前之 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合的唯讀複本。</returns>
  755. </member>
  756. <member name="M:System.Collections.Specialized.OrderedDictionary.Clear">
  757. <summary>從 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合移除所有元素。</summary>
  758. <exception cref="T:System.NotSupportedException">
  759. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合是唯讀的。</exception>
  760. </member>
  761. <member name="M:System.Collections.Specialized.OrderedDictionary.Contains(System.Object)">
  762. <summary>判斷 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合是否包含特定索引鍵。</summary>
  763. <returns>如果 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合包含具有指定之索引鍵的元素,則為 true,否則為 false。</returns>
  764. <param name="key">要在 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中尋找的索引鍵。</param>
  765. </member>
  766. <member name="M:System.Collections.Specialized.OrderedDictionary.CopyTo(System.Array,System.Int32)">
  767. <summary>將 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 元素複製到指定之索引處的一維 <see cref="T:System.Array" /> 物件。</summary>
  768. <param name="array">一維 <see cref="T:System.Array" /> 物件,是從 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合複製過來之 <see cref="T:System.Collections.DictionaryEntry" /> 物件的目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  769. <param name="index">
  770. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。</param>
  771. </member>
  772. <member name="P:System.Collections.Specialized.OrderedDictionary.Count">
  773. <summary>取得包含在 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中的索引鍵/值組數目。</summary>
  774. <returns>包含在 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中的索引鍵/值組數目。</returns>
  775. </member>
  776. <member name="M:System.Collections.Specialized.OrderedDictionary.GetEnumerator">
  777. <summary>傳回在 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中逐一查看的 <see cref="T:System.Collections.IDictionaryEnumerator" /> 物件。</summary>
  778. <returns>
  779. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合的 <see cref="T:System.Collections.IDictionaryEnumerator" /> 物件。</returns>
  780. </member>
  781. <member name="M:System.Collections.Specialized.OrderedDictionary.Insert(System.Int32,System.Object,System.Object)">
  782. <summary>使用指定的索引鍵和值,將新元素插入 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中指定的索引處。</summary>
  783. <param name="index">應在該處插入元素之以零起始的索引。</param>
  784. <param name="key">要加入的項目索引鍵。</param>
  785. <param name="value">要加入的項目值。此值可以是 null。</param>
  786. <exception cref="T:System.ArgumentOutOfRangeException">
  787. <paramref name="index" /> 超出範圍。</exception>
  788. <exception cref="T:System.NotSupportedException">這是一個唯讀集合。</exception>
  789. </member>
  790. <member name="P:System.Collections.Specialized.OrderedDictionary.IsReadOnly">
  791. <summary>取得值,指出 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合是否為唯讀。</summary>
  792. <returns>如果 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合是唯讀則為 true,否則為 false。預設值為 false。</returns>
  793. </member>
  794. <member name="P:System.Collections.Specialized.OrderedDictionary.Item(System.Int32)">
  795. <summary>取得或設定指定之索引處的值。</summary>
  796. <returns>指定之索引處的項目值。</returns>
  797. <param name="index">要取得或設定的值之以零為起始的索引。</param>
  798. <exception cref="T:System.NotSupportedException">正在設定屬性,且 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合是唯讀的。</exception>
  799. <exception cref="T:System.ArgumentOutOfRangeException">
  800. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 等於或大於 <see cref="P:System.Collections.Specialized.OrderedDictionary.Count" />。</exception>
  801. </member>
  802. <member name="P:System.Collections.Specialized.OrderedDictionary.Item(System.Object)">
  803. <summary>取得或設定具有指定之索引鍵的值。</summary>
  804. <returns>與指定之索引鍵關聯的值。如果找不到指定的索引鍵,嘗試取得將傳回 null,並且嘗試設定會使用指定的索引鍵建立新的元素。</returns>
  805. <param name="key">要取得或設定之值的索引鍵。</param>
  806. <exception cref="T:System.NotSupportedException">正在設定屬性,且 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合是唯讀的。</exception>
  807. </member>
  808. <member name="P:System.Collections.Specialized.OrderedDictionary.Keys">
  809. <summary>取得 <see cref="T:System.Collections.ICollection" /> 物件,其中包含 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中的索引鍵。</summary>
  810. <returns>
  811. <see cref="T:System.Collections.ICollection" /> 物件,其中包含 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中的索引鍵。</returns>
  812. </member>
  813. <member name="M:System.Collections.Specialized.OrderedDictionary.Remove(System.Object)">
  814. <summary>從 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合移除具有指定之索引鍵的元素。</summary>
  815. <param name="key">要移除的項目的索引鍵。</param>
  816. <exception cref="T:System.NotSupportedException">
  817. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合是唯讀的。</exception>
  818. <exception cref="T:System.ArgumentNullException">
  819. <paramref name="key" /> 為 null。</exception>
  820. </member>
  821. <member name="M:System.Collections.Specialized.OrderedDictionary.RemoveAt(System.Int32)">
  822. <summary>從 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合移除指定之索引處的元素。</summary>
  823. <param name="index">要移除的項目之以零起始的索引。</param>
  824. <exception cref="T:System.NotSupportedException">
  825. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合是唯讀的。</exception>
  826. <exception cref="T:System.ArgumentOutOfRangeException">
  827. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 等於或大於 <see cref="P:System.Collections.Specialized.OrderedDictionary.Count" />。</exception>
  828. </member>
  829. <member name="P:System.Collections.Specialized.OrderedDictionary.System#Collections#ICollection#IsSynchronized">
  830. <summary>取得值,指出對 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 物件的存取是否已同步處理 (安全執行緒)。</summary>
  831. <returns>這個方法永遠傳回 false。</returns>
  832. </member>
  833. <member name="P:System.Collections.Specialized.OrderedDictionary.System#Collections#ICollection#SyncRoot">
  834. <summary>取得物件,可以用來同步處理對 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 物件的存取。</summary>
  835. <returns>可用來同步處理對 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 物件之存取的物件。</returns>
  836. </member>
  837. <member name="P:System.Collections.Specialized.OrderedDictionary.System#Collections#IDictionary#IsFixedSize">
  838. <summary>取得值,指出 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 是否有固定的大小。</summary>
  839. <returns>true if the <see cref="T:System.Collections.Specialized.OrderedDictionary" /> has a fixed size; otherwise, false.預設值為 false。</returns>
  840. </member>
  841. <member name="M:System.Collections.Specialized.OrderedDictionary.System#Collections#IEnumerable#GetEnumerator">
  842. <summary>傳回在 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中逐一查看的 <see cref="T:System.Collections.IDictionaryEnumerator" /> 物件。</summary>
  843. <returns>
  844. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合的 <see cref="T:System.Collections.IDictionaryEnumerator" /> 物件。</returns>
  845. </member>
  846. <member name="P:System.Collections.Specialized.OrderedDictionary.Values">
  847. <summary>取得 <see cref="T:System.Collections.ICollection" /> 物件,其中包含 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中的值。</summary>
  848. <returns>
  849. <see cref="T:System.Collections.ICollection" /> 物件,其中包含 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 集合中的值。</returns>
  850. </member>
  851. <member name="T:System.Collections.Specialized.StringCollection">
  852. <summary>表示字串的集合。</summary>
  853. </member>
  854. <member name="M:System.Collections.Specialized.StringCollection.#ctor">
  855. <summary>初始化 <see cref="T:System.Collections.Specialized.StringCollection" /> 類別的新執行個體。</summary>
  856. </member>
  857. <member name="M:System.Collections.Specialized.StringCollection.Add(System.String)">
  858. <summary>將字串加入 <see cref="T:System.Collections.Specialized.StringCollection" /> 的結尾。</summary>
  859. <returns>要插入新元素處的以零起始的索引。</returns>
  860. <param name="value">加入至 <see cref="T:System.Collections.Specialized.StringCollection" /> 結尾的字串。此值可以是 null。</param>
  861. </member>
  862. <member name="M:System.Collections.Specialized.StringCollection.AddRange(System.String[])">
  863. <summary>將字串陣列的元素複製到 <see cref="T:System.Collections.Specialized.StringCollection" /> 的結尾。</summary>
  864. <param name="value">要加入至 <see cref="T:System.Collections.Specialized.StringCollection" /> 結尾的字串陣列。陣列本身不能是 null,但它可以包含為 null 的元素。</param>
  865. <exception cref="T:System.ArgumentNullException">
  866. <paramref name="value" /> 為 null。</exception>
  867. </member>
  868. <member name="M:System.Collections.Specialized.StringCollection.Clear">
  869. <summary>將所有字串從 <see cref="T:System.Collections.Specialized.StringCollection" /> 移除。</summary>
  870. </member>
  871. <member name="M:System.Collections.Specialized.StringCollection.Contains(System.String)">
  872. <summary>判斷指定的字串是否在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中。</summary>
  873. <returns>如果在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中找到 <paramref name="value" />,則為 true,否則為 false。</returns>
  874. <param name="value">要在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中尋找的字串。此值可以是 null。</param>
  875. </member>
  876. <member name="M:System.Collections.Specialized.StringCollection.CopyTo(System.String[],System.Int32)">
  877. <summary>複製整個 <see cref="T:System.Collections.Specialized.StringCollection" /> 值至字串的一維陣列,由目標陣列的指定索引開始。</summary>
  878. <param name="array">字串的一維陣列,是從 <see cref="T:System.Collections.Specialized.StringCollection" /> 複製的元素之目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  879. <param name="index">
  880. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。</param>
  881. <exception cref="T:System.ArgumentNullException">
  882. <paramref name="array" /> 為 null。</exception>
  883. <exception cref="T:System.ArgumentOutOfRangeException">
  884. <paramref name="index" /> 小於零。</exception>
  885. <exception cref="T:System.ArgumentException">
  886. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.Specialized.StringCollection" /> 元素的數量大於從 <paramref name="index" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  887. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.Specialized.StringCollection" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  888. </member>
  889. <member name="P:System.Collections.Specialized.StringCollection.Count">
  890. <summary>取得在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中所包含的字串數目。</summary>
  891. <returns>在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中所包含的字串數目。</returns>
  892. </member>
  893. <member name="M:System.Collections.Specialized.StringCollection.GetEnumerator">
  894. <summary>傳回逐一查看 <see cref="T:System.Collections.Specialized.StringCollection" /> 的 <see cref="T:System.Collections.Specialized.StringEnumerator" />。</summary>
  895. <returns>
  896. <see cref="T:System.Collections.Specialized.StringCollection" /> 的 <see cref="T:System.Collections.Specialized.StringEnumerator" />。</returns>
  897. </member>
  898. <member name="M:System.Collections.Specialized.StringCollection.IndexOf(System.String)">
  899. <summary>搜尋指定的字串,並傳回在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中第一個符合項目之以零起始的索引。</summary>
  900. <returns>如果在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中找到的話,則為 <paramref name="value" /> 的第一個符合項目之以零起始的索引,否則為 -1。</returns>
  901. <param name="value">要尋找的字串。此值可以是 null。</param>
  902. </member>
  903. <member name="M:System.Collections.Specialized.StringCollection.Insert(System.Int32,System.String)">
  904. <summary>將字串插入至指定索引位置的 <see cref="T:System.Collections.Specialized.StringCollection" />。</summary>
  905. <param name="index">要插入 <paramref name="value" /> 處之以零起始的索引。</param>
  906. <param name="value">要插入的字串。此值可以是 null。</param>
  907. <exception cref="T:System.ArgumentOutOfRangeException">
  908. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 大於 <see cref="P:System.Collections.Specialized.StringCollection.Count" />。</exception>
  909. </member>
  910. <member name="P:System.Collections.Specialized.StringCollection.IsReadOnly">
  911. <summary>取得值,指出 <see cref="T:System.Collections.Specialized.StringCollection" /> 是否唯讀。</summary>
  912. <returns>這個屬性永遠傳回 false。</returns>
  913. </member>
  914. <member name="P:System.Collections.Specialized.StringCollection.IsSynchronized">
  915. <summary>取得值,這個值表示對 <see cref="T:System.Collections.Specialized.StringCollection" /> 的存取是否同步 (安全執行緒)。</summary>
  916. <returns>這個屬性永遠傳回 false。</returns>
  917. </member>
  918. <member name="P:System.Collections.Specialized.StringCollection.Item(System.Int32)">
  919. <summary>取得或設定指定之索引處的項目。</summary>
  920. <returns>在指定之索引處的項目。</returns>
  921. <param name="index">要取得或設定的項目之以零起始的索引。</param>
  922. <exception cref="T:System.ArgumentOutOfRangeException">
  923. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 等於或大於 <see cref="P:System.Collections.Specialized.StringCollection.Count" />。</exception>
  924. </member>
  925. <member name="M:System.Collections.Specialized.StringCollection.Remove(System.String)">
  926. <summary>從 <see cref="T:System.Collections.Specialized.StringCollection" /> 移除特定字串的第一個符合項目。</summary>
  927. <param name="value">要從 <see cref="T:System.Collections.Specialized.StringCollection" /> 移除的字串。此值可以是 null。</param>
  928. </member>
  929. <member name="M:System.Collections.Specialized.StringCollection.RemoveAt(System.Int32)">
  930. <summary>移除 <see cref="T:System.Collections.Specialized.StringCollection" /> 的指定索引處的字串。</summary>
  931. <param name="index">要移除的字串之以零起始的索引。</param>
  932. <exception cref="T:System.ArgumentOutOfRangeException">
  933. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 等於或大於 <see cref="P:System.Collections.Specialized.StringCollection.Count" />。</exception>
  934. </member>
  935. <member name="P:System.Collections.Specialized.StringCollection.SyncRoot">
  936. <summary>取得可用來同步存取 <see cref="T:System.Collections.Specialized.StringCollection" /> 的物件。</summary>
  937. <returns>可用來同步存取 <see cref="T:System.Collections.Specialized.StringCollection" /> 的物件。</returns>
  938. </member>
  939. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  940. <summary>從目標陣列的指定索引開始,複製整個 <see cref="T:System.Collections.Specialized.StringCollection" /> 至相容的一維 <see cref="T:System.Array" />。</summary>
  941. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.Specialized.StringCollection" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  942. <param name="index">
  943. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。</param>
  944. <exception cref="T:System.ArgumentNullException">
  945. <paramref name="array" /> 為 null。</exception>
  946. <exception cref="T:System.ArgumentOutOfRangeException">
  947. <paramref name="index" /> 小於零。</exception>
  948. <exception cref="T:System.ArgumentException">
  949. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.Specialized.StringCollection" /> 元素的數量大於從 <paramref name="index" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  950. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.Specialized.StringCollection" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  951. </member>
  952. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IEnumerable#GetEnumerator">
  953. <summary>傳回逐一查看 <see cref="T:System.Collections.Specialized.StringCollection" /> 的 <see cref="T:System.Collections.IEnumerator" />。</summary>
  954. <returns>
  955. <see cref="T:System.Collections.Specialized.StringCollection" /> 的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  956. </member>
  957. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Add(System.Object)">
  958. <summary>將物件加入至 <see cref="T:System.Collections.Specialized.StringCollection" /> 的結尾。</summary>
  959. <returns>已加入 <paramref name="value" /> 的 <see cref="T:System.Collections.Specialized.StringCollection" /> 索引。</returns>
  960. <param name="value">加入至 <see cref="T:System.Collections.Specialized.StringCollection" /> 結尾的 <see cref="T:System.Object" />。此值可以是 null。</param>
  961. <exception cref="T:System.NotSupportedException">
  962. <see cref="T:System.Collections.Specialized.StringCollection" /> 是唯讀的。-或-<see cref="T:System.Collections.Specialized.StringCollection" /> 具有固定的大小。</exception>
  963. </member>
  964. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Contains(System.Object)">
  965. <summary>判斷某元素是否在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中。</summary>
  966. <returns>如果在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中找到 <paramref name="value" />,則為 true,否則為 false。</returns>
  967. <param name="value">要在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  968. </member>
  969. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#IndexOf(System.Object)">
  970. <summary>搜尋指定的 <see cref="T:System.Object" />,並傳回在整個 <see cref="T:System.Collections.Specialized.StringCollection" /> 中第一個符合元素之以零起始的索引。</summary>
  971. <returns>整個 <see cref="T:System.Collections.Specialized.StringCollection" /> 中 <paramref name="value" /> 第一次出現之以零起始的索引 (如果找得到的話),否則為 -1。</returns>
  972. <param name="value">要在 <see cref="T:System.Collections.Specialized.StringCollection" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  973. </member>
  974. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
  975. <summary>將項目插入 <see cref="T:System.Collections.Specialized.StringCollection" /> 中指定的索引處。</summary>
  976. <param name="index">應該插入 <paramref name="value" /> 之以零起始的索引。</param>
  977. <param name="value">要插入的 <see cref="T:System.Object" />。此值可以是 null。</param>
  978. <exception cref="T:System.ArgumentOutOfRangeException">
  979. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 大於 <see cref="P:System.Collections.Specialized.StringCollection.Count" />。</exception>
  980. <exception cref="T:System.NotSupportedException">
  981. <see cref="T:System.Collections.Specialized.StringCollection" /> 是唯讀的。-或-<see cref="T:System.Collections.Specialized.StringCollection" /> 具有固定的大小。</exception>
  982. </member>
  983. <member name="P:System.Collections.Specialized.StringCollection.System#Collections#IList#IsFixedSize">
  984. <summary>取得代表 <see cref="T:System.Collections.Specialized.StringCollection" /> 物件是否具有固定大小的值。</summary>
  985. <returns>如果 <see cref="T:System.Collections.Specialized.StringCollection" /> 物件有固定大小,則為 true,否則為 false。預設為 false。</returns>
  986. </member>
  987. <member name="P:System.Collections.Specialized.StringCollection.System#Collections#IList#IsReadOnly">
  988. <summary>取得值,這個值表示 <see cref="T:System.Collections.Specialized.StringCollection" /> 物件是否唯讀。</summary>
  989. <returns>如果 <see cref="T:System.Collections.Specialized.StringCollection" /> 物件是唯讀,則為 true,否則為 false。預設為 false。</returns>
  990. </member>
  991. <member name="P:System.Collections.Specialized.StringCollection.System#Collections#IList#Item(System.Int32)">
  992. <summary>取得或設定指定之索引處的項目。</summary>
  993. <returns>在指定之索引處的項目。</returns>
  994. <param name="index">要取得或設定之以零起始的項目索引。</param>
  995. <exception cref="T:System.ArgumentOutOfRangeException">
  996. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 等於或大於 <see cref="P:System.Collections.Specialized.StringCollection.Count" />。</exception>
  997. </member>
  998. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Remove(System.Object)">
  999. <summary>從 <see cref="T:System.Collections.Specialized.StringCollection" /> 移除特定物件的第一個相符項目。</summary>
  1000. <param name="value">要從 <see cref="T:System.Collections.Specialized.StringCollection" /> 移除的 <see cref="T:System.Object" />。此值可以是 null。</param>
  1001. <exception cref="T:System.NotSupportedException">
  1002. <see cref="T:System.Collections.Specialized.StringCollection" /> 是唯讀的。-或-<see cref="T:System.Collections.Specialized.StringCollection" /> 具有固定的大小。</exception>
  1003. </member>
  1004. <member name="T:System.Collections.Specialized.StringDictionary">
  1005. <summary>使用強類型索引鍵和值,將雜湊資料表實作為字串,而非物件。</summary>
  1006. </member>
  1007. <member name="M:System.Collections.Specialized.StringDictionary.#ctor">
  1008. <summary>初始化 <see cref="T:System.Collections.Specialized.StringDictionary" /> 類別的新執行個體。</summary>
  1009. </member>
  1010. <member name="M:System.Collections.Specialized.StringDictionary.Add(System.String,System.String)">
  1011. <summary>將有指定索引鍵和數值的項目加入 <see cref="T:System.Collections.Specialized.StringDictionary" />。</summary>
  1012. <param name="key">要加入的項目索引鍵。</param>
  1013. <param name="value">要加入的項目值。此值可以是 null。</param>
  1014. <exception cref="T:System.ArgumentNullException">
  1015. <paramref name="key" /> is null. </exception>
  1016. <exception cref="T:System.ArgumentException">An entry with the same key already exists in the <see cref="T:System.Collections.Specialized.StringDictionary" />. </exception>
  1017. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary" /> is read-only. </exception>
  1018. </member>
  1019. <member name="M:System.Collections.Specialized.StringDictionary.Clear">
  1020. <summary>從 <see cref="T:System.Collections.Specialized.StringDictionary" /> 移除所有項目。</summary>
  1021. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary" /> is read-only. </exception>
  1022. </member>
  1023. <member name="M:System.Collections.Specialized.StringDictionary.ContainsKey(System.String)">
  1024. <summary>判斷 <see cref="T:System.Collections.Specialized.StringDictionary" /> 是否包含特定索引鍵。</summary>
  1025. <returns>如果 <see cref="T:System.Collections.Specialized.StringDictionary" /> 包含的項目具有指定索引鍵,則為 true,否則為 false。</returns>
  1026. <param name="key">要在 <see cref="T:System.Collections.Specialized.StringDictionary" /> 中尋找的索引鍵。 </param>
  1027. <exception cref="T:System.ArgumentNullException">The key is null. </exception>
  1028. </member>
  1029. <member name="M:System.Collections.Specialized.StringDictionary.ContainsValue(System.String)">
  1030. <summary>判斷 <see cref="T:System.Collections.Specialized.StringDictionary" /> 是否包含特定值。</summary>
  1031. <returns>如果 <see cref="T:System.Collections.Specialized.StringDictionary" /> 包含具有指定值的項目,則為 true,否則為 false。</returns>
  1032. <param name="value">要在 <see cref="T:System.Collections.Specialized.StringDictionary" /> 中尋找的值。此值可以是 null。</param>
  1033. </member>
  1034. <member name="M:System.Collections.Specialized.StringDictionary.CopyTo(System.Array,System.Int32)">
  1035. <summary>將字串字典值複製至在指定索引處的一維 <see cref="T:System.Array" /> 執行個體。</summary>
  1036. <param name="array">為值 (從 <see cref="T:System.Collections.Specialized.StringDictionary" /> 複製) 之目的端的一維 <see cref="T:System.Array" />。</param>
  1037. <param name="index">在複製開始的所在陣列中的索引。</param>
  1038. <exception cref="T:System.ArgumentException">
  1039. <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>
  1040. <exception cref="T:System.ArgumentNullException">
  1041. <paramref name="array" /> is null. </exception>
  1042. <exception cref="T:System.ArgumentOutOfRangeException">
  1043. <paramref name="index" /> is less than the lower bound of <paramref name="array" />. </exception>
  1044. </member>
  1045. <member name="P:System.Collections.Specialized.StringDictionary.Count">
  1046. <summary>取得 <see cref="T:System.Collections.Specialized.StringDictionary" /> 中的索引鍵/值組配對的數目。</summary>
  1047. <returns>
  1048. <see cref="T:System.Collections.Specialized.StringDictionary" /> 中的索引鍵/值組配對的數目。擷取這個屬性的值是一種 O(1) 運算。</returns>
  1049. </member>
  1050. <member name="M:System.Collections.Specialized.StringDictionary.GetEnumerator">
  1051. <summary>傳回可對字串字典內容逐一查看的列舉程式。</summary>
  1052. <returns>可逐一查看字串字典內容的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  1053. </member>
  1054. <member name="P:System.Collections.Specialized.StringDictionary.IsSynchronized">
  1055. <summary>取得值,這個值表示對 <see cref="T:System.Collections.Specialized.StringDictionary" /> 的存取是否同步 (安全執行緒)。</summary>
  1056. <returns>如果對 <see cref="T:System.Collections.Specialized.StringDictionary" /> 的存取已進行同步化 (安全執行緒),則為 true,否則為 false。</returns>
  1057. </member>
  1058. <member name="P:System.Collections.Specialized.StringDictionary.Item(System.String)">
  1059. <summary>取得或設定與指定之索引鍵相關聯的值。</summary>
  1060. <returns>與指定之索引鍵關聯的值。如果找不到指定的索引鍵,則 Get 會傳回 null,而 Set 會使用指定的索引鍵建立新的項目。</returns>
  1061. <param name="key">索引鍵,要讀取或設定其值。</param>
  1062. <exception cref="T:System.ArgumentNullException">
  1063. <paramref name="key" /> is null.</exception>
  1064. </member>
  1065. <member name="P:System.Collections.Specialized.StringDictionary.Keys">
  1066. <summary>取得 <see cref="T:System.Collections.Specialized.StringDictionary" /> 中的索引鍵集合。</summary>
  1067. <returns>在 <see cref="T:System.Collections.Specialized.StringDictionary" /> 中提供索引鍵的 <see cref="T:System.Collections.ICollection" />。</returns>
  1068. </member>
  1069. <member name="M:System.Collections.Specialized.StringDictionary.Remove(System.String)">
  1070. <summary>將具有指定索引鍵的項目從字串字典移除。</summary>
  1071. <param name="key">要移除的項目的索引鍵。</param>
  1072. <exception cref="T:System.ArgumentNullException">The key is null. </exception>
  1073. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary" /> is read-only. </exception>
  1074. </member>
  1075. <member name="P:System.Collections.Specialized.StringDictionary.SyncRoot">
  1076. <summary>取得可用以同步存取 <see cref="T:System.Collections.Specialized.StringDictionary" /> 的物件。</summary>
  1077. <returns>
  1078. <see cref="T:System.Object" />,可用來對 <see cref="T:System.Collections.Specialized.StringDictionary" /> 進行同步存取。</returns>
  1079. </member>
  1080. <member name="P:System.Collections.Specialized.StringDictionary.Values">
  1081. <summary>取得 <see cref="T:System.Collections.Specialized.StringDictionary" /> 中的值集合。</summary>
  1082. <returns>在 <see cref="T:System.Collections.Specialized.StringDictionary" /> 中提供值的 <see cref="T:System.Collections.ICollection" />。</returns>
  1083. </member>
  1084. <member name="T:System.Collections.Specialized.StringEnumerator">
  1085. <summary>支援在 <see cref="T:System.Collections.Specialized.StringCollection" /> 上的簡易反覆運算。</summary>
  1086. </member>
  1087. <member name="P:System.Collections.Specialized.StringEnumerator.Current">
  1088. <summary>取得集合中目前的項目。</summary>
  1089. <returns>集合中目前的項目。</returns>
  1090. <exception cref="T:System.InvalidOperationException">列舉值位於集合的第一個項目之前,或最後一個項目之後。</exception>
  1091. </member>
  1092. <member name="M:System.Collections.Specialized.StringEnumerator.MoveNext">
  1093. <summary>將列舉值往前推至下集合中的下一個項目。</summary>
  1094. <returns>如果列舉值成功地前移至下一個項目,則為 true,如果列舉值已超過集合的結尾,則為 false。</returns>
  1095. <exception cref="T:System.InvalidOperationException">在建立列舉值之後,會修改集合。</exception>
  1096. </member>
  1097. <member name="M:System.Collections.Specialized.StringEnumerator.Reset">
  1098. <summary>設定列舉值至它的初始位置,這是在集合中第一個元素之前。</summary>
  1099. <exception cref="T:System.InvalidOperationException">在建立列舉值之後,會修改集合。</exception>
  1100. </member>
  1101. </members>
  1102. </doc>