System.Collections.NonGeneric.xml 142 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Collections.NonGeneric</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Collections.ArrayList">
  8. <summary>使用大小會視需要動態增加的陣列,實作 <see cref="T:System.Collections.IList" /> 介面。若要瀏覽此類型的 .NET Framework 原始程式碼,請參閱參考來源。</summary>
  9. <filterpriority>1</filterpriority>
  10. </member>
  11. <member name="M:System.Collections.ArrayList.#ctor">
  12. <summary>初始化 <see cref="T:System.Collections.ArrayList" /> 類別的新執行個體,其為空白執行個體且具有預設的初始容量。</summary>
  13. </member>
  14. <member name="M:System.Collections.ArrayList.#ctor(System.Collections.ICollection)">
  15. <summary>初始化 <see cref="T:System.Collections.ArrayList" /> 類別的新執行個體,其含有從指定的集合複製過來的項目且具有與複製項目數一樣的初始容量。</summary>
  16. <param name="c">
  17. <see cref="T:System.Collections.ICollection" />,要將其項目複製至新的清單。</param>
  18. <exception cref="T:System.ArgumentNullException">
  19. <paramref name="c" /> is null. </exception>
  20. </member>
  21. <member name="M:System.Collections.ArrayList.#ctor(System.Int32)">
  22. <summary>為具有指定初始容量且為空的 <see cref="T:System.Collections.ArrayList" /> 類別,初始化新的執行個體。</summary>
  23. <param name="capacity">新清單一開始能夠儲存的項目數目。</param>
  24. <exception cref="T:System.ArgumentOutOfRangeException">
  25. <paramref name="capacity" /> is less than zero. </exception>
  26. </member>
  27. <member name="M:System.Collections.ArrayList.Adapter(System.Collections.IList)">
  28. <summary>建立特定 <see cref="T:System.Collections.IList" /> 的 <see cref="T:System.Collections.ArrayList" /> 包裝函式。</summary>
  29. <returns>在 <see cref="T:System.Collections.IList" /> 周圍的 <see cref="T:System.Collections.ArrayList" /> 包裝函式。</returns>
  30. <param name="list">要包裝的 <see cref="T:System.Collections.IList" />。</param>
  31. <exception cref="T:System.ArgumentNullException">
  32. <paramref name="list" /> is null.</exception>
  33. <filterpriority>2</filterpriority>
  34. </member>
  35. <member name="M:System.Collections.ArrayList.Add(System.Object)">
  36. <summary>將物件加入至 <see cref="T:System.Collections.ArrayList" /> 的結尾。</summary>
  37. <returns>已加入 <paramref name="value" /> 的<see cref="T:System.Collections.ArrayList" />索引。</returns>
  38. <param name="value">要加入至 <see cref="T:System.Collections.ArrayList" /> 結尾的<see cref="T:System.Object" />。此值可以是 null。</param>
  39. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.-or- The <see cref="T:System.Collections.ArrayList" /> has a fixed size. </exception>
  40. <filterpriority>1</filterpriority>
  41. </member>
  42. <member name="M:System.Collections.ArrayList.AddRange(System.Collections.ICollection)">
  43. <summary>將 <see cref="T:System.Collections.ICollection" /> 的項目加入到 <see cref="T:System.Collections.ArrayList" /> 的結尾。</summary>
  44. <param name="c">
  45. <see cref="T:System.Collections.ICollection" />,其項目應加入至 <see cref="T:System.Collections.ArrayList" /> 的結尾。集合本身不能是 null,但它可以包含為 null 的項目。</param>
  46. <exception cref="T:System.ArgumentNullException">
  47. <paramref name="c" /> is null. </exception>
  48. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.-or- The <see cref="T:System.Collections.ArrayList" /> has a fixed size. </exception>
  49. <filterpriority>1</filterpriority>
  50. </member>
  51. <member name="M:System.Collections.ArrayList.BinarySearch(System.Int32,System.Int32,System.Object,System.Collections.IComparer)">
  52. <summary>使用指定的比較子在已經過排序之 <see cref="T:System.Collections.ArrayList" /> 內,搜尋某範圍的項目,並傳回該項目以零為起始的索引。</summary>
  53. <returns>如果找到 <paramref name="value" />,則為排序的 <see cref="T:System.Collections.ArrayList" /> 中 <paramref name="value" /> 之以零為起始的索引,否則為負數,即大於 <paramref name="value" /> 的下一個項目之位元補數,或者,如果沒有更大的項目,則為 <see cref="P:System.Collections.ArrayList.Count" /> 之位元補數。</returns>
  54. <param name="index">要搜尋範圍內之以零為起始的起始索引。</param>
  55. <param name="count">搜尋範圍的長度。</param>
  56. <param name="value">要找出的 <see cref="T:System.Object" />。此值可以是 null。</param>
  57. <param name="comparer">比較項目時所要使用的 <see cref="T:System.Collections.IComparer" /> 實作。-或- 要使用預設比較子的 null 是每個項目的 <see cref="T:System.IComparable" /> 實作。</param>
  58. <exception cref="T:System.ArgumentException">
  59. <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in the <see cref="T:System.Collections.ArrayList" />.-or- <paramref name="comparer" /> is null and neither <paramref name="value" /> nor the elements of <see cref="T:System.Collections.ArrayList" /> implement the <see cref="T:System.IComparable" /> interface. </exception>
  60. <exception cref="T:System.InvalidOperationException">
  61. <paramref name="comparer" /> is null and <paramref name="value" /> is not of the same type as the elements of the <see cref="T:System.Collections.ArrayList" />. </exception>
  62. <exception cref="T:System.ArgumentOutOfRangeException">
  63. <paramref name="index" /> is less than zero.-or- <paramref name="count" /> is less than zero. </exception>
  64. <filterpriority>1</filterpriority>
  65. </member>
  66. <member name="M:System.Collections.ArrayList.BinarySearch(System.Object)">
  67. <summary>使用預設的比較子並傳回項目以零為起始的索引,來搜尋項目之整個排序的 <see cref="T:System.Collections.ArrayList" />。</summary>
  68. <returns>如果找到 <paramref name="value" />,則為排序的 <see cref="T:System.Collections.ArrayList" /> 中 <paramref name="value" /> 之以零為起始的索引,否則為負數,即大於 <paramref name="value" /> 的下一個項目之位元補數,或者,如果沒有更大的項目,則為 <see cref="P:System.Collections.ArrayList.Count" /> 之位元補數。</returns>
  69. <param name="value">要找出的 <see cref="T:System.Object" />。此值可以是 null。</param>
  70. <exception cref="T:System.ArgumentException">Neither <paramref name="value" /> nor the elements of <see cref="T:System.Collections.ArrayList" /> implement the <see cref="T:System.IComparable" /> interface. </exception>
  71. <exception cref="T:System.InvalidOperationException">
  72. <paramref name="value" /> is not of the same type as the elements of the <see cref="T:System.Collections.ArrayList" />. </exception>
  73. <filterpriority>1</filterpriority>
  74. </member>
  75. <member name="M:System.Collections.ArrayList.BinarySearch(System.Object,System.Collections.IComparer)">
  76. <summary>使用指定的比較子並傳回項目以零為起始的索引,來搜尋項目之整個排序的 <see cref="T:System.Collections.ArrayList" />。</summary>
  77. <returns>如果找到 <paramref name="value" />,則為排序的 <see cref="T:System.Collections.ArrayList" /> 中 <paramref name="value" /> 之以零為起始的索引,否則為負數,即大於 <paramref name="value" /> 的下一個項目之位元補數,或者,如果沒有更大的項目,則為 <see cref="P:System.Collections.ArrayList.Count" /> 之位元補數。</returns>
  78. <param name="value">要找出的 <see cref="T:System.Object" />。此值可以是 null。</param>
  79. <param name="comparer">比較項目時所要使用的 <see cref="T:System.Collections.IComparer" /> 實作。-或- 要使用預設比較子的 null 是每個項目的 <see cref="T:System.IComparable" /> 實作。</param>
  80. <exception cref="T:System.ArgumentException">
  81. <paramref name="comparer" /> is null and neither <paramref name="value" /> nor the elements of <see cref="T:System.Collections.ArrayList" /> implement the <see cref="T:System.IComparable" /> interface. </exception>
  82. <exception cref="T:System.InvalidOperationException">
  83. <paramref name="comparer" /> is null and <paramref name="value" /> is not of the same type as the elements of the <see cref="T:System.Collections.ArrayList" />. </exception>
  84. <filterpriority>1</filterpriority>
  85. </member>
  86. <member name="P:System.Collections.ArrayList.Capacity">
  87. <summary>取得或設定 <see cref="T:System.Collections.ArrayList" /> 可包含的項目數目。</summary>
  88. <returns>
  89. <see cref="T:System.Collections.ArrayList" /> 可包含的項目數目。</returns>
  90. <exception cref="T:System.ArgumentOutOfRangeException">
  91. <see cref="P:System.Collections.ArrayList.Capacity" /> is set to a value that is less than <see cref="P:System.Collections.ArrayList.Count" />.</exception>
  92. <exception cref="T:System.OutOfMemoryException">There is not enough memory available on the system.</exception>
  93. <filterpriority>1</filterpriority>
  94. </member>
  95. <member name="M:System.Collections.ArrayList.Clear">
  96. <summary>將所有項目從 <see cref="T:System.Collections.ArrayList" /> 移除。</summary>
  97. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.-or- The <see cref="T:System.Collections.ArrayList" /> has a fixed size. </exception>
  98. <filterpriority>1</filterpriority>
  99. </member>
  100. <member name="M:System.Collections.ArrayList.Clone">
  101. <summary>建立 <see cref="T:System.Collections.ArrayList" /> 的淺層複本 (Shallow Copy)。</summary>
  102. <returns>
  103. <see cref="T:System.Collections.ArrayList" /> 的淺層複本。</returns>
  104. <filterpriority>2</filterpriority>
  105. </member>
  106. <member name="M:System.Collections.ArrayList.Contains(System.Object)">
  107. <summary>判斷某項目是否在 <see cref="T:System.Collections.ArrayList" /> 中。</summary>
  108. <returns>如果在 <see cref="T:System.Collections.ArrayList" /> 中找到 <paramref name="item" />,則為 true,否則為 false。</returns>
  109. <param name="item">要在 <see cref="T:System.Collections.ArrayList" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  110. <filterpriority>1</filterpriority>
  111. </member>
  112. <member name="M:System.Collections.ArrayList.CopyTo(System.Array)">
  113. <summary>將整個 <see cref="T:System.Collections.ArrayList" /> 複製至相容的一維 <see cref="T:System.Array" />,從目標陣列的開頭開始。</summary>
  114. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.ArrayList" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零為起始的索引。</param>
  115. <exception cref="T:System.ArgumentNullException">
  116. <paramref name="array" /> is null. </exception>
  117. <exception cref="T:System.ArgumentException">
  118. <paramref name="array" /> is multidimensional.-or- The number of elements in the source <see cref="T:System.Collections.ArrayList" /> is greater than the number of elements that the destination <paramref name="array" /> can contain. </exception>
  119. <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ArrayList" /> cannot be cast automatically to the type of the destination <paramref name="array" />. </exception>
  120. <filterpriority>2</filterpriority>
  121. </member>
  122. <member name="M:System.Collections.ArrayList.CopyTo(System.Array,System.Int32)">
  123. <summary>從目標陣列的指定索引開始,複製整個 <see cref="T:System.Collections.ArrayList" /> 至相容的一維 <see cref="T:System.Array" />。</summary>
  124. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.ArrayList" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零為起始的索引。</param>
  125. <param name="arrayIndex">
  126. <paramref name="array" /> 中以零為起始的索引,是複製開始的位置。</param>
  127. <exception cref="T:System.ArgumentNullException">
  128. <paramref name="array" /> is null. </exception>
  129. <exception cref="T:System.ArgumentOutOfRangeException">
  130. <paramref name="arrayIndex" /> is less than zero. </exception>
  131. <exception cref="T:System.ArgumentException">
  132. <paramref name="array" /> is multidimensional.-or- The number of elements in the source <see cref="T:System.Collections.ArrayList" /> is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />. </exception>
  133. <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ArrayList" /> cannot be cast automatically to the type of the destination <paramref name="array" />. </exception>
  134. <filterpriority>2</filterpriority>
  135. </member>
  136. <member name="M:System.Collections.ArrayList.CopyTo(System.Int32,System.Array,System.Int32,System.Int32)">
  137. <summary>從目標陣列的指定索引開始,將項目範圍從 <see cref="T:System.Collections.ArrayList" /> 複製至相容的一維 <see cref="T:System.Array" />。</summary>
  138. <param name="index">來源 <see cref="T:System.Collections.ArrayList" /> 中以零為起始的索引,位於複製開始的位置。</param>
  139. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.ArrayList" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零為起始的索引。</param>
  140. <param name="arrayIndex">
  141. <paramref name="array" /> 中以零為起始的索引,是複製開始的位置。</param>
  142. <param name="count">要複製的項目數目。</param>
  143. <exception cref="T:System.ArgumentNullException">
  144. <paramref name="array" /> is null. </exception>
  145. <exception cref="T:System.ArgumentOutOfRangeException">
  146. <paramref name="index" /> is less than zero.-or- <paramref name="arrayIndex" /> is less than zero.-or- <paramref name="count" /> is less than zero. </exception>
  147. <exception cref="T:System.ArgumentException">
  148. <paramref name="array" /> is multidimensional.-or- <paramref name="index" /> is equal to or greater than the <see cref="P:System.Collections.ArrayList.Count" /> of the source <see cref="T:System.Collections.ArrayList" />.-or- The number of elements from <paramref name="index" /> to the end of the source <see cref="T:System.Collections.ArrayList" /> is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />. </exception>
  149. <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ArrayList" /> cannot be cast automatically to the type of the destination <paramref name="array" />. </exception>
  150. <filterpriority>2</filterpriority>
  151. </member>
  152. <member name="P:System.Collections.ArrayList.Count">
  153. <summary>取得 <see cref="T:System.Collections.ArrayList" /> 中實際包含的項目數目。</summary>
  154. <returns>
  155. <see cref="T:System.Collections.ArrayList" /> 中實際包含的項目數目。</returns>
  156. <filterpriority>1</filterpriority>
  157. </member>
  158. <member name="M:System.Collections.ArrayList.FixedSize(System.Collections.ArrayList)">
  159. <summary>傳回具有固定大小的 <see cref="T:System.Collections.ArrayList" /> 包裝函式。</summary>
  160. <returns>具有固定大小的 <see cref="T:System.Collections.ArrayList" /> 包裝函式。</returns>
  161. <param name="list">要包裝的 <see cref="T:System.Collections.ArrayList" />。</param>
  162. <exception cref="T:System.ArgumentNullException">
  163. <paramref name="list" /> is null. </exception>
  164. <filterpriority>2</filterpriority>
  165. </member>
  166. <member name="M:System.Collections.ArrayList.FixedSize(System.Collections.IList)">
  167. <summary>傳回具有固定大小的 <see cref="T:System.Collections.IList" /> 包裝函式。</summary>
  168. <returns>具有固定大小的 <see cref="T:System.Collections.IList" /> 包裝函式。</returns>
  169. <param name="list">要包裝的 <see cref="T:System.Collections.IList" />。</param>
  170. <exception cref="T:System.ArgumentNullException">
  171. <paramref name="list" /> is null. </exception>
  172. <filterpriority>2</filterpriority>
  173. </member>
  174. <member name="M:System.Collections.ArrayList.GetEnumerator">
  175. <summary>傳回整個 <see cref="T:System.Collections.ArrayList" /> 的列舉值。</summary>
  176. <returns>整個 <see cref="T:System.Collections.ArrayList" /> 的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  177. <filterpriority>2</filterpriority>
  178. </member>
  179. <member name="M:System.Collections.ArrayList.GetEnumerator(System.Int32,System.Int32)">
  180. <summary>傳回適用於 <see cref="T:System.Collections.ArrayList" /> 中某段範圍項目的列舉程式。</summary>
  181. <returns>適用於 <see cref="T:System.Collections.ArrayList" /> 中某段範圍項目的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  182. <param name="index">列舉程式應參考之 <see cref="T:System.Collections.ArrayList" /> 區段以零為起始的起始索引。</param>
  183. <param name="count">列舉程式應參考之 <see cref="T:System.Collections.ArrayList" /> 區段中的項目數。</param>
  184. <exception cref="T:System.ArgumentOutOfRangeException">
  185. <paramref name="index" /> is less than zero.-or- <paramref name="count" /> is less than zero. </exception>
  186. <exception cref="T:System.ArgumentException">
  187. <paramref name="index" /> and <paramref name="count" /> do not specify a valid range in the <see cref="T:System.Collections.ArrayList" />. </exception>
  188. <filterpriority>2</filterpriority>
  189. </member>
  190. <member name="M:System.Collections.ArrayList.GetRange(System.Int32,System.Int32)">
  191. <summary>傳回 <see cref="T:System.Collections.ArrayList" />,其表示在來源 <see cref="T:System.Collections.ArrayList" /> 中項目的子集。</summary>
  192. <returns>
  193. <see cref="T:System.Collections.ArrayList" />,其表示在來源 <see cref="T:System.Collections.ArrayList" /> 中項目的子集。</returns>
  194. <param name="index">範圍起始處之以零為起始的 <see cref="T:System.Collections.ArrayList" /> 索引。</param>
  195. <param name="count">範圍中的項目數。</param>
  196. <exception cref="T:System.ArgumentOutOfRangeException">
  197. <paramref name="index" /> is less than zero.-or- <paramref name="count" /> is less than zero. </exception>
  198. <exception cref="T:System.ArgumentException">
  199. <paramref name="index" /> and <paramref name="count" /> do not denote a valid range of elements in the <see cref="T:System.Collections.ArrayList" />. </exception>
  200. <filterpriority>2</filterpriority>
  201. </member>
  202. <member name="M:System.Collections.ArrayList.IndexOf(System.Object)">
  203. <summary>搜尋指定的 <see cref="T:System.Object" />,並傳回在整個 <see cref="T:System.Collections.ArrayList" /> 中第一個符合項目之以零為起始的索引。</summary>
  204. <returns>整個 <see cref="T:System.Collections.ArrayList" /> 中第一個出現 <paramref name="value" /> 之以零為起始的索引 (如有找到),如未找到則為 -1。</returns>
  205. <param name="value">要在 <see cref="T:System.Collections.ArrayList" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  206. <filterpriority>1</filterpriority>
  207. </member>
  208. <member name="M:System.Collections.ArrayList.IndexOf(System.Object,System.Int32)">
  209. <summary>在 <see cref="T:System.Collections.ArrayList" /> 中從指定的索引開始到最後一個項目這段範圍內,搜尋指定的 <see cref="T:System.Object" /> 第一次出現的位置,並傳回其索引值 (從零開始起算)。</summary>
  210. <returns>在 <see cref="T:System.Collections.ArrayList" /> 中從 <paramref name="startIndex" /> 開始到最後一個項目的範圍內,第一次出現 <paramref name="value" /> 的位置之以零為起始的索引 (如有找到),如未找到則為 -1。</returns>
  211. <param name="value">要在 <see cref="T:System.Collections.ArrayList" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  212. <param name="startIndex">搜尋之以零為起始的起始索引。0 (零) 在空白清單中有效。</param>
  213. <exception cref="T:System.ArgumentOutOfRangeException">
  214. <paramref name="startIndex" /> is outside the range of valid indexes for the <see cref="T:System.Collections.ArrayList" />. </exception>
  215. <filterpriority>1</filterpriority>
  216. </member>
  217. <member name="M:System.Collections.ArrayList.IndexOf(System.Object,System.Int32,System.Int32)">
  218. <summary>在 <see cref="T:System.Collections.ArrayList" /> 中從指定索引開始且包含指定個數項目的範圍內,搜尋指定的 <see cref="T:System.Object" /> 第一次出現的位置,並傳回其索引值 (從零開始起算)。</summary>
  219. <returns>在 <see cref="T:System.Collections.ArrayList" /> 中從 <paramref name="startIndex" /> 開始且包含 <paramref name="count" /> 個項目的範圍內,第一次出現 <paramref name="value" /> 之以零為起始的索引,如未找到則為 -1。</returns>
  220. <param name="value">要在 <see cref="T:System.Collections.ArrayList" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  221. <param name="startIndex">搜尋之以零為起始的起始索引。0 (零) 在空白清單中有效。</param>
  222. <param name="count">區段中要搜尋的項目數目。</param>
  223. <exception cref="T:System.ArgumentOutOfRangeException">
  224. <paramref name="startIndex" /> is outside the range of valid indexes for the <see cref="T:System.Collections.ArrayList" />.-or- <paramref name="count" /> is less than zero.-or- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in the <see cref="T:System.Collections.ArrayList" />. </exception>
  225. <filterpriority>1</filterpriority>
  226. </member>
  227. <member name="M:System.Collections.ArrayList.Insert(System.Int32,System.Object)">
  228. <summary>將項目插入 <see cref="T:System.Collections.ArrayList" /> 中指定的索引處。</summary>
  229. <param name="index">應插入 <paramref name="value" /> 之以零為起始的索引。</param>
  230. <param name="value">要插入的 <see cref="T:System.Object" />。此值可以是 null。</param>
  231. <exception cref="T:System.ArgumentOutOfRangeException">
  232. <paramref name="index" /> is less than zero.-or- <paramref name="index" /> is greater than <see cref="P:System.Collections.ArrayList.Count" />. </exception>
  233. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.-or- The <see cref="T:System.Collections.ArrayList" /> has a fixed size. </exception>
  234. <filterpriority>1</filterpriority>
  235. </member>
  236. <member name="M:System.Collections.ArrayList.InsertRange(System.Int32,System.Collections.ICollection)">
  237. <summary>將集合的項目插入位於指定索引的 <see cref="T:System.Collections.ArrayList" /> 中。</summary>
  238. <param name="index">應插入新項目處的以零為起始的索引。</param>
  239. <param name="c">
  240. <see cref="T:System.Collections.ICollection" />,其項目應插入 <see cref="T:System.Collections.ArrayList" />。集合本身不能是 null,但它可以包含為 null 的項目。</param>
  241. <exception cref="T:System.ArgumentNullException">
  242. <paramref name="c" /> is null. </exception>
  243. <exception cref="T:System.ArgumentOutOfRangeException">
  244. <paramref name="index" /> is less than zero.-or- <paramref name="index" /> is greater than <see cref="P:System.Collections.ArrayList.Count" />. </exception>
  245. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.-or- The <see cref="T:System.Collections.ArrayList" /> has a fixed size. </exception>
  246. <filterpriority>2</filterpriority>
  247. </member>
  248. <member name="P:System.Collections.ArrayList.IsFixedSize">
  249. <summary>取得值,指出 <see cref="T:System.Collections.ArrayList" /> 是否有固定的大小。</summary>
  250. <returns>如果 <see cref="T:System.Collections.ArrayList" /> 有固定大小,則為 true,否則為 false。預設值為 false。</returns>
  251. <filterpriority>2</filterpriority>
  252. </member>
  253. <member name="P:System.Collections.ArrayList.IsReadOnly">
  254. <summary>取得值,指出 <see cref="T:System.Collections.ArrayList" /> 是否唯讀。</summary>
  255. <returns>如果 <see cref="T:System.Collections.ArrayList" /> 為唯讀,則為 true,否則為 false。預設值為 false。</returns>
  256. <filterpriority>2</filterpriority>
  257. </member>
  258. <member name="P:System.Collections.ArrayList.IsSynchronized">
  259. <summary>取得值,這個值表示對 <see cref="T:System.Collections.ArrayList" /> 的存取是否同步 (安全執行緒)。</summary>
  260. <returns>如果對 <see cref="T:System.Collections.ArrayList" /> 的存取為同步 (安全執行緒),則為 true,否則為 false。預設值為 false。</returns>
  261. <filterpriority>2</filterpriority>
  262. </member>
  263. <member name="P:System.Collections.ArrayList.Item(System.Int32)">
  264. <summary>在指定的索引位置上取得或設定項目。</summary>
  265. <returns>在指定索引上的項目。</returns>
  266. <param name="index">要取得或設定之以零為起始的項目索引。</param>
  267. <exception cref="T:System.ArgumentOutOfRangeException">
  268. <paramref name="index" /> is less than zero.-or- <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ArrayList.Count" />. </exception>
  269. <filterpriority>1</filterpriority>
  270. </member>
  271. <member name="M:System.Collections.ArrayList.LastIndexOf(System.Object)">
  272. <summary>搜尋指定的 <see cref="T:System.Object" />,並傳回在整個 <see cref="T:System.Collections.ArrayList" /> 中最後一個符合項目之以零為起始的索引。</summary>
  273. <returns>如果找到的話,則為整個 <see cref="T:System.Collections.ArrayList" /> 中最後一次出現 <paramref name="value" /> 之以零為起始的索引 (如有找到),如未找到則為 -1。</returns>
  274. <param name="value">要在 <see cref="T:System.Collections.ArrayList" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  275. <filterpriority>2</filterpriority>
  276. </member>
  277. <member name="M:System.Collections.ArrayList.LastIndexOf(System.Object,System.Int32)">
  278. <summary>在 <see cref="T:System.Collections.ArrayList" /> 中從第一個項目開始到指定的索引這段範圍內,搜尋指定的 <see cref="T:System.Object" /> 最後一次出現的位置,並傳回其索引值 (從零開始起算)。</summary>
  279. <returns>在 <see cref="T:System.Collections.ArrayList" /> 中從第一個項目開始到 <paramref name="startIndex" /> 這段範圍內,如果有找到指定的 <paramref name="value" /> 最後一次出現的位置,則為該位置以零為起始的索引,如未找到則為 -1。</returns>
  280. <param name="value">要在 <see cref="T:System.Collections.ArrayList" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  281. <param name="startIndex">向後搜尋之以零為起始的起始索引。</param>
  282. <exception cref="T:System.ArgumentOutOfRangeException">
  283. <paramref name="startIndex" /> is outside the range of valid indexes for the <see cref="T:System.Collections.ArrayList" />. </exception>
  284. <filterpriority>2</filterpriority>
  285. </member>
  286. <member name="M:System.Collections.ArrayList.LastIndexOf(System.Object,System.Int32,System.Int32)">
  287. <summary>在 <see cref="T:System.Collections.ArrayList" /> 中包含指定個數項目且結尾位於指定索引的範圍內,搜尋指定的 <see cref="T:System.Object" /> 最後一次出現的位置,並傳回其索引值 (從零開始起算)。</summary>
  288. <returns>在 <see cref="T:System.Collections.ArrayList" /> 中含有 <paramref name="count" /> 個項目且結尾位置為 <paramref name="startIndex" /> 的範圍內,如果有找到指定的 <paramref name="value" /> 最後一次出現的位置,則為該位置的索引 (從零開始起算),否則為 -1。</returns>
  289. <param name="value">要在 <see cref="T:System.Collections.ArrayList" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  290. <param name="startIndex">向後搜尋之以零為起始的起始索引。</param>
  291. <param name="count">區段中要搜尋的項目數目。</param>
  292. <exception cref="T:System.ArgumentOutOfRangeException">
  293. <paramref name="startIndex" /> is outside the range of valid indexes for the <see cref="T:System.Collections.ArrayList" />.-or- <paramref name="count" /> is less than zero.-or- <paramref name="startIndex" /> and <paramref name="count" /> do not specify a valid section in the <see cref="T:System.Collections.ArrayList" />. </exception>
  294. <filterpriority>2</filterpriority>
  295. </member>
  296. <member name="M:System.Collections.ArrayList.ReadOnly(System.Collections.ArrayList)">
  297. <summary>傳回唯讀的 <see cref="T:System.Collections.ArrayList" /> 包裝函式。</summary>
  298. <returns>
  299. <paramref name="list" /> 的唯讀 <see cref="T:System.Collections.ArrayList" /> 包裝函式。</returns>
  300. <param name="list">要包裝的 <see cref="T:System.Collections.ArrayList" />。</param>
  301. <exception cref="T:System.ArgumentNullException">
  302. <paramref name="list" /> is null. </exception>
  303. <filterpriority>2</filterpriority>
  304. </member>
  305. <member name="M:System.Collections.ArrayList.ReadOnly(System.Collections.IList)">
  306. <summary>傳回唯讀的 <see cref="T:System.Collections.IList" /> 包裝函式。</summary>
  307. <returns>
  308. <paramref name="list" /> 的唯讀 <see cref="T:System.Collections.IList" /> 包裝函式。</returns>
  309. <param name="list">要包裝的 <see cref="T:System.Collections.IList" />。</param>
  310. <exception cref="T:System.ArgumentNullException">
  311. <paramref name="list" /> is null. </exception>
  312. <filterpriority>2</filterpriority>
  313. </member>
  314. <member name="M:System.Collections.ArrayList.Remove(System.Object)">
  315. <summary>從 <see cref="T:System.Collections.ArrayList" /> 移除特定物件的第一個相符項目。</summary>
  316. <param name="obj">要從 <see cref="T:System.Collections.ArrayList" /> 移除的 <see cref="T:System.Object" />。此值可以是 null。</param>
  317. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.-or- The <see cref="T:System.Collections.ArrayList" /> has a fixed size. </exception>
  318. <filterpriority>1</filterpriority>
  319. </member>
  320. <member name="M:System.Collections.ArrayList.RemoveAt(System.Int32)">
  321. <summary>移除 <see cref="T:System.Collections.ArrayList" /> 中指定之索引處的項目。</summary>
  322. <param name="index">移除項目之以零為起始的索引。</param>
  323. <exception cref="T:System.ArgumentOutOfRangeException">
  324. <paramref name="index" /> is less than zero.-or- <paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.ArrayList.Count" />. </exception>
  325. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.-or- The <see cref="T:System.Collections.ArrayList" /> has a fixed size. </exception>
  326. <filterpriority>1</filterpriority>
  327. </member>
  328. <member name="M:System.Collections.ArrayList.RemoveRange(System.Int32,System.Int32)">
  329. <summary>從 <see cref="T:System.Collections.ArrayList" /> 移除的項目範圍。</summary>
  330. <param name="index">要移除之項目範圍內之以零為起始的起始索引。</param>
  331. <param name="count">要移除的項目數目。</param>
  332. <exception cref="T:System.ArgumentOutOfRangeException">
  333. <paramref name="index" /> is less than zero.-or- <paramref name="count" /> is less than zero. </exception>
  334. <exception cref="T:System.ArgumentException">
  335. <paramref name="index" /> and <paramref name="count" /> do not denote a valid range of elements in the <see cref="T:System.Collections.ArrayList" />. </exception>
  336. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.-or- The <see cref="T:System.Collections.ArrayList" /> has a fixed size. </exception>
  337. <filterpriority>2</filterpriority>
  338. </member>
  339. <member name="M:System.Collections.ArrayList.Repeat(System.Object,System.Int32)">
  340. <summary>傳回 <see cref="T:System.Collections.ArrayList" />,其項目是指定值的複本。</summary>
  341. <returns>具有 <paramref name="count" /> 項目數目之 <see cref="T:System.Collections.ArrayList" />,其所有皆為 <paramref name="value" /> 的複本。</returns>
  342. <param name="value">要多次複製到新 <see cref="T:System.Collections.ArrayList" /> 的 <see cref="T:System.Object" />。此值可以是 null。</param>
  343. <param name="count">應複製 <paramref name="value" /> 的次數。</param>
  344. <exception cref="T:System.ArgumentOutOfRangeException">
  345. <paramref name="count" /> is less than zero. </exception>
  346. <filterpriority>2</filterpriority>
  347. </member>
  348. <member name="M:System.Collections.ArrayList.Reverse">
  349. <summary>反轉整個 <see cref="T:System.Collections.ArrayList" /> 中項目的順序。</summary>
  350. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only. </exception>
  351. <filterpriority>2</filterpriority>
  352. </member>
  353. <member name="M:System.Collections.ArrayList.Reverse(System.Int32,System.Int32)">
  354. <summary>反向指定範圍中項目的順序。</summary>
  355. <param name="index">要反向範圍內之以零為起始的起始索引。</param>
  356. <param name="count">要反向範圍中的項目數。</param>
  357. <exception cref="T:System.ArgumentOutOfRangeException">
  358. <paramref name="index" /> is less than zero.-or- <paramref name="count" /> is less than zero. </exception>
  359. <exception cref="T:System.ArgumentException">
  360. <paramref name="index" /> and <paramref name="count" /> do not denote a valid range of elements in the <see cref="T:System.Collections.ArrayList" />. </exception>
  361. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only. </exception>
  362. <filterpriority>2</filterpriority>
  363. </member>
  364. <member name="M:System.Collections.ArrayList.SetRange(System.Int32,System.Collections.ICollection)">
  365. <summary>在 <see cref="T:System.Collections.ArrayList" /> 中項目的範圍內複製集合的項目。</summary>
  366. <param name="index">要開始複製 <paramref name="c" /> 之項目處的以零為起始 <see cref="T:System.Collections.ArrayList" /> 索引。</param>
  367. <param name="c">
  368. <see cref="T:System.Collections.ICollection" />,其項目被複製至 <see cref="T:System.Collections.ArrayList" />。集合本身不能是 null,但它可以包含為 null 的項目。</param>
  369. <exception cref="T:System.ArgumentOutOfRangeException">
  370. <paramref name="index" /> is less than zero.-or- <paramref name="index" /> plus the number of elements in <paramref name="c" /> is greater than <see cref="P:System.Collections.ArrayList.Count" />. </exception>
  371. <exception cref="T:System.ArgumentNullException">
  372. <paramref name="c" /> is null. </exception>
  373. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only. </exception>
  374. <filterpriority>2</filterpriority>
  375. </member>
  376. <member name="M:System.Collections.ArrayList.Sort">
  377. <summary>排序整個 <see cref="T:System.Collections.ArrayList" /> 中的項目。</summary>
  378. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only. </exception>
  379. <filterpriority>1</filterpriority>
  380. </member>
  381. <member name="M:System.Collections.ArrayList.Sort(System.Collections.IComparer)">
  382. <summary>使用指定的比較子來排序在整個 <see cref="T:System.Collections.ArrayList" /> 中的項目。</summary>
  383. <param name="comparer">比較項目時所要使用的 <see cref="T:System.Collections.IComparer" /> 實作。-或-null 參考 (在 Visual Basic 中為 Nothing),表示要使用每個項目的 <see cref="T:System.IComparable" /> 實作。</param>
  384. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only. </exception>
  385. <exception cref="T:System.InvalidOperationException">An error occurred while comparing two elements.</exception>
  386. <exception cref="T:System.ArgumentException">null is passed for <paramref name="comparer" />, and the elements in the list do not implement <see cref="T:System.IComparable" />.</exception>
  387. <filterpriority>1</filterpriority>
  388. </member>
  389. <member name="M:System.Collections.ArrayList.Sort(System.Int32,System.Int32,System.Collections.IComparer)">
  390. <summary>使用指定的比較子對 <see cref="T:System.Collections.ArrayList" /> 中某段範圍內的項目進行排序。</summary>
  391. <param name="index">要排序範圍內之以零為起始的起始索引。</param>
  392. <param name="count">要排序的範圍長度。</param>
  393. <param name="comparer">比較項目時所要使用的 <see cref="T:System.Collections.IComparer" /> 實作。-或-null 參考 (在 Visual Basic 中為 Nothing),表示要使用每個項目的 <see cref="T:System.IComparable" /> 實作。</param>
  394. <exception cref="T:System.ArgumentOutOfRangeException">
  395. <paramref name="index" /> is less than zero.-or- <paramref name="count" /> is less than zero. </exception>
  396. <exception cref="T:System.ArgumentException">
  397. <paramref name="index" /> and <paramref name="count" /> do not specify a valid range in the <see cref="T:System.Collections.ArrayList" />. </exception>
  398. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only. </exception>
  399. <exception cref="T:System.InvalidOperationException">An error occurred while comparing two elements.</exception>
  400. <filterpriority>1</filterpriority>
  401. </member>
  402. <member name="M:System.Collections.ArrayList.Synchronized(System.Collections.ArrayList)">
  403. <summary>傳回同步 (安全執行緒) 的 <see cref="T:System.Collections.ArrayList" /> 包裝函式。</summary>
  404. <returns>同步 (安全執行緒) 的 <see cref="T:System.Collections.ArrayList" /> 包裝函式。</returns>
  405. <param name="list">要同步處理的 <see cref="T:System.Collections.ArrayList" />。</param>
  406. <exception cref="T:System.ArgumentNullException">
  407. <paramref name="list" /> is null. </exception>
  408. <filterpriority>2</filterpriority>
  409. </member>
  410. <member name="M:System.Collections.ArrayList.Synchronized(System.Collections.IList)">
  411. <summary>傳回同步 (安全執行緒) 的 <see cref="T:System.Collections.IList" /> 包裝函式。</summary>
  412. <returns>同步 (安全執行緒) 的 <see cref="T:System.Collections.IList" /> 包裝函式。</returns>
  413. <param name="list">要同步處理的 <see cref="T:System.Collections.IList" />。</param>
  414. <exception cref="T:System.ArgumentNullException">
  415. <paramref name="list" /> is null. </exception>
  416. <filterpriority>2</filterpriority>
  417. </member>
  418. <member name="P:System.Collections.ArrayList.SyncRoot">
  419. <summary>取得可用以同步存取 <see cref="T:System.Collections.ArrayList" /> 的物件。</summary>
  420. <returns>可用以同步存取 <see cref="T:System.Collections.ArrayList" /> 的物件。</returns>
  421. <filterpriority>2</filterpriority>
  422. </member>
  423. <member name="M:System.Collections.ArrayList.ToArray">
  424. <summary>將 <see cref="T:System.Collections.ArrayList" /> 的項目複製到新的 <see cref="T:System.Object" /> 陣列。</summary>
  425. <returns>含有 <see cref="T:System.Collections.ArrayList" /> 的項目複本的 <see cref="T:System.Object" /> 陣列。</returns>
  426. <filterpriority>1</filterpriority>
  427. </member>
  428. <member name="M:System.Collections.ArrayList.ToArray(System.Type)">
  429. <summary>將 <see cref="T:System.Collections.ArrayList" /> 的項目複製到指定項目類型的新陣列。</summary>
  430. <returns>由指定項目類型組成且含有 <see cref="T:System.Collections.ArrayList" /> 項目複本的陣列。</returns>
  431. <param name="type">要建立及複製項目之目的端陣列的項目 <see cref="T:System.Type" />。</param>
  432. <exception cref="T:System.ArgumentNullException">
  433. <paramref name="type" /> is null. </exception>
  434. <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ArrayList" /> cannot be cast automatically to the specified type. </exception>
  435. <filterpriority>1</filterpriority>
  436. </member>
  437. <member name="M:System.Collections.ArrayList.TrimToSize">
  438. <summary>將容量設為 <see cref="T:System.Collections.ArrayList" /> 中的實際項目數目。</summary>
  439. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.ArrayList" /> is read-only.-or- The <see cref="T:System.Collections.ArrayList" /> has a fixed size. </exception>
  440. <filterpriority>2</filterpriority>
  441. </member>
  442. <member name="T:System.Collections.CaseInsensitiveComparer">
  443. <summary>比較兩個物件是否相等,忽略字串的大小寫。</summary>
  444. <filterpriority>2</filterpriority>
  445. </member>
  446. <member name="M:System.Collections.CaseInsensitiveComparer.#ctor">
  447. <summary>使用目前執行緒的 <see cref="P:System.Threading.Thread.CurrentCulture" />,初始化 <see cref="T:System.Collections.CaseInsensitiveComparer" /> 類別的新執行個體。</summary>
  448. </member>
  449. <member name="M:System.Collections.CaseInsensitiveComparer.#ctor(System.Globalization.CultureInfo)">
  450. <summary>使用指定的 <see cref="T:System.Globalization.CultureInfo" /> 來初始化 <see cref="T:System.Collections.CaseInsensitiveComparer" /> 類別的新執行個體。</summary>
  451. <param name="culture">新 <see cref="T:System.Collections.CaseInsensitiveComparer" /> 所使用的 <see cref="T:System.Globalization.CultureInfo" />。</param>
  452. <exception cref="T:System.ArgumentNullException">
  453. <paramref name="culture" /> 為 null。</exception>
  454. </member>
  455. <member name="M:System.Collections.CaseInsensitiveComparer.Compare(System.Object,System.Object)">
  456. <summary>執行兩個相同型別物件的區分大小寫比較,並傳回表示是否某個物件小於、等於或大於另外一方的值。</summary>
  457. <returns>帶正負號的整數,表示 <paramref name="a" /> 和 <paramref name="b" /> 的相對值,如下表所示。值意義小於零忽略大小寫時 <paramref name="a" /> 小於 <paramref name="b" />。Zero忽略大小寫時 <paramref name="a" /> 等於 <paramref name="b" />。大於零忽略大小寫時 <paramref name="a" /> 大於 <paramref name="b" />。</returns>
  458. <param name="a">要比較的第一個物件。</param>
  459. <param name="b">要比較的第二個物件。</param>
  460. <exception cref="T:System.ArgumentException">
  461. <paramref name="a" /> 和 <paramref name="b" /> 都不實作 <see cref="T:System.IComparable" /> 介面。-或-<paramref name="a" /> 和 <paramref name="b" /> 的型別不同。</exception>
  462. <filterpriority>2</filterpriority>
  463. </member>
  464. <member name="P:System.Collections.CaseInsensitiveComparer.Default">
  465. <summary>取得 <see cref="T:System.Collections.CaseInsensitiveComparer" /> 的執行個體,它與目前執行緒的 <see cref="P:System.Threading.Thread.CurrentCulture" /> 相關聯,而且永遠可以使用。</summary>
  466. <returns>
  467. <see cref="T:System.Collections.CaseInsensitiveComparer" /> 的執行個體,與目前執行緒的 <see cref="P:System.Threading.Thread.CurrentCulture" /> 相關聯。</returns>
  468. <filterpriority>1</filterpriority>
  469. <PermissionSet>
  470. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
  471. </PermissionSet>
  472. </member>
  473. <member name="P:System.Collections.CaseInsensitiveComparer.DefaultInvariant">
  474. <summary>取得 <see cref="T:System.Collections.CaseInsensitiveComparer" /> 的執行個體,它與 <see cref="P:System.Globalization.CultureInfo.InvariantCulture" /> 相關聯,而且永遠可以使用。</summary>
  475. <returns>
  476. <see cref="T:System.Collections.CaseInsensitiveComparer" /> 的執行個體,與 <see cref="P:System.Globalization.CultureInfo.InvariantCulture" /> 相關聯。</returns>
  477. <filterpriority>1</filterpriority>
  478. <PermissionSet>
  479. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
  480. </PermissionSet>
  481. </member>
  482. <member name="T:System.Collections.CollectionBase">
  483. <summary>提供強式型別集合的 abstract 基底類別。</summary>
  484. <filterpriority>2</filterpriority>
  485. </member>
  486. <member name="M:System.Collections.CollectionBase.#ctor">
  487. <summary>初始化 <see cref="T:System.Collections.CollectionBase" /> 類別的新執行個體,並將其初始容量設定為預設值。</summary>
  488. </member>
  489. <member name="M:System.Collections.CollectionBase.#ctor(System.Int32)">
  490. <summary>初始化 <see cref="T:System.Collections.CollectionBase" /> 類別的新執行個體,並將其容量設定為指定值。</summary>
  491. <param name="capacity">新清單一開始能夠儲存的元素數目。</param>
  492. </member>
  493. <member name="P:System.Collections.CollectionBase.Capacity">
  494. <summary>取得或設定 <see cref="T:System.Collections.CollectionBase" /> 能夠包含的元素數。</summary>
  495. <returns>
  496. <see cref="T:System.Collections.CollectionBase" /> 能夠包含的元素數。</returns>
  497. <exception cref="T:System.ArgumentOutOfRangeException">
  498. <see cref="P:System.Collections.CollectionBase.Capacity" /> 是設為小於 <see cref="P:System.Collections.CollectionBase.Count" /> 的值。</exception>
  499. <exception cref="T:System.OutOfMemoryException">系統上沒有足夠的可用記憶體。</exception>
  500. <filterpriority>2</filterpriority>
  501. </member>
  502. <member name="M:System.Collections.CollectionBase.Clear">
  503. <summary>從 <see cref="T:System.Collections.CollectionBase" /> 執行個體移除所有的物件。無法覆寫這個方法。</summary>
  504. <filterpriority>2</filterpriority>
  505. </member>
  506. <member name="P:System.Collections.CollectionBase.Count">
  507. <summary>取得包含在 <see cref="T:System.Collections.CollectionBase" /> 執行個體中的項目數目。這個屬性無法覆寫。</summary>
  508. <returns>包含在 <see cref="T:System.Collections.CollectionBase" /> 執行個體中的項目數目。擷取這個屬性的值是一種 O(1) 運算。</returns>
  509. <filterpriority>2</filterpriority>
  510. </member>
  511. <member name="M:System.Collections.CollectionBase.GetEnumerator">
  512. <summary>傳回可逐一查看 <see cref="T:System.Collections.CollectionBase" /> 執行個體的列舉值。</summary>
  513. <returns>
  514. <see cref="T:System.Collections.CollectionBase" /> 執行個體的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  515. <filterpriority>2</filterpriority>
  516. </member>
  517. <member name="P:System.Collections.CollectionBase.InnerList">
  518. <summary>取得包含 <see cref="T:System.Collections.CollectionBase" /> 執行個體中之元素清單的 <see cref="T:System.Collections.ArrayList" />。</summary>
  519. <returns>
  520. <see cref="T:System.Collections.ArrayList" /> 表示 <see cref="T:System.Collections.CollectionBase" /> 執行個體本身。擷取這個屬性的值是一種 O(1) 運算。</returns>
  521. </member>
  522. <member name="P:System.Collections.CollectionBase.List">
  523. <summary>取得包含 <see cref="T:System.Collections.CollectionBase" /> 執行個體中之元素清單的 <see cref="T:System.Collections.IList" />。</summary>
  524. <returns>
  525. <see cref="T:System.Collections.IList" /> 表示 <see cref="T:System.Collections.CollectionBase" /> 執行個體本身。</returns>
  526. </member>
  527. <member name="M:System.Collections.CollectionBase.OnClear">
  528. <summary>當清除 <see cref="T:System.Collections.CollectionBase" /> 執行個體的內容時,執行額外的自訂處理序。</summary>
  529. </member>
  530. <member name="M:System.Collections.CollectionBase.OnClearComplete">
  531. <summary>在清除 <see cref="T:System.Collections.CollectionBase" /> 執行個體的內容後,執行額外的自訂處理序。</summary>
  532. </member>
  533. <member name="M:System.Collections.CollectionBase.OnInsert(System.Int32,System.Object)">
  534. <summary>在將新的元素插入至 <see cref="T:System.Collections.CollectionBase" /> 執行個體前,執行額外的自訂處理序。</summary>
  535. <param name="index">插入 <paramref name="value" /> 處之以零起始的索引。</param>
  536. <param name="value">在 <paramref name="index" /> 處的新項目值。</param>
  537. </member>
  538. <member name="M:System.Collections.CollectionBase.OnInsertComplete(System.Int32,System.Object)">
  539. <summary>在將新的元素插入至 <see cref="T:System.Collections.CollectionBase" /> 執行個體後,執行額外的自訂處理序。</summary>
  540. <param name="index">插入 <paramref name="value" /> 處之以零起始的索引。</param>
  541. <param name="value">在 <paramref name="index" /> 處的新項目值。</param>
  542. </member>
  543. <member name="M:System.Collections.CollectionBase.OnRemove(System.Int32,System.Object)">
  544. <summary>當從 <see cref="T:System.Collections.CollectionBase" /> 執行個體移除元素時,執行額外的自訂處理序。</summary>
  545. <param name="index">可以找到 <paramref name="value" /> 處之以零起始的索引。</param>
  546. <param name="value">從 <paramref name="index" /> 移除的項目值。</param>
  547. </member>
  548. <member name="M:System.Collections.CollectionBase.OnRemoveComplete(System.Int32,System.Object)">
  549. <summary>在從 <see cref="T:System.Collections.CollectionBase" /> 執行個體移除元素後,執行額外的自訂處理序。</summary>
  550. <param name="index">可以找到 <paramref name="value" /> 處之以零起始的索引。</param>
  551. <param name="value">從 <paramref name="index" /> 移除的項目值。</param>
  552. </member>
  553. <member name="M:System.Collections.CollectionBase.OnSet(System.Int32,System.Object,System.Object)">
  554. <summary>在 <see cref="T:System.Collections.CollectionBase" /> 執行個體中設定數值前,執行額外的自訂處理序。</summary>
  555. <param name="index">可以找到 <paramref name="oldValue" /> 處之以零起始的索引。</param>
  556. <param name="oldValue">以 <paramref name="newValue" /> 取代的值。</param>
  557. <param name="newValue">在 <paramref name="index" /> 處的新項目值。</param>
  558. </member>
  559. <member name="M:System.Collections.CollectionBase.OnSetComplete(System.Int32,System.Object,System.Object)">
  560. <summary>在 <see cref="T:System.Collections.CollectionBase" /> 執行個體中設定數值後,執行額外的自訂處理序。</summary>
  561. <param name="index">可以找到 <paramref name="oldValue" /> 處之以零起始的索引。</param>
  562. <param name="oldValue">以 <paramref name="newValue" /> 取代的值。</param>
  563. <param name="newValue">在 <paramref name="index" /> 處的新項目值。</param>
  564. </member>
  565. <member name="M:System.Collections.CollectionBase.OnValidate(System.Object)">
  566. <summary>當驗證數值時,執行額外的自訂處理序。</summary>
  567. <param name="value">要驗證的物件。</param>
  568. <exception cref="T:System.ArgumentNullException">
  569. <paramref name="value" /> 為 null。</exception>
  570. </member>
  571. <member name="M:System.Collections.CollectionBase.RemoveAt(System.Int32)">
  572. <summary>移除 <see cref="T:System.Collections.CollectionBase" /> 執行個體之指定索引的元素。這個方法不可覆寫。</summary>
  573. <param name="index">要移除項目之以零起始的索引。</param>
  574. <exception cref="T:System.ArgumentOutOfRangeException">
  575. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 等於或大於 <see cref="P:System.Collections.CollectionBase.Count" />。</exception>
  576. <filterpriority>2</filterpriority>
  577. </member>
  578. <member name="M:System.Collections.CollectionBase.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  579. <summary>從目標陣列的指定索引開始,複製整個 <see cref="T:System.Collections.CollectionBase" /> 至相容的一維 <see cref="T:System.Array" />。</summary>
  580. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.CollectionBase" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  581. <param name="index">
  582. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。</param>
  583. <exception cref="T:System.ArgumentNullException">
  584. <paramref name="array" /> 為 null。</exception>
  585. <exception cref="T:System.ArgumentOutOfRangeException">
  586. <paramref name="index" /> 小於零。</exception>
  587. <exception cref="T:System.ArgumentException">
  588. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.CollectionBase" /> 元素的數量大於從 <paramref name="index" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  589. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.CollectionBase" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  590. </member>
  591. <member name="P:System.Collections.CollectionBase.System#Collections#ICollection#IsSynchronized">
  592. <summary>取得值,這個值表示對 <see cref="T:System.Collections.CollectionBase" /> 的存取是否同步 (安全執行緒)。</summary>
  593. <returns>如果對 <see cref="T:System.Collections.CollectionBase" /> 的存取為同步 (安全執行緒),則為 true,否則為 false。預設為 false。</returns>
  594. </member>
  595. <member name="P:System.Collections.CollectionBase.System#Collections#ICollection#SyncRoot">
  596. <summary>取得可用來同步存取 <see cref="T:System.Collections.CollectionBase" /> 的物件。</summary>
  597. <returns>可用來同步存取 <see cref="T:System.Collections.CollectionBase" /> 的物件。</returns>
  598. </member>
  599. <member name="M:System.Collections.CollectionBase.System#Collections#IList#Add(System.Object)">
  600. <summary>將物件加入至 <see cref="T:System.Collections.CollectionBase" /> 的結尾。</summary>
  601. <returns>已加入 <paramref name="value" /> 的 <see cref="T:System.Collections.CollectionBase" /> 索引。</returns>
  602. <param name="value">加入至 <see cref="T:System.Collections.CollectionBase" /> 結尾的 <see cref="T:System.Object" />。</param>
  603. <exception cref="T:System.NotSupportedException">
  604. <see cref="T:System.Collections.CollectionBase" /> 是唯讀的。-或-<see cref="T:System.Collections.CollectionBase" /> 具有固定的大小。</exception>
  605. </member>
  606. <member name="M:System.Collections.CollectionBase.System#Collections#IList#Contains(System.Object)">
  607. <summary>判斷 <see cref="T:System.Collections.CollectionBase" /> 是否含有特定元素。</summary>
  608. <returns>如果 <see cref="T:System.Collections.CollectionBase" /> 包含指定的 <paramref name="value" />,則為 true,否則為 false。</returns>
  609. <param name="value">要在 <see cref="T:System.Collections.CollectionBase" /> 中尋找的 <see cref="T:System.Object" />。</param>
  610. </member>
  611. <member name="M:System.Collections.CollectionBase.System#Collections#IList#IndexOf(System.Object)">
  612. <summary>搜尋指定的 <see cref="T:System.Object" />,並傳回在整個 <see cref="T:System.Collections.CollectionBase" /> 中第一個符合元素之以零起始的索引。</summary>
  613. <returns>整個 <see cref="T:System.Collections.CollectionBase" /> 中 <paramref name="value" /> 第一次出現之以零起始的索引 (如果找得到的話),否則為 -1。</returns>
  614. <param name="value">要在 <see cref="T:System.Collections.CollectionBase" /> 中尋找的 <see cref="T:System.Object" />。</param>
  615. </member>
  616. <member name="M:System.Collections.CollectionBase.System#Collections#IList#Insert(System.Int32,System.Object)">
  617. <summary>將項目插入 <see cref="T:System.Collections.CollectionBase" /> 中指定的索引處。</summary>
  618. <param name="index">應該插入 <paramref name="value" /> 之以零起始的索引。</param>
  619. <param name="value">要插入的 <see cref="T:System.Object" />。</param>
  620. <exception cref="T:System.ArgumentOutOfRangeException">
  621. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 大於 <see cref="P:System.Collections.CollectionBase.Count" />。</exception>
  622. <exception cref="T:System.NotSupportedException">
  623. <see cref="T:System.Collections.CollectionBase" /> 是唯讀的。-或-<see cref="T:System.Collections.CollectionBase" /> 具有固定的大小。</exception>
  624. </member>
  625. <member name="P:System.Collections.CollectionBase.System#Collections#IList#IsFixedSize">
  626. <summary>取得值,指出 <see cref="T:System.Collections.CollectionBase" /> 是否有固定的大小。</summary>
  627. <returns>如果 <see cref="T:System.Collections.CollectionBase" /> 有固定大小,則為 true,否則為 false。預設為 false。</returns>
  628. </member>
  629. <member name="P:System.Collections.CollectionBase.System#Collections#IList#IsReadOnly">
  630. <summary>取得值,指出 <see cref="T:System.Collections.CollectionBase" /> 是否唯讀。</summary>
  631. <returns>如果 <see cref="T:System.Collections.CollectionBase" /> 是唯讀的則為 true,否則為 false。預設為 false。</returns>
  632. </member>
  633. <member name="P:System.Collections.CollectionBase.System#Collections#IList#Item(System.Int32)">
  634. <summary>取得或設定指定之索引處的項目。</summary>
  635. <returns>在指定之索引處的項目。</returns>
  636. <param name="index">要取得或設定之以零起始的項目索引。</param>
  637. <exception cref="T:System.ArgumentOutOfRangeException">
  638. <paramref name="index" /> 小於零。-或-<paramref name="index" /> 等於或大於 <see cref="P:System.Collections.CollectionBase.Count" />。</exception>
  639. </member>
  640. <member name="M:System.Collections.CollectionBase.System#Collections#IList#Remove(System.Object)">
  641. <summary>從 <see cref="T:System.Collections.CollectionBase" /> 移除特定物件的第一個相符項目。</summary>
  642. <param name="value">要從 <see cref="T:System.Collections.CollectionBase" /> 移除的 <see cref="T:System.Object" />。</param>
  643. <exception cref="T:System.ArgumentException">在 <see cref="T:System.Collections.CollectionBase" /> 物件中找不到 <paramref name="value" /> 參數。</exception>
  644. <exception cref="T:System.NotSupportedException">
  645. <see cref="T:System.Collections.CollectionBase" /> 是唯讀的。-或-<see cref="T:System.Collections.CollectionBase" /> 具有固定的大小。</exception>
  646. </member>
  647. <member name="T:System.Collections.Comparer">
  648. <summary>比較兩個物件是否相等,其中字串比較是區分大小寫的。</summary>
  649. <filterpriority>2</filterpriority>
  650. </member>
  651. <member name="M:System.Collections.Comparer.#ctor(System.Globalization.CultureInfo)">
  652. <summary>使用指定的 <see cref="T:System.Globalization.CultureInfo" /> 來初始化 <see cref="T:System.Collections.Comparer" /> 類別的新執行個體。</summary>
  653. <param name="culture">新 <see cref="T:System.Collections.Comparer" /> 所使用的 <see cref="T:System.Globalization.CultureInfo" />。</param>
  654. <exception cref="T:System.ArgumentNullException">
  655. <paramref name="culture" /> 為 null。</exception>
  656. </member>
  657. <member name="M:System.Collections.Comparer.Compare(System.Object,System.Object)">
  658. <summary>執行兩個相同型別物件的區分大小寫比較,並傳回表示是否某個物件小於、等於或大於另外一方的值。</summary>
  659. <returns>帶正負號的整數,表示 <paramref name="a" /> 和 <paramref name="b" /> 的相對值,如下表所示。值意義小於零<paramref name="a" /> 小於 <paramref name="b" />。Zero<paramref name="a" /> 等於 <paramref name="b" />。大於零<paramref name="a" /> 大於 <paramref name="b" />。</returns>
  660. <param name="a">要比較的第一個物件。</param>
  661. <param name="b">要比較的第二個物件。</param>
  662. <exception cref="T:System.ArgumentException">
  663. <paramref name="a" /> 和 <paramref name="b" /> 都不實作 <see cref="T:System.IComparable" /> 介面。-或-<paramref name="a" /> 和 <paramref name="b" /> 是不同的型別,而且二者都不能處理與另外一方的比較。</exception>
  664. <filterpriority>2</filterpriority>
  665. </member>
  666. <member name="F:System.Collections.Comparer.Default">
  667. <summary>表示與目前執行緒的 <see cref="P:System.Threading.Thread.CurrentCulture" /> 相關聯之 <see cref="T:System.Collections.Comparer" /> 的執行個體。這個欄位是唯讀的。</summary>
  668. <filterpriority>1</filterpriority>
  669. </member>
  670. <member name="F:System.Collections.Comparer.DefaultInvariant">
  671. <summary>表示與 <see cref="P:System.Globalization.CultureInfo.InvariantCulture" /> 相關聯的 <see cref="T:System.Collections.Comparer" /> 之執行個體。這個欄位是唯讀的。</summary>
  672. <filterpriority>1</filterpriority>
  673. </member>
  674. <member name="T:System.Collections.DictionaryBase">
  675. <summary>提供索引鍵/值組配對強式集合的 abstract 基底類別。</summary>
  676. <filterpriority>2</filterpriority>
  677. </member>
  678. <member name="M:System.Collections.DictionaryBase.#ctor">
  679. <summary>初始化 <see cref="T:System.Collections.DictionaryBase" /> 類別的新執行個體。</summary>
  680. </member>
  681. <member name="M:System.Collections.DictionaryBase.Clear">
  682. <summary>清除 <see cref="T:System.Collections.DictionaryBase" /> 執行個體的內容。</summary>
  683. <filterpriority>2</filterpriority>
  684. </member>
  685. <member name="M:System.Collections.DictionaryBase.CopyTo(System.Array,System.Int32)">
  686. <summary>將 <see cref="T:System.Collections.DictionaryBase" /> 元素複製到指定索引的一維 <see cref="T:System.Array" />。</summary>
  687. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.DictionaryBase" /> 執行個體複製過來的 <see cref="T:System.Collections.DictionaryEntry" /> 物件之目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  688. <param name="index">
  689. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。 </param>
  690. <exception cref="T:System.ArgumentNullException">
  691. <paramref name="array" /> 為 null。 </exception>
  692. <exception cref="T:System.ArgumentOutOfRangeException">
  693. <paramref name="index" /> 小於零。 </exception>
  694. <exception cref="T:System.ArgumentException">
  695. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.DictionaryBase" /> 項目的數量大於從 <paramref name="index" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  696. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.DictionaryBase" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  697. <filterpriority>2</filterpriority>
  698. </member>
  699. <member name="P:System.Collections.DictionaryBase.Count">
  700. <summary>取得包含在 <see cref="T:System.Collections.DictionaryBase" /> 執行個體中的項目數目。</summary>
  701. <returns>包含在 <see cref="T:System.Collections.DictionaryBase" /> 執行個體中的項目數目。</returns>
  702. <filterpriority>2</filterpriority>
  703. </member>
  704. <member name="P:System.Collections.DictionaryBase.Dictionary">
  705. <summary>取得包含於 <see cref="T:System.Collections.DictionaryBase" /> 執行個體中的元素清單。</summary>
  706. <returns>
  707. <see cref="T:System.Collections.IDictionary" /> 表示 <see cref="T:System.Collections.DictionaryBase" /> 執行個體本身。</returns>
  708. </member>
  709. <member name="M:System.Collections.DictionaryBase.GetEnumerator">
  710. <summary>傳回能夠逐一查看 <see cref="T:System.Collections.DictionaryBase" /> 執行個體的 <see cref="T:System.Collections.IDictionaryEnumerator" />。</summary>
  711. <returns>
  712. <see cref="T:System.Collections.DictionaryBase" /> 執行個體的 <see cref="T:System.Collections.IDictionaryEnumerator" />。</returns>
  713. <filterpriority>2</filterpriority>
  714. </member>
  715. <member name="P:System.Collections.DictionaryBase.InnerHashtable">
  716. <summary>取得包含於 <see cref="T:System.Collections.DictionaryBase" /> 執行個體中的元素清單。</summary>
  717. <returns>表示 <see cref="T:System.Collections.DictionaryBase" /> 執行個體本身的 <see cref="T:System.Collections.Hashtable" />。</returns>
  718. </member>
  719. <member name="M:System.Collections.DictionaryBase.OnClear">
  720. <summary>在清除 <see cref="T:System.Collections.DictionaryBase" /> 執行個體的內容前,執行額外的自訂處理序。</summary>
  721. </member>
  722. <member name="M:System.Collections.DictionaryBase.OnClearComplete">
  723. <summary>在清除 <see cref="T:System.Collections.DictionaryBase" /> 執行個體的內容後,執行額外的自訂處理序。</summary>
  724. </member>
  725. <member name="M:System.Collections.DictionaryBase.OnGet(System.Object,System.Object)">
  726. <summary>取得 <see cref="T:System.Collections.DictionaryBase" /> 執行個體中具有指定索引鍵和值的元素。</summary>
  727. <returns>
  728. <see cref="T:System.Object" /> 包含的元素具有指定的索引鍵和值。</returns>
  729. <param name="key">要取得的項目索引鍵。</param>
  730. <param name="currentValue">與 <paramref name="key" /> 關聯之元素的目前值。</param>
  731. </member>
  732. <member name="M:System.Collections.DictionaryBase.OnInsert(System.Object,System.Object)">
  733. <summary>在將新的元素插入至 <see cref="T:System.Collections.DictionaryBase" /> 執行個體前,執行額外的自訂處理序。</summary>
  734. <param name="key">要插入的元素索引鍵。</param>
  735. <param name="value">要插入的元素值。</param>
  736. </member>
  737. <member name="M:System.Collections.DictionaryBase.OnInsertComplete(System.Object,System.Object)">
  738. <summary>在將新的元素插入至 <see cref="T:System.Collections.DictionaryBase" /> 執行個體後,執行額外的自訂處理序。</summary>
  739. <param name="key">要插入的元素索引鍵。</param>
  740. <param name="value">要插入的元素值。</param>
  741. </member>
  742. <member name="M:System.Collections.DictionaryBase.OnRemove(System.Object,System.Object)">
  743. <summary>在從 <see cref="T:System.Collections.DictionaryBase" /> 執行個體移除元素前,執行額外的自訂處理序。</summary>
  744. <param name="key">要移除的項目索引鍵。</param>
  745. <param name="value">要移除的元素值。</param>
  746. </member>
  747. <member name="M:System.Collections.DictionaryBase.OnRemoveComplete(System.Object,System.Object)">
  748. <summary>在從 <see cref="T:System.Collections.DictionaryBase" /> 執行個體移除元素後,執行額外的自訂處理序。</summary>
  749. <param name="key">要移除的項目索引鍵。</param>
  750. <param name="value">要移除的元素值。</param>
  751. </member>
  752. <member name="M:System.Collections.DictionaryBase.OnSet(System.Object,System.Object,System.Object)">
  753. <summary>在 <see cref="T:System.Collections.DictionaryBase" /> 執行個體中設定數值前,執行額外的自訂處理序。</summary>
  754. <param name="key">要尋找的元素索引鍵。</param>
  755. <param name="oldValue">與 <paramref name="key" /> 關聯之元素的舊值。</param>
  756. <param name="newValue">與 <paramref name="key" /> 關聯之元素的新值。</param>
  757. </member>
  758. <member name="M:System.Collections.DictionaryBase.OnSetComplete(System.Object,System.Object,System.Object)">
  759. <summary>在 <see cref="T:System.Collections.DictionaryBase" /> 執行個體中設定數值後,執行額外的自訂處理序。</summary>
  760. <param name="key">要尋找的元素索引鍵。</param>
  761. <param name="oldValue">與 <paramref name="key" /> 關聯之元素的舊值。</param>
  762. <param name="newValue">與 <paramref name="key" /> 關聯之元素的新值。</param>
  763. </member>
  764. <member name="M:System.Collections.DictionaryBase.OnValidate(System.Object,System.Object)">
  765. <summary>在使用指定的索引鍵及值驗證元素時,執行額外的自訂處理序。</summary>
  766. <param name="key">要驗證的元素索引鍵。</param>
  767. <param name="value">要驗證的元素值。</param>
  768. </member>
  769. <member name="P:System.Collections.DictionaryBase.System#Collections#ICollection#IsSynchronized">
  770. <summary>取得值,指出對 <see cref="T:System.Collections.DictionaryBase" /> 物件的存取是否為同步的 (執行緒安全)。</summary>
  771. <returns>true if access to the <see cref="T:System.Collections.DictionaryBase" /> object is synchronized (thread safe); otherwise, false.預設值為 false。</returns>
  772. </member>
  773. <member name="P:System.Collections.DictionaryBase.System#Collections#ICollection#SyncRoot">
  774. <summary>取得可用來同步存取 <see cref="T:System.Collections.DictionaryBase" /> 物件的物件。</summary>
  775. <returns>可用來同步處理對 <see cref="T:System.Collections.DictionaryBase" /> 物件之存取的物件。</returns>
  776. </member>
  777. <member name="M:System.Collections.DictionaryBase.System#Collections#IDictionary#Add(System.Object,System.Object)">
  778. <summary>將有指定索引鍵和數值的項目加入 <see cref="T:System.Collections.DictionaryBase" />。</summary>
  779. <param name="key">要加入的項目的索引鍵。</param>
  780. <param name="value">要加入的項目的值。</param>
  781. <exception cref="T:System.ArgumentNullException">
  782. <paramref name="key" /> 為 null。</exception>
  783. <exception cref="T:System.ArgumentException">具有相同索引鍵的元素已經存在 <see cref="T:System.Collections.DictionaryBase" /> 中。</exception>
  784. <exception cref="T:System.NotSupportedException">
  785. <see cref="T:System.Collections.DictionaryBase" /> 是唯讀的。-或-<see cref="T:System.Collections.DictionaryBase" /> 具有固定的大小。</exception>
  786. </member>
  787. <member name="M:System.Collections.DictionaryBase.System#Collections#IDictionary#Contains(System.Object)">
  788. <summary>判斷 <see cref="T:System.Collections.DictionaryBase" /> 是否包含特定索引鍵。</summary>
  789. <returns>true if the <see cref="T:System.Collections.DictionaryBase" /> contains an element with the specified key; otherwise, false.</returns>
  790. <param name="key">要在 <see cref="T:System.Collections.DictionaryBase" /> 中尋找的索引鍵。</param>
  791. <exception cref="T:System.ArgumentNullException">
  792. <paramref name="key" /> 為 null。</exception>
  793. </member>
  794. <member name="P:System.Collections.DictionaryBase.System#Collections#IDictionary#IsFixedSize">
  795. <summary>取得值,指出 <see cref="T:System.Collections.DictionaryBase" /> 物件是否具有固定的大小。</summary>
  796. <returns>true if the <see cref="T:System.Collections.DictionaryBase" /> object has a fixed size; otherwise, false.預設值為 false。</returns>
  797. </member>
  798. <member name="P:System.Collections.DictionaryBase.System#Collections#IDictionary#IsReadOnly">
  799. <summary>取得值,指出 <see cref="T:System.Collections.DictionaryBase" /> 物件是否為唯讀。</summary>
  800. <returns>true if the <see cref="T:System.Collections.DictionaryBase" /> object is read-only; otherwise, false.預設值為 false。</returns>
  801. </member>
  802. <member name="P:System.Collections.DictionaryBase.System#Collections#IDictionary#Item(System.Object)">
  803. <summary>取得或設定與指定之索引鍵相關聯的值。</summary>
  804. <returns>與指定之索引鍵關聯的值。如果找不到指定的索引鍵,嘗試取得將傳回 null,並且嘗試設定會使用指定的索引鍵建立新的元素。</returns>
  805. <param name="key">索引鍵,要讀取或設定其值。</param>
  806. <exception cref="T:System.ArgumentNullException">
  807. <paramref name="key" /> 為 null。</exception>
  808. <exception cref="T:System.NotSupportedException">屬性已設定,而且 <see cref="T:System.Collections.DictionaryBase" /> 是唯讀的。-或-屬性已設定,<paramref name="key" /> 不存在於集合中,而且 <see cref="T:System.Collections.DictionaryBase" /> 具有固定大小。</exception>
  809. </member>
  810. <member name="P:System.Collections.DictionaryBase.System#Collections#IDictionary#Keys">
  811. <summary>取得 <see cref="T:System.Collections.ICollection" /> 物件,其中包含 <see cref="T:System.Collections.DictionaryBase" /> 物件中的索引鍵。</summary>
  812. <returns>
  813. <see cref="T:System.Collections.ICollection" /> 物件,其中包含 <see cref="T:System.Collections.DictionaryBase" /> 物件中的索引鍵。</returns>
  814. </member>
  815. <member name="M:System.Collections.DictionaryBase.System#Collections#IDictionary#Remove(System.Object)">
  816. <summary>將有指定索引鍵的元素從 <see cref="T:System.Collections.DictionaryBase" /> 移除。</summary>
  817. <param name="key">要移除的項目索引鍵。</param>
  818. <exception cref="T:System.ArgumentNullException">
  819. <paramref name="key" /> 為 null。</exception>
  820. <exception cref="T:System.NotSupportedException">
  821. <see cref="T:System.Collections.DictionaryBase" /> 是唯讀的。-或-<see cref="T:System.Collections.DictionaryBase" /> 具有固定的大小。</exception>
  822. </member>
  823. <member name="P:System.Collections.DictionaryBase.System#Collections#IDictionary#Values">
  824. <summary>取得 <see cref="T:System.Collections.ICollection" /> 物件,其中含有 <see cref="T:System.Collections.DictionaryBase" /> 物件中的值。</summary>
  825. <returns>
  826. <see cref="T:System.Collections.ICollection" /> 物件,其中含有 <see cref="T:System.Collections.DictionaryBase" /> 物件中的值。</returns>
  827. </member>
  828. <member name="M:System.Collections.DictionaryBase.System#Collections#IEnumerable#GetEnumerator">
  829. <summary>傳回透過 <see cref="T:System.Collections.DictionaryBase" /> 重複的 <see cref="T:System.Collections.IEnumerator" />。</summary>
  830. <returns>
  831. <see cref="T:System.Collections.DictionaryBase" /> 的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  832. </member>
  833. <member name="T:System.Collections.Hashtable">
  834. <summary>表示根據索引鍵的雜湊程式碼,所整理的索引鍵/值組集合。若要瀏覽此類型的.NET Framework 原始碼,請參閱參考來源。</summary>
  835. <filterpriority>1</filterpriority>
  836. </member>
  837. <member name="M:System.Collections.Hashtable.#ctor">
  838. <summary>使用預設初始容量、載入因數、雜湊程式碼提供者和比較子,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的空白新執行個體。</summary>
  839. </member>
  840. <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary)">
  841. <summary>藉由將指定字典中的項目複製到新的 <see cref="T:System.Collections.Hashtable" /> 物件,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的新執行個體。新 <see cref="T:System.Collections.Hashtable" /> 物件的初始容量等於複製的項目數,並且此物件使用預設載入因數、雜湊程式碼提供者和比較子。</summary>
  842. <param name="d">要複製到新 <see cref="T:System.Collections.Hashtable" /> 物件的 <see cref="T:System.Collections.IDictionary" /> 物件。 </param>
  843. <exception cref="T:System.ArgumentNullException">
  844. <paramref name="d" /> 為 null。</exception>
  845. </member>
  846. <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary,System.Collections.IEqualityComparer)">
  847. <summary>藉由將指定字典中的項目複製到新的 <see cref="T:System.Collections.Hashtable" /> 物件,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的新執行個體。新 <see cref="T:System.Collections.Hashtable" /> 物件的初始容量等於複製的項目數,並且此物件使用預設的載入因數以及指定的 <see cref="T:System.Collections.IEqualityComparer" /> 物件。</summary>
  848. <param name="d">要複製到新 <see cref="T:System.Collections.Hashtable" /> 物件的 <see cref="T:System.Collections.IDictionary" /> 物件。</param>
  849. <param name="equalityComparer">
  850. <see cref="T:System.Collections.IEqualityComparer" /> 物件,它會定義與 <see cref="T:System.Collections.Hashtable" /> 並用的雜湊程式碼提供者和比較子。-或- null 表示使用預設雜湊程式碼提供者和預設比較子。預設雜湊程式碼提供者是各金鑰的 <see cref="M:System.Object.GetHashCode" /> 實作,而預設比較子是各金鑰的 <see cref="M:System.Object.Equals(System.Object)" /> 實作。</param>
  851. <exception cref="T:System.ArgumentNullException">
  852. <paramref name="d" /> 為 null。</exception>
  853. </member>
  854. <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary,System.Single)">
  855. <summary>藉由將指定字典中的項目複製到新的 <see cref="T:System.Collections.Hashtable" /> 物件,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的新執行個體。新 <see cref="T:System.Collections.Hashtable" /> 物件的初始容量等於複製的項目數,並且此物件使用指定的載入因數,以及預設的雜湊程式碼提供者和比較子。</summary>
  856. <param name="d">要複製到新 <see cref="T:System.Collections.Hashtable" /> 物件的 <see cref="T:System.Collections.IDictionary" /> 物件。</param>
  857. <param name="loadFactor">從 0.1 到 1.0 範圍中的數字乘以預設值,提供最佳效能。結果是雜湊桶項目的最大比例。</param>
  858. <exception cref="T:System.ArgumentNullException">
  859. <paramref name="d" /> 為 null。 </exception>
  860. <exception cref="T:System.ArgumentOutOfRangeException">
  861. <paramref name="loadFactor" /> 小於 0.1。-或- <paramref name="loadFactor" /> 大於 1.0。</exception>
  862. </member>
  863. <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IDictionary,System.Single,System.Collections.IEqualityComparer)">
  864. <summary>藉由將指定字典中的項目複製到新的 <see cref="T:System.Collections.Hashtable" /> 物件,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的新執行個體。新 <see cref="T:System.Collections.Hashtable" /> 物件的初始容量等於複製的項目數,並且此物件使用指定的載入因數和 <see cref="T:System.Collections.IEqualityComparer" /> 物件。</summary>
  865. <param name="d">要複製到新 <see cref="T:System.Collections.Hashtable" /> 物件的 <see cref="T:System.Collections.IDictionary" /> 物件。</param>
  866. <param name="loadFactor">從 0.1 到 1.0 範圍中的數字乘以預設值,提供最佳效能。結果是雜湊桶項目的最大比例。</param>
  867. <param name="equalityComparer">
  868. <see cref="T:System.Collections.IEqualityComparer" /> 物件,它會定義與 <see cref="T:System.Collections.Hashtable" /> 並用的雜湊程式碼提供者和比較子。-或- null 表示使用預設雜湊程式碼提供者和預設比較子。預設雜湊程式碼提供者是各金鑰的 <see cref="M:System.Object.GetHashCode" /> 實作,而預設比較子是各金鑰的 <see cref="M:System.Object.Equals(System.Object)" /> 實作。</param>
  869. <exception cref="T:System.ArgumentNullException">
  870. <paramref name="d" /> 為 null。 </exception>
  871. <exception cref="T:System.ArgumentOutOfRangeException">
  872. <paramref name="loadFactor" /> 小於 0.1。-或- <paramref name="loadFactor" /> 大於 1.0。</exception>
  873. </member>
  874. <member name="M:System.Collections.Hashtable.#ctor(System.Collections.IEqualityComparer)">
  875. <summary>使用預設的初始容量和載入因數,以及指定的 <see cref="T:System.Collections.IEqualityComparer" /> 物件,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的空白新執行個體。</summary>
  876. <param name="equalityComparer">
  877. <see cref="T:System.Collections.IEqualityComparer" /> 物件,它會定義與 <see cref="T:System.Collections.Hashtable" /> 物件並用的雜湊程式碼提供者和比較子。-或- null 表示使用預設雜湊程式碼提供者和預設比較子。預設雜湊程式碼提供者是各金鑰的 <see cref="M:System.Object.GetHashCode" /> 實作,而預設比較子是各金鑰的 <see cref="M:System.Object.Equals(System.Object)" /> 實作。</param>
  878. </member>
  879. <member name="M:System.Collections.Hashtable.#ctor(System.Int32)">
  880. <summary>使用指定的初始容量以及預設的載入因數、雜湊程式碼提供者和比較子,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的空白新執行個體。</summary>
  881. <param name="capacity">
  882. <see cref="T:System.Collections.Hashtable" /> 物件一開始可包含項目的大約數目。 </param>
  883. <exception cref="T:System.ArgumentOutOfRangeException">
  884. <paramref name="capacity" /> 小於零。</exception>
  885. </member>
  886. <member name="M:System.Collections.Hashtable.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  887. <summary>使用指定的初始容量和 <see cref="T:System.Collections.IEqualityComparer" />,以及預設的載入因數,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的空白新執行個體。</summary>
  888. <param name="capacity">
  889. <see cref="T:System.Collections.Hashtable" /> 物件一開始可包含項目的大約數目。</param>
  890. <param name="equalityComparer">
  891. <see cref="T:System.Collections.IEqualityComparer" /> 物件,它會定義與 <see cref="T:System.Collections.Hashtable" /> 並用的雜湊程式碼提供者和比較子。-或- null 表示使用預設雜湊程式碼提供者和預設比較子。預設雜湊程式碼提供者是各金鑰的 <see cref="M:System.Object.GetHashCode" /> 實作,而預設比較子是各金鑰的 <see cref="M:System.Object.Equals(System.Object)" /> 實作。</param>
  892. <exception cref="T:System.ArgumentOutOfRangeException">
  893. <paramref name="capacity" /> 小於零。</exception>
  894. </member>
  895. <member name="M:System.Collections.Hashtable.#ctor(System.Int32,System.Single)">
  896. <summary>使用指定的初始容量和載入因數,以及預設的雜湊程式碼提供者和比較子,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的空白新執行個體。</summary>
  897. <param name="capacity">
  898. <see cref="T:System.Collections.Hashtable" /> 物件一開始可包含項目的大約數目。</param>
  899. <param name="loadFactor">從 0.1 到 1.0 範圍中的數字乘以預設值,提供最佳效能。結果是雜湊桶項目的最大比例。</param>
  900. <exception cref="T:System.ArgumentOutOfRangeException">
  901. <paramref name="capacity" /> 小於零。-或- <paramref name="loadFactor" /> 小於 0.1。-或- <paramref name="loadFactor" /> 大於 1.0。 </exception>
  902. <exception cref="T:System.ArgumentException">
  903. <paramref name="capacity" /> 導致溢位。</exception>
  904. </member>
  905. <member name="M:System.Collections.Hashtable.#ctor(System.Int32,System.Single,System.Collections.IEqualityComparer)">
  906. <summary>使用指定的初始容量、載入因數和 <see cref="T:System.Collections.IEqualityComparer" /> 物件,初始化 <see cref="T:System.Collections.Hashtable" /> 類別的空白新執行個體。</summary>
  907. <param name="capacity">
  908. <see cref="T:System.Collections.Hashtable" /> 物件一開始可包含項目的大約數目。</param>
  909. <param name="loadFactor">從 0.1 到 1.0 範圍中的數字乘以預設值,提供最佳效能。結果是雜湊桶項目的最大比例。</param>
  910. <param name="equalityComparer">
  911. <see cref="T:System.Collections.IEqualityComparer" /> 物件,它會定義與 <see cref="T:System.Collections.Hashtable" /> 並用的雜湊程式碼提供者和比較子。-或- null 表示使用預設雜湊程式碼提供者和預設比較子。預設雜湊程式碼提供者是各金鑰的 <see cref="M:System.Object.GetHashCode" /> 實作,而預設比較子是各金鑰的 <see cref="M:System.Object.Equals(System.Object)" /> 實作。</param>
  912. <exception cref="T:System.ArgumentOutOfRangeException">
  913. <paramref name="capacity" /> 小於零。-或- <paramref name="loadFactor" /> 小於 0.1。-或- <paramref name="loadFactor" /> 大於 1.0。</exception>
  914. </member>
  915. <member name="M:System.Collections.Hashtable.Add(System.Object,System.Object)">
  916. <summary>將有指定索引鍵和數值的項目加入 <see cref="T:System.Collections.Hashtable" />。</summary>
  917. <param name="key">要加入的項目的索引鍵。</param>
  918. <param name="value">要加入的項目的值。此值可以是 null。</param>
  919. <exception cref="T:System.ArgumentNullException">
  920. <paramref name="key" /> 為 null。</exception>
  921. <exception cref="T:System.ArgumentException">具有相同索引鍵的元素已經存在 <see cref="T:System.Collections.Hashtable" /> 中。</exception>
  922. <exception cref="T:System.NotSupportedException">
  923. <see cref="T:System.Collections.Hashtable" /> 是唯讀的。-或-<see cref="T:System.Collections.Hashtable" /> 具有固定的大小。</exception>
  924. <filterpriority>1</filterpriority>
  925. </member>
  926. <member name="M:System.Collections.Hashtable.Clear">
  927. <summary>將所有元素從 <see cref="T:System.Collections.Hashtable" /> 移除。</summary>
  928. <exception cref="T:System.NotSupportedException">
  929. <see cref="T:System.Collections.Hashtable" /> 是唯讀的。 </exception>
  930. <filterpriority>1</filterpriority>
  931. </member>
  932. <member name="M:System.Collections.Hashtable.Clone">
  933. <summary>建立 <see cref="T:System.Collections.Hashtable" /> 的淺層複本 (Shallow Copy)。</summary>
  934. <returns>
  935. <see cref="T:System.Collections.Hashtable" /> 的淺層複本。</returns>
  936. <filterpriority>1</filterpriority>
  937. </member>
  938. <member name="M:System.Collections.Hashtable.Contains(System.Object)">
  939. <summary>判斷 <see cref="T:System.Collections.Hashtable" /> 是否包含特定索引鍵。</summary>
  940. <returns>true if the <see cref="T:System.Collections.Hashtable" /> contains an element with the specified key; otherwise, false.</returns>
  941. <param name="key">要在 <see cref="T:System.Collections.Hashtable" /> 中尋找的索引鍵。 </param>
  942. <exception cref="T:System.ArgumentNullException">
  943. <paramref name="key" /> 為 null。 </exception>
  944. <filterpriority>1</filterpriority>
  945. </member>
  946. <member name="M:System.Collections.Hashtable.ContainsKey(System.Object)">
  947. <summary>判斷 <see cref="T:System.Collections.Hashtable" /> 是否包含特定索引鍵。</summary>
  948. <returns>true if the <see cref="T:System.Collections.Hashtable" /> contains an element with the specified key; otherwise, false.</returns>
  949. <param name="key">要在 <see cref="T:System.Collections.Hashtable" /> 中尋找的索引鍵。 </param>
  950. <exception cref="T:System.ArgumentNullException">
  951. <paramref name="key" /> 為 null。</exception>
  952. <filterpriority>1</filterpriority>
  953. </member>
  954. <member name="M:System.Collections.Hashtable.ContainsValue(System.Object)">
  955. <summary>判斷 <see cref="T:System.Collections.Hashtable" /> 是否包含特定值。</summary>
  956. <returns>如果 <see cref="T:System.Collections.Hashtable" /> 包含的項目有指定的 <paramref name="value" />,則為 true,否則為 false。</returns>
  957. <param name="value">要在 <see cref="T:System.Collections.Hashtable" /> 中尋找的值。此值可以是 null。</param>
  958. <filterpriority>1</filterpriority>
  959. </member>
  960. <member name="M:System.Collections.Hashtable.CopyTo(System.Array,System.Int32)">
  961. <summary>將 <see cref="T:System.Collections.Hashtable" /> 元素複製到指定索引的一維 <see cref="T:System.Array" /> 執行個體。</summary>
  962. <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.Hashtable" />.<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  963. <param name="arrayIndex">
  964. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。 </param>
  965. <exception cref="T:System.ArgumentNullException">
  966. <paramref name="array" /> 為 null。 </exception>
  967. <exception cref="T:System.ArgumentOutOfRangeException">
  968. <paramref name="arrayIndex" /> 小於零。 </exception>
  969. <exception cref="T:System.ArgumentException">
  970. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.Hashtable" /> 項目的數量大於從 <paramref name="arrayIndex" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  971. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.Hashtable" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  972. <filterpriority>2</filterpriority>
  973. </member>
  974. <member name="P:System.Collections.Hashtable.Count">
  975. <summary>取得 <see cref="T:System.Collections.Hashtable" /> 中所包含的索引鍵/值組數目。</summary>
  976. <returns>
  977. <see cref="T:System.Collections.Hashtable" /> 中所包含的索引鍵/值組數目。</returns>
  978. <filterpriority>1</filterpriority>
  979. </member>
  980. <member name="P:System.Collections.Hashtable.EqualityComparer">
  981. <summary>取得 <see cref="T:System.Collections.Hashtable" /> 所使用的 <see cref="T:System.Collections.IEqualityComparer" />。</summary>
  982. <returns>
  983. <see cref="T:System.Collections.Hashtable" /> 所使用的 <see cref="T:System.Collections.IEqualityComparer" />。</returns>
  984. <exception cref="T:System.ArgumentException">屬性設為值,但使用 <see cref="T:System.Collections.IHashCodeProvider" /> 和 <see cref="T:System.Collections.IComparer" /> 建立雜湊資料表。</exception>
  985. </member>
  986. <member name="M:System.Collections.Hashtable.GetEnumerator">
  987. <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> that iterates through the <see cref="T:System.Collections.Hashtable" />.</summary>
  988. <returns>
  989. <see cref="T:System.Collections.Hashtable" /> 的 <see cref="T:System.Collections.IDictionaryEnumerator" />。</returns>
  990. <filterpriority>2</filterpriority>
  991. </member>
  992. <member name="M:System.Collections.Hashtable.GetHash(System.Object)">
  993. <summary>傳回指定索引鍵的雜湊程式碼。</summary>
  994. <returns>
  995. <paramref name="key" /> 的雜湊程式碼。</returns>
  996. <param name="key">要傳回雜湊碼的 <see cref="T:System.Object" />。</param>
  997. <exception cref="T:System.NullReferenceException">
  998. <paramref name="key" /> 為 null。</exception>
  999. </member>
  1000. <member name="P:System.Collections.Hashtable.IsFixedSize">
  1001. <summary>取得值,指出 <see cref="T:System.Collections.Hashtable" /> 是否有固定的大小。</summary>
  1002. <returns>true if the <see cref="T:System.Collections.Hashtable" /> has a fixed size; otherwise, false.預設值為 false。</returns>
  1003. <filterpriority>2</filterpriority>
  1004. </member>
  1005. <member name="P:System.Collections.Hashtable.IsReadOnly">
  1006. <summary>取得值,指出 <see cref="T:System.Collections.Hashtable" /> 是否唯讀。</summary>
  1007. <returns>如果 <see cref="T:System.Collections.Hashtable" /> 是唯讀,則為 true,否則為 false。預設值為 false。</returns>
  1008. <filterpriority>2</filterpriority>
  1009. </member>
  1010. <member name="P:System.Collections.Hashtable.IsSynchronized">
  1011. <summary>取得值,這個值表示對 <see cref="T:System.Collections.Hashtable" /> 的存取是否同步 (安全執行緒)。</summary>
  1012. <returns>true if access to the <see cref="T:System.Collections.Hashtable" /> is synchronized (thread safe); otherwise, false.預設值為 false。</returns>
  1013. <filterpriority>2</filterpriority>
  1014. </member>
  1015. <member name="P:System.Collections.Hashtable.Item(System.Object)">
  1016. <summary>取得或設定與指定之索引鍵相關聯的值。</summary>
  1017. <returns>與指定之索引鍵關聯的值。如果找不到指定的索引鍵,嘗試取得將傳回 null,並且嘗試設定會使用指定的索引鍵建立新的元素。</returns>
  1018. <param name="key">索引鍵,要讀取或設定其值。</param>
  1019. <exception cref="T:System.ArgumentNullException">
  1020. <paramref name="key" /> 為 null。</exception>
  1021. <exception cref="T:System.NotSupportedException">屬性已設定,而且 <see cref="T:System.Collections.Hashtable" /> 是唯讀的。-或-屬性已設定,<paramref name="key" /> 不存在於集合中,而且 <see cref="T:System.Collections.Hashtable" /> 具有固定大小。</exception>
  1022. <filterpriority>2</filterpriority>
  1023. </member>
  1024. <member name="M:System.Collections.Hashtable.KeyEquals(System.Object,System.Object)">
  1025. <summary>比較特定的 <see cref="T:System.Object" /> 和 <see cref="T:System.Collections.Hashtable" /> 中的特定索引鍵。</summary>
  1026. <returns>如果 <paramref name="item" /> 和 <paramref name="key" /> 相等,則為 true,否則為 false。</returns>
  1027. <param name="item">要和 <paramref name="key" /> 比較的 <see cref="T:System.Object" />。</param>
  1028. <param name="key">要和 <paramref name="item" /> 比較的 <see cref="T:System.Collections.Hashtable" /> 索引鍵。 </param>
  1029. <exception cref="T:System.ArgumentNullException">
  1030. <paramref name="item" /> 為 null。-或- <paramref name="key" /> 為 null。</exception>
  1031. </member>
  1032. <member name="P:System.Collections.Hashtable.Keys">
  1033. <summary>Gets an <see cref="T:System.Collections.ICollection" /> containing the keys in the <see cref="T:System.Collections.Hashtable" />.</summary>
  1034. <returns>An <see cref="T:System.Collections.ICollection" /> containing the keys in the <see cref="T:System.Collections.Hashtable" />.</returns>
  1035. <filterpriority>1</filterpriority>
  1036. </member>
  1037. <member name="M:System.Collections.Hashtable.Remove(System.Object)">
  1038. <summary>將有指定索引鍵的元素從 <see cref="T:System.Collections.Hashtable" /> 移除。</summary>
  1039. <param name="key">要移除的項目索引鍵。 </param>
  1040. <exception cref="T:System.ArgumentNullException">
  1041. <paramref name="key" /> 為 null。</exception>
  1042. <exception cref="T:System.NotSupportedException">
  1043. <see cref="T:System.Collections.Hashtable" /> 是唯讀的。-或-<see cref="T:System.Collections.Hashtable" /> 具有固定的大小。</exception>
  1044. <filterpriority>1</filterpriority>
  1045. </member>
  1046. <member name="M:System.Collections.Hashtable.Synchronized(System.Collections.Hashtable)">
  1047. <summary>傳回 <see cref="T:System.Collections.Hashtable" /> 同步處理的 (安全執行緒) 包裝函式。</summary>
  1048. <returns>
  1049. <see cref="T:System.Collections.Hashtable" /> 的同步處理之 (安全執行緒) 包裝函式。</returns>
  1050. <param name="table">要同步處理的 <see cref="T:System.Collections.Hashtable" />。</param>
  1051. <exception cref="T:System.ArgumentNullException">
  1052. <paramref name="table" /> 為 null。</exception>
  1053. <filterpriority>1</filterpriority>
  1054. </member>
  1055. <member name="P:System.Collections.Hashtable.SyncRoot">
  1056. <summary>取得可用來同步存取 <see cref="T:System.Collections.Hashtable" /> 的物件。</summary>
  1057. <returns>可用來同步存取 <see cref="T:System.Collections.Hashtable" /> 的物件。</returns>
  1058. <filterpriority>2</filterpriority>
  1059. </member>
  1060. <member name="M:System.Collections.Hashtable.System#Collections#IEnumerable#GetEnumerator">
  1061. <summary>傳回逐一查看集合的列舉值。</summary>
  1062. <returns>
  1063. <see cref="T:System.Collections.IEnumerator" />,可用於逐一查看集合。</returns>
  1064. </member>
  1065. <member name="P:System.Collections.Hashtable.Values">
  1066. <summary>取得 <see cref="T:System.Collections.ICollection" />,包含 <see cref="T:System.Collections.Hashtable" /> 中的值。</summary>
  1067. <returns>
  1068. <see cref="T:System.Collections.ICollection" />,包含 <see cref="T:System.Collections.Hashtable" /> 中的值。</returns>
  1069. <filterpriority>1</filterpriority>
  1070. </member>
  1071. <member name="T:System.Collections.Queue">
  1072. <summary>表示物件的先進先出 (FIFO) 集合。</summary>
  1073. <filterpriority>1</filterpriority>
  1074. </member>
  1075. <member name="M:System.Collections.Queue.#ctor">
  1076. <summary>初始化 <see cref="T:System.Collections.Queue" /> 類別的新執行個體,其為空白、具有預設初始容量且使用預設的等比級數因數。</summary>
  1077. </member>
  1078. <member name="M:System.Collections.Queue.#ctor(System.Collections.ICollection)">
  1079. <summary>初始化 <see cref="T:System.Collections.Queue" /> 類別的新執行個體,其中含有從指定之集合複製過來的項目、具有與複製的項目數一樣的初始容量且使用預設的等比級數因數。</summary>
  1080. <param name="col">要複製項目來源的 <see cref="T:System.Collections.ICollection" />。</param>
  1081. <exception cref="T:System.ArgumentNullException">
  1082. <paramref name="col" /> is null. </exception>
  1083. </member>
  1084. <member name="M:System.Collections.Queue.#ctor(System.Int32)">
  1085. <summary>初始化 <see cref="T:System.Collections.Queue" /> 類別的新執行個體,其為空白、具有指定的初始容量且使用預設的等比級數因數。</summary>
  1086. <param name="capacity">
  1087. <see cref="T:System.Collections.Queue" /> 可包含的項目初始數目。</param>
  1088. <exception cref="T:System.ArgumentOutOfRangeException">
  1089. <paramref name="capacity" /> is less than zero. </exception>
  1090. </member>
  1091. <member name="M:System.Collections.Queue.#ctor(System.Int32,System.Single)">
  1092. <summary>初始化 <see cref="T:System.Collections.Queue" /> 類別的新執行個體,其為空白、具有指定的初始容量且使用指定的等比級數因數。</summary>
  1093. <param name="capacity">
  1094. <see cref="T:System.Collections.Queue" /> 可包含的項目初始數目。</param>
  1095. <param name="growFactor">擴充 <see cref="T:System.Collections.Queue" /> 之容量的因數。</param>
  1096. <exception cref="T:System.ArgumentOutOfRangeException">
  1097. <paramref name="capacity" /> is less than zero.-or- <paramref name="growFactor" /> is less than 1.0 or greater than 10.0. </exception>
  1098. </member>
  1099. <member name="M:System.Collections.Queue.Clear">
  1100. <summary>從 <see cref="T:System.Collections.Queue" /> 移除所有物件。</summary>
  1101. <filterpriority>2</filterpriority>
  1102. </member>
  1103. <member name="M:System.Collections.Queue.Clone">
  1104. <summary>建立 <see cref="T:System.Collections.Queue" /> 的淺層複本 (Shallow Copy)。</summary>
  1105. <returns>
  1106. <see cref="T:System.Collections.Queue" /> 的淺層複本。</returns>
  1107. <filterpriority>2</filterpriority>
  1108. </member>
  1109. <member name="M:System.Collections.Queue.Contains(System.Object)">
  1110. <summary>判斷某項目是否在 <see cref="T:System.Collections.Queue" /> 中。</summary>
  1111. <returns>如果在 <see cref="T:System.Collections.Queue" /> 中找到 <paramref name="obj" />,則為 true,否則為 false。</returns>
  1112. <param name="obj">要在 <see cref="T:System.Collections.Queue" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  1113. <filterpriority>2</filterpriority>
  1114. </member>
  1115. <member name="M:System.Collections.Queue.CopyTo(System.Array,System.Int32)">
  1116. <summary>從指定的陣列索引處開始,複製 <see cref="T:System.Collections.Queue" /> 項目至現有一維 <see cref="T:System.Array" />。</summary>
  1117. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.Queue" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零為起始的索引。</param>
  1118. <param name="index">
  1119. <paramref name="array" /> 中以零為起始的索引,是複製開始的位置。</param>
  1120. <exception cref="T:System.ArgumentNullException">
  1121. <paramref name="array" /> is null. </exception>
  1122. <exception cref="T:System.ArgumentOutOfRangeException">
  1123. <paramref name="index" /> is less than zero. </exception>
  1124. <exception cref="T:System.ArgumentException">
  1125. <paramref name="array" /> is multidimensional.-or- The number of elements in the source <see cref="T:System.Collections.Queue" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />. </exception>
  1126. <exception cref="T:System.ArrayTypeMismatchException">The type of the source <see cref="T:System.Collections.Queue" /> cannot be cast automatically to the type of the destination <paramref name="array" />. </exception>
  1127. <filterpriority>2</filterpriority>
  1128. </member>
  1129. <member name="P:System.Collections.Queue.Count">
  1130. <summary>取得 <see cref="T:System.Collections.Queue" /> 中所包含的項目數。</summary>
  1131. <returns>
  1132. <see cref="T:System.Collections.Queue" /> 中所包含的項目數。</returns>
  1133. <filterpriority>2</filterpriority>
  1134. </member>
  1135. <member name="M:System.Collections.Queue.Dequeue">
  1136. <summary>移除並傳回在 <see cref="T:System.Collections.Queue" /> 前端的物件。</summary>
  1137. <returns>從 <see cref="T:System.Collections.Queue" /> 前端移除的物件。</returns>
  1138. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.Queue" /> is empty. </exception>
  1139. <filterpriority>2</filterpriority>
  1140. </member>
  1141. <member name="M:System.Collections.Queue.Enqueue(System.Object)">
  1142. <summary>將物件加入至 <see cref="T:System.Collections.Queue" /> 的結尾。</summary>
  1143. <param name="obj">要加入 <see cref="T:System.Collections.Queue" /> 的物件。此值可以是 null。</param>
  1144. <filterpriority>2</filterpriority>
  1145. </member>
  1146. <member name="M:System.Collections.Queue.GetEnumerator">
  1147. <summary>傳回在 <see cref="T:System.Collections.Queue" /> 中逐一查看的列舉值。</summary>
  1148. <returns>
  1149. <see cref="T:System.Collections.IEnumerator" /> 的 <see cref="T:System.Collections.Queue" />。</returns>
  1150. <filterpriority>2</filterpriority>
  1151. </member>
  1152. <member name="P:System.Collections.Queue.IsSynchronized">
  1153. <summary>取得值,這個值表示對 <see cref="T:System.Collections.Queue" /> 的存取是否同步 (安全執行緒)。</summary>
  1154. <returns>如果對 <see cref="T:System.Collections.Queue" /> 的存取為同步 (安全執行緒),則為 true,否則為 false。預設值為 false。</returns>
  1155. <filterpriority>2</filterpriority>
  1156. </member>
  1157. <member name="M:System.Collections.Queue.Peek">
  1158. <summary>傳回 <see cref="T:System.Collections.Queue" /> 前端的物件而不需移除它。</summary>
  1159. <returns>在 <see cref="T:System.Collections.Queue" /> 前端的物件。</returns>
  1160. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.Queue" /> is empty. </exception>
  1161. <filterpriority>2</filterpriority>
  1162. </member>
  1163. <member name="M:System.Collections.Queue.Synchronized(System.Collections.Queue)">
  1164. <summary>傳回包裝原始佇列並且為安全執行緒的新 <see cref="T:System.Collections.Queue" />。</summary>
  1165. <returns>同步 (安全執行緒) 的 <see cref="T:System.Collections.Queue" /> 包裝函式。</returns>
  1166. <param name="queue">要同步處理的 <see cref="T:System.Collections.Queue" />。</param>
  1167. <exception cref="T:System.ArgumentNullException">
  1168. <paramref name="queue" /> is null. </exception>
  1169. <filterpriority>2</filterpriority>
  1170. </member>
  1171. <member name="P:System.Collections.Queue.SyncRoot">
  1172. <summary>取得可用以同步存取 <see cref="T:System.Collections.Queue" /> 的物件。</summary>
  1173. <returns>可用以同步存取 <see cref="T:System.Collections.Queue" /> 的物件。</returns>
  1174. <filterpriority>2</filterpriority>
  1175. </member>
  1176. <member name="M:System.Collections.Queue.ToArray">
  1177. <summary>將 <see cref="T:System.Collections.Queue" /> 項目複製到新的陣列。</summary>
  1178. <returns>新的陣列,包含複製自 <see cref="T:System.Collections.Queue" /> 的項目。</returns>
  1179. <filterpriority>2</filterpriority>
  1180. </member>
  1181. <member name="M:System.Collections.Queue.TrimToSize">
  1182. <summary>將容量設為 <see cref="T:System.Collections.Queue" /> 中的實際項目數目。</summary>
  1183. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Queue" /> is read-only.</exception>
  1184. <filterpriority>2</filterpriority>
  1185. </member>
  1186. <member name="T:System.Collections.ReadOnlyCollectionBase">
  1187. <summary>提供強式非泛型唯讀集合的 abstract 基底類別。</summary>
  1188. <filterpriority>2</filterpriority>
  1189. </member>
  1190. <member name="M:System.Collections.ReadOnlyCollectionBase.#ctor">
  1191. <summary>初始化 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 類別的新執行個體。</summary>
  1192. </member>
  1193. <member name="P:System.Collections.ReadOnlyCollectionBase.Count">
  1194. <summary>取得包含在 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 執行個體中的項目數目。</summary>
  1195. <returns>包含在 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 執行個體中的項目數目。擷取這個屬性的值是一種 O(1) 運算。</returns>
  1196. <filterpriority>2</filterpriority>
  1197. </member>
  1198. <member name="M:System.Collections.ReadOnlyCollectionBase.GetEnumerator">
  1199. <summary>傳回可逐一查看 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 執行個體的列舉值。</summary>
  1200. <returns>
  1201. <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 執行個體的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  1202. <filterpriority>2</filterpriority>
  1203. </member>
  1204. <member name="P:System.Collections.ReadOnlyCollectionBase.InnerList">
  1205. <summary>取得包含於 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 執行個體中的元素清單。</summary>
  1206. <returns>
  1207. <see cref="T:System.Collections.ArrayList" /> 表示 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 執行個體本身。</returns>
  1208. </member>
  1209. <member name="M:System.Collections.ReadOnlyCollectionBase.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  1210. <summary>從目標陣列的指定索引開始,複製整個 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 至相容的一維 <see cref="T:System.Array" />。</summary>
  1211. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  1212. <param name="index">
  1213. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。</param>
  1214. <exception cref="T:System.ArgumentNullException">
  1215. <paramref name="array" /> 為 null。</exception>
  1216. <exception cref="T:System.ArgumentOutOfRangeException">
  1217. <paramref name="index" /> 小於零。</exception>
  1218. <exception cref="T:System.ArgumentException">
  1219. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 元素的數量大於從 <paramref name="index" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  1220. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  1221. </member>
  1222. <member name="P:System.Collections.ReadOnlyCollectionBase.System#Collections#ICollection#IsSynchronized">
  1223. <summary>取得值,指出對 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 物件的存取是否為同步的 (執行緒安全)。</summary>
  1224. <returns>如果是同步 (執行緒安全) 存取 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 物件則為 true,否則為 false。預設為 false。</returns>
  1225. </member>
  1226. <member name="P:System.Collections.ReadOnlyCollectionBase.System#Collections#ICollection#SyncRoot">
  1227. <summary>取得可用來同步存取 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 物件的物件。</summary>
  1228. <returns>可用來同步處理對 <see cref="T:System.Collections.ReadOnlyCollectionBase" /> 物件之存取的物件。</returns>
  1229. </member>
  1230. <member name="T:System.Collections.SortedList">
  1231. <summary>表示索引鍵/值組配對的集合,這個集合按索引鍵排序,而且可以按索引鍵和索引存取。</summary>
  1232. <filterpriority>1</filterpriority>
  1233. </member>
  1234. <member name="M:System.Collections.SortedList.#ctor">
  1235. <summary>初始化 <see cref="T:System.Collections.SortedList" /> 類別的新執行個體,其為空白、具有預設的初始容量,而且其排序依據為已加入至 <see cref="T:System.Collections.SortedList" /> 之每個索引鍵所實作的 <see cref="T:System.IComparable" /> 介面。</summary>
  1236. </member>
  1237. <member name="M:System.Collections.SortedList.#ctor(System.Collections.IComparer)">
  1238. <summary>初始化 <see cref="T:System.Collections.SortedList" /> 類別的新執行個體,其為空白且具有預設的初始容量,並根據指定的 <see cref="T:System.Collections.IComparer" /> 介面排序。</summary>
  1239. <param name="comparer">比較索引鍵時所要使用的 <see cref="T:System.Collections.IComparer" /> 實作。-或- 要使用每個索引鍵之 <see cref="T:System.IComparable" /> 實作的 null。</param>
  1240. </member>
  1241. <member name="M:System.Collections.SortedList.#ctor(System.Collections.IComparer,System.Int32)">
  1242. <summary>初始化 <see cref="T:System.Collections.SortedList" /> 類別新執行個體,其為空白且具有指定的初始容量,並根據指定的 <see cref="T:System.Collections.IComparer" /> 介面排序。</summary>
  1243. <param name="comparer">比較索引鍵時所要使用的 <see cref="T:System.Collections.IComparer" /> 實作。-或- 要使用每個索引鍵之 <see cref="T:System.IComparable" /> 實作的 null。</param>
  1244. <param name="capacity">
  1245. <see cref="T:System.Collections.SortedList" /> 物件可包含的初始元素數目。 </param>
  1246. <exception cref="T:System.ArgumentOutOfRangeException">
  1247. <paramref name="capacity" /> 小於零。</exception>
  1248. <exception cref="T:System.OutOfMemoryException">沒有足夠的記憶體可用,無法建立具有所指定 <paramref name="capacity" /> 的 <see cref="T:System.Collections.SortedList" /> 物件。</exception>
  1249. </member>
  1250. <member name="M:System.Collections.SortedList.#ctor(System.Collections.IDictionary)">
  1251. <summary>初始化 <see cref="T:System.Collections.SortedList" /> 類別的新執行個體,其含有從指定的字典複製過來的元素、具有與複製的元素數一樣的初始容量且根據每一個索引鍵實作的 <see cref="T:System.IComparable" /> 介面排序。</summary>
  1252. <param name="d">要複製到新 <see cref="T:System.Collections.SortedList" /> 物件的 <see cref="T:System.Collections.IDictionary" /> 實作。</param>
  1253. <exception cref="T:System.ArgumentNullException">
  1254. <paramref name="d" /> 為 null。</exception>
  1255. <exception cref="T:System.InvalidCastException">
  1256. <paramref name="d" /> 中的一個或多個元素沒有實作 <see cref="T:System.IComparable" /> 介面。</exception>
  1257. </member>
  1258. <member name="M:System.Collections.SortedList.#ctor(System.Collections.IDictionary,System.Collections.IComparer)">
  1259. <summary>初始化 <see cref="T:System.Collections.SortedList" /> 類別的新執行個體,其含有從指定的字典複製過來的元素、具有與複製的元素數一樣的初始容量且根據指定的 <see cref="T:System.Collections.IComparer" /> 介面排序。</summary>
  1260. <param name="d">要複製到新 <see cref="T:System.Collections.SortedList" /> 物件的 <see cref="T:System.Collections.IDictionary" /> 實作。</param>
  1261. <param name="comparer">比較索引鍵時所要使用的 <see cref="T:System.Collections.IComparer" /> 實作。-或- 要使用每個索引鍵之 <see cref="T:System.IComparable" /> 實作的 null。 </param>
  1262. <exception cref="T:System.ArgumentNullException">
  1263. <paramref name="d" /> 為 null。 </exception>
  1264. <exception cref="T:System.InvalidCastException">
  1265. <paramref name="comparer" /> 為 null,而且 <paramref name="d" /> 中的一個或多個元素沒有實作 <see cref="T:System.IComparable" /> 介面。</exception>
  1266. </member>
  1267. <member name="M:System.Collections.SortedList.#ctor(System.Int32)">
  1268. <summary>初始化 <see cref="T:System.Collections.SortedList" /> 類別的新執行個體,其為空白、具有指定的初始容量,而且其排序依據為已加入至 <see cref="T:System.Collections.SortedList" /> 之每個索引鍵所實作的 <see cref="T:System.IComparable" /> 介面。</summary>
  1269. <param name="initialCapacity">
  1270. <see cref="T:System.Collections.SortedList" /> 物件可包含的初始元素數目。 </param>
  1271. <exception cref="T:System.ArgumentOutOfRangeException">
  1272. <paramref name="initialCapacity" /> 小於零。 </exception>
  1273. <exception cref="T:System.OutOfMemoryException">There is not enough available memory to create a <see cref="T:System.Collections.SortedList" /> object with the specified <paramref name="initialCapacity" />.</exception>
  1274. </member>
  1275. <member name="M:System.Collections.SortedList.Add(System.Object,System.Object)">
  1276. <summary>將具有指定索引鍵和值的元素加入至 <see cref="T:System.Collections.SortedList" /> 物件。</summary>
  1277. <param name="key">要加入的項目的索引鍵。</param>
  1278. <param name="value">要加入的項目的值。此值可以是 null。</param>
  1279. <exception cref="T:System.ArgumentNullException">
  1280. <paramref name="key" /> 為 null。</exception>
  1281. <exception cref="T:System.ArgumentException">
  1282. <see cref="T:System.Collections.SortedList" /> 物件中己經包含具有指定之 <paramref name="key" /> 的元素。-或-<see cref="T:System.Collections.SortedList" /> 設定為使用 <see cref="T:System.IComparable" /> 介面,而且 <paramref name="key" /> 沒有實作 <see cref="T:System.IComparable" /> 介面。</exception>
  1283. <exception cref="T:System.NotSupportedException">
  1284. <see cref="T:System.Collections.SortedList" /> 是唯讀的。-或-<see cref="T:System.Collections.SortedList" /> 具有固定的大小。</exception>
  1285. <exception cref="T:System.OutOfMemoryException">沒有足夠的記憶體可用,無法將元素加入至 <see cref="T:System.Collections.SortedList" />。</exception>
  1286. <exception cref="T:System.InvalidOperationException">比較子會擲回例外狀況。</exception>
  1287. <filterpriority>2</filterpriority>
  1288. </member>
  1289. <member name="P:System.Collections.SortedList.Capacity">
  1290. <summary>取得或設定 <see cref="T:System.Collections.SortedList" /> 物件的容量。</summary>
  1291. <returns>
  1292. <see cref="T:System.Collections.SortedList" /> 物件能夠包含的元素數目。</returns>
  1293. <exception cref="T:System.ArgumentOutOfRangeException">指派的值小於 <see cref="T:System.Collections.SortedList" /> 物件中目前的元素數目。</exception>
  1294. <exception cref="T:System.OutOfMemoryException">系統上沒有足夠的可用記憶體。</exception>
  1295. <filterpriority>2</filterpriority>
  1296. </member>
  1297. <member name="M:System.Collections.SortedList.Clear">
  1298. <summary>將所有元素從 <see cref="T:System.Collections.SortedList" /> 物件移除。</summary>
  1299. <exception cref="T:System.NotSupportedException">
  1300. <see cref="T:System.Collections.SortedList" /> 物件是唯讀的。-或-<see cref="T:System.Collections.SortedList" /> 具有固定的大小。 </exception>
  1301. <filterpriority>1</filterpriority>
  1302. </member>
  1303. <member name="M:System.Collections.SortedList.Clone">
  1304. <summary>建立 <see cref="T:System.Collections.SortedList" /> 物件的淺層複本 (Shallow Copy)。</summary>
  1305. <returns>
  1306. <see cref="T:System.Collections.SortedList" /> 物件的淺層複本。</returns>
  1307. <filterpriority>2</filterpriority>
  1308. <PermissionSet>
  1309. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
  1310. </PermissionSet>
  1311. </member>
  1312. <member name="M:System.Collections.SortedList.Contains(System.Object)">
  1313. <summary>判斷 <see cref="T:System.Collections.SortedList" /> 物件是否包含特定索引鍵。</summary>
  1314. <returns>如果 <see cref="T:System.Collections.SortedList" /> 物件包含的元素有指定的 <paramref name="key" />,則為 true,否則為 false。</returns>
  1315. <param name="key">要在 <see cref="T:System.Collections.SortedList" /> 物件中尋找的索引鍵。 </param>
  1316. <exception cref="T:System.ArgumentNullException">
  1317. <paramref name="key" /> 為 null。</exception>
  1318. <exception cref="T:System.InvalidOperationException">比較子會擲回例外狀況。</exception>
  1319. <filterpriority>1</filterpriority>
  1320. </member>
  1321. <member name="M:System.Collections.SortedList.ContainsKey(System.Object)">
  1322. <summary>判斷 <see cref="T:System.Collections.SortedList" /> 物件是否包含特定索引鍵。</summary>
  1323. <returns>如果 <see cref="T:System.Collections.SortedList" /> 物件包含的元素有指定的 <paramref name="key" />,則為 true,否則為 false。</returns>
  1324. <param name="key">要在 <see cref="T:System.Collections.SortedList" /> 物件中尋找的索引鍵。</param>
  1325. <exception cref="T:System.ArgumentNullException">
  1326. <paramref name="key" /> 為 null。</exception>
  1327. <exception cref="T:System.InvalidOperationException">比較子會擲回例外狀況。</exception>
  1328. <filterpriority>1</filterpriority>
  1329. </member>
  1330. <member name="M:System.Collections.SortedList.ContainsValue(System.Object)">
  1331. <summary>判斷 <see cref="T:System.Collections.SortedList" /> 物件是否包含特定的值。</summary>
  1332. <returns>true if the <see cref="T:System.Collections.SortedList" /> object contains an element with the specified <paramref name="value" />; otherwise, false.</returns>
  1333. <param name="value">要在 <see cref="T:System.Collections.SortedList" /> 物件中尋找的值。此值可以是 null。</param>
  1334. <filterpriority>2</filterpriority>
  1335. </member>
  1336. <member name="M:System.Collections.SortedList.CopyTo(System.Array,System.Int32)">
  1337. <summary>從陣列中指定的索引處開始,將 <see cref="T:System.Collections.SortedList" /> 元素複製到一維 <see cref="T:System.Array" /> 物件中。</summary>
  1338. <param name="array">一維 <see cref="T:System.Array" /> 物件,其為從 <see cref="T:System.Collections.SortedList" /> 複製之 <see cref="T:System.Collections.DictionaryEntry" /> 物件的目的地。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  1339. <param name="arrayIndex">
  1340. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。 </param>
  1341. <exception cref="T:System.ArgumentNullException">
  1342. <paramref name="array" /> 為 null。 </exception>
  1343. <exception cref="T:System.ArgumentOutOfRangeException">
  1344. <paramref name="arrayIndex" /> 小於零。 </exception>
  1345. <exception cref="T:System.ArgumentException">
  1346. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.SortedList" /> 物件中的元素數目,大於從 <paramref name="arrayIndex" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  1347. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.SortedList" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  1348. <filterpriority>2</filterpriority>
  1349. </member>
  1350. <member name="P:System.Collections.SortedList.Count">
  1351. <summary>取得 <see cref="T:System.Collections.SortedList" /> 物件中所包含的元素數目。</summary>
  1352. <returns>
  1353. <see cref="T:System.Collections.SortedList" /> 物件中所包含的元素數目。</returns>
  1354. <filterpriority>1</filterpriority>
  1355. </member>
  1356. <member name="M:System.Collections.SortedList.GetByIndex(System.Int32)">
  1357. <summary>取得 <see cref="T:System.Collections.SortedList" /> 物件中指定之索引處的值。</summary>
  1358. <returns>
  1359. <see cref="T:System.Collections.SortedList" /> 中指定之索引處的值。</returns>
  1360. <param name="index">要取得的值的以零起始的索引。</param>
  1361. <exception cref="T:System.ArgumentOutOfRangeException">
  1362. <paramref name="index" /> 在 <see cref="T:System.Collections.SortedList" /> 物件的有效索引範圍之外。</exception>
  1363. <filterpriority>2</filterpriority>
  1364. </member>
  1365. <member name="M:System.Collections.SortedList.GetEnumerator">
  1366. <summary>傳回可在 <see cref="T:System.Collections.SortedList" /> 物件中逐一查看的 <see cref="T:System.Collections.IDictionaryEnumerator" /> 物件。</summary>
  1367. <returns>
  1368. <see cref="T:System.Collections.SortedList" /> 物件的 <see cref="T:System.Collections.IDictionaryEnumerator" /> 物件。</returns>
  1369. <filterpriority>2</filterpriority>
  1370. </member>
  1371. <member name="M:System.Collections.SortedList.GetKey(System.Int32)">
  1372. <summary>取得 <see cref="T:System.Collections.SortedList" /> 物件中指定之索引處的索引鍵。</summary>
  1373. <returns>
  1374. <see cref="T:System.Collections.SortedList" /> 物件中指定之索引處的索引鍵。</returns>
  1375. <param name="index">要取得索引鍵之以零起始的索引。</param>
  1376. <exception cref="T:System.ArgumentOutOfRangeException">
  1377. <paramref name="index" /> 在 <see cref="T:System.Collections.SortedList" /> 物件的有效索引範圍之外。</exception>
  1378. <filterpriority>2</filterpriority>
  1379. </member>
  1380. <member name="M:System.Collections.SortedList.GetKeyList">
  1381. <summary>取得 <see cref="T:System.Collections.SortedList" /> 物件中的索引鍵。</summary>
  1382. <returns>
  1383. <see cref="T:System.Collections.IList" /> 物件,其中包含 <see cref="T:System.Collections.SortedList" /> 物件中的索引鍵。</returns>
  1384. <filterpriority>2</filterpriority>
  1385. </member>
  1386. <member name="M:System.Collections.SortedList.GetValueList">
  1387. <summary>取得 <see cref="T:System.Collections.SortedList" /> 物件中的值。</summary>
  1388. <returns>
  1389. <see cref="T:System.Collections.IList" /> 物件,其中含有 <see cref="T:System.Collections.SortedList" /> 物件中的值。</returns>
  1390. <filterpriority>2</filterpriority>
  1391. </member>
  1392. <member name="M:System.Collections.SortedList.IndexOfKey(System.Object)">
  1393. <summary>傳回 <see cref="T:System.Collections.SortedList" /> 物件中指定之索引鍵的以零起始之索引。</summary>
  1394. <returns>如果在 <see cref="T:System.Collections.SortedList" /> 物件中找到 <paramref name="key" />,則為 <paramref name="key" /> 參數之以零起始的索引,否則為 -1。</returns>
  1395. <param name="key">要在 <see cref="T:System.Collections.SortedList" /> 物件中尋找的索引鍵。</param>
  1396. <exception cref="T:System.ArgumentNullException">
  1397. <paramref name="key" /> 為 null。</exception>
  1398. <exception cref="T:System.InvalidOperationException">比較子會擲回例外狀況。</exception>
  1399. <filterpriority>1</filterpriority>
  1400. </member>
  1401. <member name="M:System.Collections.SortedList.IndexOfValue(System.Object)">
  1402. <summary>傳回 <see cref="T:System.Collections.SortedList" /> 物件中指定之值的第一個符合項目的以零起始之索引。</summary>
  1403. <returns>如果在 <see cref="T:System.Collections.SortedList" /> 物件中找到 <paramref name="value" />,則為 <paramref name="value" /> 參數第一個符合項目之以零起始的索引,否則為 -1。</returns>
  1404. <param name="value">要在 <see cref="T:System.Collections.SortedList" /> 物件中尋找的值。此值可以是 null。</param>
  1405. <filterpriority>1</filterpriority>
  1406. </member>
  1407. <member name="P:System.Collections.SortedList.IsFixedSize">
  1408. <summary>取得值,指出 <see cref="T:System.Collections.SortedList" /> 物件是否具有固定的大小。</summary>
  1409. <returns>true if the <see cref="T:System.Collections.SortedList" /> object has a fixed size; otherwise, false.預設值為 false。</returns>
  1410. <filterpriority>2</filterpriority>
  1411. </member>
  1412. <member name="P:System.Collections.SortedList.IsReadOnly">
  1413. <summary>取得值,指出 <see cref="T:System.Collections.SortedList" /> 物件是否為唯讀。</summary>
  1414. <returns>true if the <see cref="T:System.Collections.SortedList" /> object is read-only; otherwise, false.預設值為 false。</returns>
  1415. <filterpriority>2</filterpriority>
  1416. </member>
  1417. <member name="P:System.Collections.SortedList.IsSynchronized">
  1418. <summary>取得值,指出對 <see cref="T:System.Collections.SortedList" /> 物件的存取是否為同步的 (執行緒安全)。</summary>
  1419. <returns>true if access to the <see cref="T:System.Collections.SortedList" /> object is synchronized (thread safe); otherwise, false.預設值為 false。</returns>
  1420. <filterpriority>2</filterpriority>
  1421. </member>
  1422. <member name="P:System.Collections.SortedList.Item(System.Object)">
  1423. <summary>取得並設定與 <see cref="T:System.Collections.SortedList" /> 物件中特定索引鍵相關聯的值。</summary>
  1424. <returns>如果找到 <paramref name="key" />,則為與 <see cref="T:System.Collections.SortedList" /> 物件中 <paramref name="key" /> 參數相關聯的值,否則為 null。</returns>
  1425. <param name="key">與要取得或設定的值相關聯的索引鍵。</param>
  1426. <exception cref="T:System.ArgumentNullException">
  1427. <paramref name="key" /> 為 null。</exception>
  1428. <exception cref="T:System.NotSupportedException">已設定該屬性,<see cref="T:System.Collections.SortedList" /> 物件是唯讀的。-或-屬性已設定,<paramref name="key" /> 不存在於集合中,而且 <see cref="T:System.Collections.SortedList" /> 具有固定大小。</exception>
  1429. <exception cref="T:System.OutOfMemoryException">沒有足夠的記憶體可用,無法將元素加入至 <see cref="T:System.Collections.SortedList" />。</exception>
  1430. <exception cref="T:System.InvalidOperationException">比較子會擲回例外狀況。</exception>
  1431. <filterpriority>1</filterpriority>
  1432. </member>
  1433. <member name="P:System.Collections.SortedList.Keys">
  1434. <summary>取得 <see cref="T:System.Collections.SortedList" /> 物件中的索引鍵。</summary>
  1435. <returns>
  1436. <see cref="T:System.Collections.ICollection" /> 物件,其中包含 <see cref="T:System.Collections.SortedList" /> 物件中的索引鍵。</returns>
  1437. <filterpriority>1</filterpriority>
  1438. </member>
  1439. <member name="M:System.Collections.SortedList.Remove(System.Object)">
  1440. <summary>從 <see cref="T:System.Collections.SortedList" /> 物件中移除具有指定之索引鍵的元素。</summary>
  1441. <param name="key">要移除的項目索引鍵。 </param>
  1442. <exception cref="T:System.ArgumentNullException">
  1443. <paramref name="key" /> 為 null。</exception>
  1444. <exception cref="T:System.NotSupportedException">
  1445. <see cref="T:System.Collections.SortedList" /> 物件是唯讀的。-或-<see cref="T:System.Collections.SortedList" /> 具有固定的大小。</exception>
  1446. <filterpriority>1</filterpriority>
  1447. </member>
  1448. <member name="M:System.Collections.SortedList.RemoveAt(System.Int32)">
  1449. <summary>移除 <see cref="T:System.Collections.SortedList" /> 物件中指定索引處的元素。</summary>
  1450. <param name="index">移除項目之以零為起始的索引。 </param>
  1451. <exception cref="T:System.ArgumentOutOfRangeException">
  1452. <paramref name="index" /> 在 <see cref="T:System.Collections.SortedList" /> 物件的有效索引範圍之外。</exception>
  1453. <exception cref="T:System.NotSupportedException">
  1454. <see cref="T:System.Collections.SortedList" /> 是唯讀的。-或-<see cref="T:System.Collections.SortedList" /> 具有固定的大小。</exception>
  1455. <filterpriority>2</filterpriority>
  1456. </member>
  1457. <member name="M:System.Collections.SortedList.SetByIndex(System.Int32,System.Object)">
  1458. <summary>取代 <see cref="T:System.Collections.SortedList" /> 物件中特定索引處的值。</summary>
  1459. <param name="index">要儲存 <paramref name="value" /> 的地方的以零起始的索引。</param>
  1460. <param name="value">要儲存到 <see cref="T:System.Collections.SortedList" /> 物件中的 <see cref="T:System.Object" />。此值可以是 null。</param>
  1461. <exception cref="T:System.ArgumentOutOfRangeException">
  1462. <paramref name="index" /> 在 <see cref="T:System.Collections.SortedList" /> 物件的有效索引範圍之外。</exception>
  1463. <filterpriority>2</filterpriority>
  1464. </member>
  1465. <member name="M:System.Collections.SortedList.Synchronized(System.Collections.SortedList)">
  1466. <summary>傳回 <see cref="T:System.Collections.SortedList" /> 物件的同步處理 (安全執行緒) 包裝函式。</summary>
  1467. <returns>
  1468. <see cref="T:System.Collections.SortedList" /> 物件的同步處理 (安全執行緒) 包裝函式。</returns>
  1469. <param name="list">要同步處理的 <see cref="T:System.Collections.SortedList" /> 物件。</param>
  1470. <exception cref="T:System.ArgumentNullException">
  1471. <paramref name="list" /> 為 null。</exception>
  1472. <filterpriority>1</filterpriority>
  1473. <PermissionSet>
  1474. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
  1475. </PermissionSet>
  1476. </member>
  1477. <member name="P:System.Collections.SortedList.SyncRoot">
  1478. <summary>取得可用來同步存取 <see cref="T:System.Collections.SortedList" /> 物件的物件。</summary>
  1479. <returns>可用來同步處理對 <see cref="T:System.Collections.SortedList" /> 物件之存取的物件。</returns>
  1480. <filterpriority>2</filterpriority>
  1481. </member>
  1482. <member name="M:System.Collections.SortedList.System#Collections#IEnumerable#GetEnumerator">
  1483. <summary>傳回透過 <see cref="T:System.Collections.SortedList" /> 重複的 <see cref="T:System.Collections.IEnumerator" />。</summary>
  1484. <returns>
  1485. <see cref="T:System.Collections.SortedList" /> 的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  1486. </member>
  1487. <member name="M:System.Collections.SortedList.TrimToSize">
  1488. <summary>將容量設為 <see cref="T:System.Collections.SortedList" /> 物件中的實際元素數目。</summary>
  1489. <exception cref="T:System.NotSupportedException">
  1490. <see cref="T:System.Collections.SortedList" /> 物件是唯讀的。-或-<see cref="T:System.Collections.SortedList" /> 具有固定的大小。</exception>
  1491. <filterpriority>2</filterpriority>
  1492. </member>
  1493. <member name="P:System.Collections.SortedList.Values">
  1494. <summary>取得 <see cref="T:System.Collections.SortedList" /> 物件中的值。</summary>
  1495. <returns>
  1496. <see cref="T:System.Collections.ICollection" /> 物件,其中含有 <see cref="T:System.Collections.SortedList" /> 物件中的值。</returns>
  1497. <filterpriority>1</filterpriority>
  1498. </member>
  1499. <member name="T:System.Collections.Stack">
  1500. <summary>表示簡單之物件的後進先出 (Last-In First-Out,LIFO) 非泛型集合。</summary>
  1501. <filterpriority>1</filterpriority>
  1502. </member>
  1503. <member name="M:System.Collections.Stack.#ctor">
  1504. <summary>初始化 <see cref="T:System.Collections.Stack" /> 類別的新執行個體,其為空白執行個體且具有預設的初始容量。</summary>
  1505. </member>
  1506. <member name="M:System.Collections.Stack.#ctor(System.Collections.ICollection)">
  1507. <summary>初始化 <see cref="T:System.Collections.Stack" /> 類別的新執行個體,其含有從指定的集合複製過來的元素且具有與複製的元素數一樣的初始容量。</summary>
  1508. <param name="col">要複製元素來源的 <see cref="T:System.Collections.ICollection" />。</param>
  1509. <exception cref="T:System.ArgumentNullException">
  1510. <paramref name="col" /> 為 null。</exception>
  1511. </member>
  1512. <member name="M:System.Collections.Stack.#ctor(System.Int32)">
  1513. <summary>初始化 <see cref="T:System.Collections.Stack" /> 類別的新執行個體,其為空白且具有指定的初始容量或預設的初始容量 (兩者中較大的那一個)。</summary>
  1514. <param name="initialCapacity">
  1515. <see cref="T:System.Collections.Stack" /> 可包含的元素初始數目。</param>
  1516. <exception cref="T:System.ArgumentOutOfRangeException">
  1517. <paramref name="initialCapacity" /> 小於零。</exception>
  1518. </member>
  1519. <member name="M:System.Collections.Stack.Clear">
  1520. <summary>從 <see cref="T:System.Collections.Stack" /> 移除所有物件。</summary>
  1521. <filterpriority>2</filterpriority>
  1522. </member>
  1523. <member name="M:System.Collections.Stack.Clone">
  1524. <summary>建立 <see cref="T:System.Collections.Stack" /> 的淺層複本 (Shallow Copy)。</summary>
  1525. <returns>
  1526. <see cref="T:System.Collections.Stack" /> 的淺層複本。</returns>
  1527. <filterpriority>2</filterpriority>
  1528. </member>
  1529. <member name="M:System.Collections.Stack.Contains(System.Object)">
  1530. <summary>判斷某元素是否在 <see cref="T:System.Collections.Stack" /> 中。</summary>
  1531. <returns>如果在 <see cref="T:System.Collections.Stack" /> 中找到 <paramref name="obj" /> 則為 true,否則為 false。</returns>
  1532. <param name="obj">要在 <see cref="T:System.Collections.Stack" /> 中尋找的 <see cref="T:System.Object" />。此值可以是 null。</param>
  1533. <filterpriority>2</filterpriority>
  1534. </member>
  1535. <member name="M:System.Collections.Stack.CopyTo(System.Array,System.Int32)">
  1536. <summary>從指定的陣列索引處開始,複製 <see cref="T:System.Collections.Stack" /> 至現有一維 <see cref="T:System.Array" />。</summary>
  1537. <param name="array">一維 <see cref="T:System.Array" />,是從 <see cref="T:System.Collections.Stack" /> 複製過來之項目的目的端。<see cref="T:System.Array" /> 必須有以零起始的索引。</param>
  1538. <param name="index">
  1539. <paramref name="array" /> 中以零起始的索引,是複製開始的位置。</param>
  1540. <exception cref="T:System.ArgumentNullException">
  1541. <paramref name="array" /> 為 null。</exception>
  1542. <exception cref="T:System.ArgumentOutOfRangeException">
  1543. <paramref name="index" /> 小於零。</exception>
  1544. <exception cref="T:System.ArgumentException">
  1545. <paramref name="array" /> 為多維。-或-來源 <see cref="T:System.Collections.Stack" /> 元素的數量大於從 <paramref name="index" /> 到目的 <paramref name="array" /> 結尾的可用空間。</exception>
  1546. <exception cref="T:System.InvalidCastException">來源 <see cref="T:System.Collections.Stack" /> 的型別無法自動轉換為目的 <paramref name="array" /> 的型別。</exception>
  1547. <filterpriority>2</filterpriority>
  1548. </member>
  1549. <member name="P:System.Collections.Stack.Count">
  1550. <summary>取得 <see cref="T:System.Collections.Stack" /> 中所包含的元素數。</summary>
  1551. <returns>
  1552. <see cref="T:System.Collections.Stack" /> 中所包含的項目數。</returns>
  1553. <filterpriority>2</filterpriority>
  1554. </member>
  1555. <member name="M:System.Collections.Stack.GetEnumerator">
  1556. <summary>傳回 <see cref="T:System.Collections.Stack" /> 的 <see cref="T:System.Collections.IEnumerator" />。</summary>
  1557. <returns>
  1558. <see cref="T:System.Collections.Stack" /> 的 <see cref="T:System.Collections.IEnumerator" />。</returns>
  1559. <filterpriority>2</filterpriority>
  1560. </member>
  1561. <member name="P:System.Collections.Stack.IsSynchronized">
  1562. <summary>取得值,這個值表示對 <see cref="T:System.Collections.Stack" /> 的存取是否同步 (安全執行緒)。</summary>
  1563. <returns>如果存取 <see cref="T:System.Collections.Stack" /> 已同步處理 (執行緒安全) 則為 true,否則為 false。預設為 false。</returns>
  1564. <filterpriority>2</filterpriority>
  1565. </member>
  1566. <member name="M:System.Collections.Stack.Peek">
  1567. <summary>傳回 <see cref="T:System.Collections.Stack" /> 頂端的物件而不需移除它。</summary>
  1568. <returns>在 <see cref="T:System.Collections.Stack" /> 頂端的 <see cref="T:System.Object" />。</returns>
  1569. <exception cref="T:System.InvalidOperationException">
  1570. <see cref="T:System.Collections.Stack" /> 是空的。</exception>
  1571. <filterpriority>2</filterpriority>
  1572. </member>
  1573. <member name="M:System.Collections.Stack.Pop">
  1574. <summary>移除並傳回在 <see cref="T:System.Collections.Stack" /> 頂端的物件。</summary>
  1575. <returns>從 <see cref="T:System.Collections.Stack" /> 頂端移除的 <see cref="T:System.Object" />。</returns>
  1576. <exception cref="T:System.InvalidOperationException">
  1577. <see cref="T:System.Collections.Stack" /> 是空的。</exception>
  1578. <filterpriority>2</filterpriority>
  1579. </member>
  1580. <member name="M:System.Collections.Stack.Push(System.Object)">
  1581. <summary>將物件插入 <see cref="T:System.Collections.Stack" /> 的頂端。</summary>
  1582. <param name="obj">要推入至 <see cref="T:System.Collections.Stack" /> 的 <see cref="T:System.Object" />。此值可以是 null。</param>
  1583. <filterpriority>2</filterpriority>
  1584. </member>
  1585. <member name="M:System.Collections.Stack.Synchronized(System.Collections.Stack)">
  1586. <summary>傳回 <see cref="T:System.Collections.Stack" /> 同步處理的 (安全執行緒) 包裝函式。</summary>
  1587. <returns>在 <see cref="T:System.Collections.Stack" /> 周圍的同步包裝函式。</returns>
  1588. <param name="stack">要同步處理的 <see cref="T:System.Collections.Stack" />。</param>
  1589. <exception cref="T:System.ArgumentNullException">
  1590. <paramref name="stack" /> 為 null。</exception>
  1591. <filterpriority>2</filterpriority>
  1592. </member>
  1593. <member name="P:System.Collections.Stack.SyncRoot">
  1594. <summary>取得可用來同步存取 <see cref="T:System.Collections.Stack" /> 的物件。</summary>
  1595. <returns>
  1596. <see cref="T:System.Object" />,可用來對 <see cref="T:System.Collections.Stack" /> 進行同步存取。</returns>
  1597. <filterpriority>2</filterpriority>
  1598. </member>
  1599. <member name="M:System.Collections.Stack.ToArray">
  1600. <summary>複製 <see cref="T:System.Collections.Stack" /> 至新陣列。</summary>
  1601. <returns>新陣列,包含 <see cref="T:System.Collections.Stack" /> 之元素的複本。</returns>
  1602. <filterpriority>2</filterpriority>
  1603. </member>
  1604. <member name="T:System.Collections.Specialized.CollectionsUtil">
  1605. <summary>建立會忽略字串之大小寫的集合。</summary>
  1606. </member>
  1607. <member name="M:System.Collections.Specialized.CollectionsUtil.#ctor">
  1608. <summary>初始化 <see cref="T:System.Collections.Specialized.CollectionsUtil" /> 類別的新執行個體。</summary>
  1609. </member>
  1610. <member name="M:System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable">
  1611. <summary>建立具有預設初始容量的 <see cref="T:System.Collections.Hashtable" /> 類別之新的區分大小寫執行個體。</summary>
  1612. <returns>具有預設初始容量的 <see cref="T:System.Collections.Hashtable" /> 類別之新的區分大小寫執行個體。</returns>
  1613. <PermissionSet>
  1614. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
  1615. </PermissionSet>
  1616. </member>
  1617. <member name="M:System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable(System.Collections.IDictionary)">
  1618. <summary>從指定的字典複製項目到具有與複製項目數相同的初始容量之 <see cref="T:System.Collections.Hashtable" /> 類別之新的不區分大小寫執行個體。</summary>
  1619. <returns>
  1620. <see cref="T:System.Collections.Hashtable" /> 類別之新的不區分大小寫執行個體,含有來自指定 <see cref="T:System.Collections.IDictionary" /> 的項目。</returns>
  1621. <param name="d">要複製至新的不區分大小寫之 <see cref="T:System.Collections.Hashtable" /> 的 <see cref="T:System.Collections.IDictionary" />。</param>
  1622. <exception cref="T:System.ArgumentNullException">
  1623. <paramref name="d" /> 為 null。</exception>
  1624. </member>
  1625. <member name="M:System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable(System.Int32)">
  1626. <summary>建立具有指定初始容量的 <see cref="T:System.Collections.Hashtable" /> 類別之新的區分大小寫執行個體。</summary>
  1627. <returns>具有指定初始容量的 <see cref="T:System.Collections.Hashtable" /> 類別之新的區分大小寫執行個體。</returns>
  1628. <param name="capacity">
  1629. <see cref="T:System.Collections.Hashtable" /> 可初始包含項目的大約數目。</param>
  1630. <exception cref="T:System.ArgumentOutOfRangeException">
  1631. <paramref name="capacity" /> 小於零。</exception>
  1632. </member>
  1633. <member name="M:System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveSortedList">
  1634. <summary>建立忽略字串大小寫的 <see cref="T:System.Collections.SortedList" /> 類別的新執行個體。</summary>
  1635. <returns>
  1636. <see cref="T:System.Collections.SortedList" /> 類別的新執行個體,忽略字串的大小寫。</returns>
  1637. </member>
  1638. </members>
  1639. </doc>