System.Collections.Specialized.xml 112 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Collections.Specialized</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Collections.Specialized.BitVector32">
  8. <summary>32비트 메모리에 부울 값과 small 정수를 저장하는 간단한 구조를 제공합니다.</summary>
  9. </member>
  10. <member name="M:System.Collections.Specialized.BitVector32.#ctor(System.Collections.Specialized.BitVector32)">
  11. <summary>기존의 <see cref="T:System.Collections.Specialized.BitVector32" /> 구조로 표현되는 데이터가 포함되어 있는 <see cref="T:System.Collections.Specialized.BitVector32" /> 구조체의 새 인스턴스를 초기화합니다.</summary>
  12. <param name="value">복사할 데이터가 포함되어 있는 <see cref="T:System.Collections.Specialized.BitVector32" /> 구조입니다. </param>
  13. </member>
  14. <member name="M:System.Collections.Specialized.BitVector32.#ctor(System.Int32)">
  15. <summary>정수로 표현되는 데이터가 포함되어 있는 <see cref="T:System.Collections.Specialized.BitVector32" /> 구조체의 새 인스턴스를 초기화합니다.</summary>
  16. <param name="data">새 <see cref="T:System.Collections.Specialized.BitVector32" />의 데이터를 나타내는 정수입니다. </param>
  17. </member>
  18. <member name="M:System.Collections.Specialized.BitVector32.CreateMask">
  19. <summary>비트 플래그로 설정된 <see cref="T:System.Collections.Specialized.BitVector32" />에서 개별 비트를 검색하는 데 사용할 수 있는 일련의 마스크 중의 첫 번째 마스크를 만듭니다.</summary>
  20. <returns>
  21. <see cref="T:System.Collections.Specialized.BitVector32" />에서 첫 번째 비트 플래그를 격리하는 마스크입니다.</returns>
  22. <PermissionSet>
  23. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  24. </PermissionSet>
  25. </member>
  26. <member name="M:System.Collections.Specialized.BitVector32.CreateMask(System.Int32)">
  27. <summary>비트 플래그로 설정된 <see cref="T:System.Collections.Specialized.BitVector32" />에서 개별 비트를 검색하는 데 사용할 수 있는 일련의 마스크 중에서 지정된 마스크 다음에 마스크를 추가로 만듭니다.</summary>
  28. <returns>
  29. <see cref="T:System.Collections.Specialized.BitVector32" />에서 <paramref name="previous" />가 가리키는 마스크 다음의 비트 플래그를 격리하는 마스크입니다.</returns>
  30. <param name="previous">이전 비트 플래그를 나타내는 마스크입니다. </param>
  31. <exception cref="T:System.InvalidOperationException">
  32. <paramref name="previous" /> indicates the last bit flag in the <see cref="T:System.Collections.Specialized.BitVector32" />. </exception>
  33. </member>
  34. <member name="M:System.Collections.Specialized.BitVector32.CreateSection(System.Int16)">
  35. <summary>small 정수가 포함되어 있는 일련의 섹션에 첫 번째 <see cref="T:System.Collections.Specialized.BitVector32.Section" />을 만듭니다.</summary>
  36. <returns>0부터 <paramref name="maxValue" /> 범위의 숫자를 보유할 수 있는 <see cref="T:System.Collections.Specialized.BitVector32.Section" />입니다.</returns>
  37. <param name="maxValue">새 <see cref="T:System.Collections.Specialized.BitVector32.Section" />의 최대값을 지정하는 16비트의 부호 있는 정수입니다. </param>
  38. <exception cref="T:System.ArgumentException">
  39. <paramref name="maxValue" /> is less than 1. </exception>
  40. </member>
  41. <member name="M:System.Collections.Specialized.BitVector32.CreateSection(System.Int16,System.Collections.Specialized.BitVector32.Section)">
  42. <summary>small 정수가 포함되어 있는 일련의 섹션에서 지정된 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 다음에 새 <see cref="T:System.Collections.Specialized.BitVector32.Section" />을 만듭니다.</summary>
  43. <returns>0부터 <paramref name="maxValue" /> 범위의 숫자를 보유할 수 있는 <see cref="T:System.Collections.Specialized.BitVector32.Section" />입니다.</returns>
  44. <param name="maxValue">새 <see cref="T:System.Collections.Specialized.BitVector32.Section" />의 최대값을 지정하는 16비트의 부호 있는 정수입니다. </param>
  45. <param name="previous">
  46. <see cref="T:System.Collections.Specialized.BitVector32" />에서 이전의 <see cref="T:System.Collections.Specialized.BitVector32.Section" />입니다. </param>
  47. <exception cref="T:System.ArgumentException">
  48. <paramref name="maxValue" /> is less than 1. </exception>
  49. <exception cref="T:System.InvalidOperationException">
  50. <paramref name="previous" /> includes the final bit in the <see cref="T:System.Collections.Specialized.BitVector32" />.-or- <paramref name="maxValue" /> is greater than the highest value that can be represented by the number of bits after <paramref name="previous" />. </exception>
  51. </member>
  52. <member name="P:System.Collections.Specialized.BitVector32.Data">
  53. <summary>
  54. <see cref="T:System.Collections.Specialized.BitVector32" />의 값을 정수로 가져옵니다.</summary>
  55. <returns>정수인 <see cref="T:System.Collections.Specialized.BitVector32" />의 값입니다.</returns>
  56. </member>
  57. <member name="M:System.Collections.Specialized.BitVector32.Equals(System.Object)">
  58. <summary>지정된 개체가 <see cref="T:System.Collections.Specialized.BitVector32" />와 같은지를 확인합니다.</summary>
  59. <returns>지정된 개체가 <see cref="T:System.Collections.Specialized.BitVector32" />와 같으면 true이고, 그렇지 않으면 false입니다.</returns>
  60. <param name="o">현재 <see cref="T:System.Collections.Specialized.BitVector32" />와 비교할 개체입니다. </param>
  61. </member>
  62. <member name="M:System.Collections.Specialized.BitVector32.GetHashCode">
  63. <summary>
  64. <see cref="T:System.Collections.Specialized.BitVector32" />에 대한 해시 함수로 작용합니다.</summary>
  65. <returns>
  66. <see cref="T:System.Collections.Specialized.BitVector32" />의 해시 코드입니다.</returns>
  67. </member>
  68. <member name="P:System.Collections.Specialized.BitVector32.Item(System.Collections.Specialized.BitVector32.Section)">
  69. <summary>지정된 <see cref="T:System.Collections.Specialized.BitVector32.Section" />에 저장된 값을 가져오거나 설정합니다.</summary>
  70. <returns>지정된 <see cref="T:System.Collections.Specialized.BitVector32.Section" />에 저장된 값입니다.</returns>
  71. <param name="section">가져오거나 설정할 값이 포함되어 있는 <see cref="T:System.Collections.Specialized.BitVector32.Section" />입니다. </param>
  72. </member>
  73. <member name="P:System.Collections.Specialized.BitVector32.Item(System.Int32)">
  74. <summary>지정된 마스크가 나타내는 비트 플래그의 상태를 가져오거나 설정합니다.</summary>
  75. <returns>지정된 비트 플래그가 (1)에 있으면 true이고, 그렇지 않으면 false입니다.</returns>
  76. <param name="bit">가져오거나 설정할 비트를 나타내는 마스크입니다. </param>
  77. </member>
  78. <member name="M:System.Collections.Specialized.BitVector32.ToString">
  79. <summary>현재 <see cref="T:System.Collections.Specialized.BitVector32" />를 나타내는 문자열을 반환합니다.</summary>
  80. <returns>현재 <see cref="T:System.Collections.Specialized.BitVector32" />를 나타내는 문자열입니다.</returns>
  81. </member>
  82. <member name="M:System.Collections.Specialized.BitVector32.ToString(System.Collections.Specialized.BitVector32)">
  83. <summary>지정된 <see cref="T:System.Collections.Specialized.BitVector32" />를 나타내는 문자열을 반환합니다.</summary>
  84. <returns>지정된 <see cref="T:System.Collections.Specialized.BitVector32" />를 나타내는 문자열입니다.</returns>
  85. <param name="value">나타낼 <see cref="T:System.Collections.Specialized.BitVector32" />입니다. </param>
  86. </member>
  87. <member name="T:System.Collections.Specialized.BitVector32.Section">
  88. <summary>정수를 포함할 수 있는 벡터의 섹션을 나타냅니다.</summary>
  89. </member>
  90. <member name="M:System.Collections.Specialized.BitVector32.Section.Equals(System.Collections.Specialized.BitVector32.Section)">
  91. <summary>지정된 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체가 현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체와 같은지 여부를 확인합니다.</summary>
  92. <returns>
  93. <paramref name="obj" /> 매개 변수가 현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체와 같으면 true이고, 그렇지 않으면 false입니다.</returns>
  94. <param name="obj">현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체와 비교할 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체입니다.</param>
  95. </member>
  96. <member name="M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)">
  97. <summary>지정된 개체가 현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체와 같은지 여부를 확인합니다.</summary>
  98. <returns>지정된 개체가 현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체와 같으면 true이고, 그렇지 않으면 false입니다.</returns>
  99. <param name="o">현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" />와 비교할 개체입니다.</param>
  100. </member>
  101. <member name="M:System.Collections.Specialized.BitVector32.Section.GetHashCode">
  102. <summary>해시 알고리즘과 해시 테이블 같은 데이터 구조에 적합한 현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" />에 대한 해시 함수의 역할을 합니다.</summary>
  103. <returns>현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" />의 해시 코드입니다.</returns>
  104. </member>
  105. <member name="P:System.Collections.Specialized.BitVector32.Section.Mask">
  106. <summary>
  107. <see cref="T:System.Collections.Specialized.BitVector32" />에서 이 섹션을 분리하는 마스크를 가져옵니다.</summary>
  108. <returns>
  109. <see cref="T:System.Collections.Specialized.BitVector32" />에서 이 섹션을 분리하는 마스크입니다.</returns>
  110. </member>
  111. <member name="P:System.Collections.Specialized.BitVector32.Section.Offset">
  112. <summary>
  113. <see cref="T:System.Collections.Specialized.BitVector32" />의 시작 부분을 기준으로 하는 이 섹션의 오프셋을 가져옵니다.</summary>
  114. <returns>
  115. <see cref="T:System.Collections.Specialized.BitVector32" />의 시작 부분을 기준으로 하는 이 섹션의 오프셋입니다.</returns>
  116. </member>
  117. <member name="M:System.Collections.Specialized.BitVector32.Section.op_Equality(System.Collections.Specialized.BitVector32.Section,System.Collections.Specialized.BitVector32.Section)">
  118. <summary>지정된 두 가지 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체가 같은지 여부를 확인합니다.</summary>
  119. <returns>
  120. <paramref name="a" /> 및 <paramref name="b" /> 매개 변수가 같은 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체를 나타내면 true이고, 그렇지 않으면 false입니다.</returns>
  121. <param name="a">
  122. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체</param>
  123. <param name="b">
  124. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체</param>
  125. </member>
  126. <member name="M:System.Collections.Specialized.BitVector32.Section.op_Inequality(System.Collections.Specialized.BitVector32.Section,System.Collections.Specialized.BitVector32.Section)">
  127. <summary>두 가지 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체의 값이 다른지 여부를 확인합니다.</summary>
  128. <returns>
  129. <paramref name="a" /> 및 <paramref name="b" /> 매개 변수가 다른 <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체를 나타내면 true이고, 그렇지 않으면 false입니다.</returns>
  130. <param name="a">
  131. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체</param>
  132. <param name="b">
  133. <see cref="T:System.Collections.Specialized.BitVector32.Section" /> 개체</param>
  134. </member>
  135. <member name="M:System.Collections.Specialized.BitVector32.Section.ToString">
  136. <summary>현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" />를 나타내는 문자열을 반환합니다.</summary>
  137. <returns>현재 <see cref="T:System.Collections.Specialized.BitVector32.Section" />를 나타내는 문자열입니다.</returns>
  138. </member>
  139. <member name="M:System.Collections.Specialized.BitVector32.Section.ToString(System.Collections.Specialized.BitVector32.Section)">
  140. <summary>지정된 <see cref="T:System.Collections.Specialized.BitVector32.Section" />을 나타내는 문자열을 반환합니다.</summary>
  141. <returns>지정된 <see cref="T:System.Collections.Specialized.BitVector32.Section" />을 나타내는 문자열입니다.</returns>
  142. <param name="value">나타낼 <see cref="T:System.Collections.Specialized.BitVector32.Section" />입니다.</param>
  143. </member>
  144. <member name="T:System.Collections.Specialized.HybridDictionary">
  145. <summary>컬렉션이 작을 때는 <see cref="T:System.Collections.Specialized.ListDictionary" />를 사용하여 IDictionary를 구현한 다음 컬렉션이 커지면 <see cref="T:System.Collections.Hashtable" />로 전환합니다.</summary>
  146. </member>
  147. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor">
  148. <summary>대/소문자를 구분하는 빈 <see cref="T:System.Collections.Specialized.HybridDictionary" />를 만듭니다.</summary>
  149. </member>
  150. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Boolean)">
  151. <summary>대/소문자 구분이 지정된 빈 <see cref="T:System.Collections.Specialized.HybridDictionary" />를 만듭니다.</summary>
  152. <param name="caseInsensitive">
  153. <see cref="T:System.Collections.Specialized.HybridDictionary" />가 대/소문자를 구분하는지 여부를 나타내는 부울입니다. </param>
  154. </member>
  155. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Int32)">
  156. <summary>처음 크기가 지정된 대/소문자를 구분하는 <see cref="T:System.Collections.Specialized.HybridDictionary" />를 만듭니다.</summary>
  157. <param name="initialSize">
  158. <see cref="T:System.Collections.Specialized.HybridDictionary" />가 처음에 포함할 수 있는 대략적인 엔트리 수입니다. </param>
  159. </member>
  160. <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Int32,System.Boolean)">
  161. <summary>처음 크기와 대/소문자 구분 여부가 지정된 <see cref="T:System.Collections.Specialized.HybridDictionary" />를 만듭니다.</summary>
  162. <param name="initialSize">
  163. <see cref="T:System.Collections.Specialized.HybridDictionary" />가 처음에 포함할 수 있는 대략적인 엔트리 수입니다. </param>
  164. <param name="caseInsensitive">
  165. <see cref="T:System.Collections.Specialized.HybridDictionary" />가 대/소문자를 구분하는지 여부를 나타내는 부울입니다. </param>
  166. </member>
  167. <member name="M:System.Collections.Specialized.HybridDictionary.Add(System.Object,System.Object)">
  168. <summary>지정한 키와 값을 가지는 엔트리를 <see cref="T:System.Collections.Specialized.HybridDictionary" />에 추가합니다.</summary>
  169. <param name="key">추가할 엔트리의 키입니다. </param>
  170. <param name="value">추가할 엔트리의 값입니다.값은 null이 될 수 있습니다.</param>
  171. <exception cref="T:System.ArgumentNullException">
  172. <paramref name="key" />가 null인 경우 </exception>
  173. <exception cref="T:System.ArgumentException">같은 키를 가지는 엔트리가 이미 <see cref="T:System.Collections.Specialized.HybridDictionary" />에 있는 경우 </exception>
  174. </member>
  175. <member name="M:System.Collections.Specialized.HybridDictionary.Clear">
  176. <summary>
  177. <see cref="T:System.Collections.Specialized.HybridDictionary" />에서 모든 엔트리를 제거합니다.</summary>
  178. </member>
  179. <member name="M:System.Collections.Specialized.HybridDictionary.Contains(System.Object)">
  180. <summary>
  181. <see cref="T:System.Collections.Specialized.HybridDictionary" />에 특정 키가 들어 있는지 여부를 확인합니다.</summary>
  182. <returns>true if the <see cref="T:System.Collections.Specialized.HybridDictionary" /> contains an entry with the specified key; otherwise, false.</returns>
  183. <param name="key">
  184. <see cref="T:System.Collections.Specialized.HybridDictionary" />에서 찾을 수 있는 키입니다. </param>
  185. <exception cref="T:System.ArgumentNullException">
  186. <paramref name="key" />가 null인 경우 </exception>
  187. </member>
  188. <member name="M:System.Collections.Specialized.HybridDictionary.CopyTo(System.Array,System.Int32)">
  189. <summary>지정한 인덱스에서 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 엔트리를 1차원 <see cref="T:System.Array" /> 인스턴스에 복사합니다.</summary>
  190. <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the <see cref="T:System.Collections.DictionaryEntry" /> objects copied from <see cref="T:System.Collections.Specialized.HybridDictionary" />.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
  191. <param name="index">
  192. <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다. </param>
  193. <exception cref="T:System.ArgumentNullException">
  194. <paramref name="array" />가 null인 경우 </exception>
  195. <exception cref="T:System.ArgumentOutOfRangeException">
  196. <paramref name="index" />가 0보다 작은 경우 </exception>
  197. <exception cref="T:System.ArgumentException">
  198. <paramref name="array" />가 다차원 배열인 경우또는 소스 <see cref="T:System.Collections.Specialized.HybridDictionary" />의 요소 수가 <paramref name="arrayIndex" />에서 대상 <paramref name="array" /> 끝까지 사용 가능한 공간보다 큰 경우 </exception>
  199. <exception cref="T:System.InvalidCastException">소스 <see cref="T:System.Collections.Specialized.HybridDictionary" /> 형식을 대상 <paramref name="array" /> 형식으로 자동 캐스팅할 수 없는 경우 </exception>
  200. </member>
  201. <member name="P:System.Collections.Specialized.HybridDictionary.Count">
  202. <summary>
  203. <see cref="T:System.Collections.Specialized.HybridDictionary" />에 포함된 키/값 쌍의 수를 가져옵니다.</summary>
  204. <returns>
  205. <see cref="T:System.Collections.Specialized.HybridDictionary" />에 포함된 키/값 쌍의 수입니다.이 속성 값을 검색하는 것은 O(1) 연산입니다.</returns>
  206. </member>
  207. <member name="M:System.Collections.Specialized.HybridDictionary.GetEnumerator">
  208. <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> that iterates through the <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  209. <returns>
  210. <see cref="T:System.Collections.Specialized.HybridDictionary" />에 대한 <see cref="T:System.Collections.IDictionaryEnumerator" />입니다.</returns>
  211. </member>
  212. <member name="P:System.Collections.Specialized.HybridDictionary.IsFixedSize">
  213. <summary>
  214. <see cref="T:System.Collections.Specialized.HybridDictionary" />의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.</summary>
  215. <returns>이 속성은 항상 false를 반환합니다.</returns>
  216. </member>
  217. <member name="P:System.Collections.Specialized.HybridDictionary.IsReadOnly">
  218. <summary>
  219. <see cref="T:System.Collections.Specialized.HybridDictionary" />가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.</summary>
  220. <returns>이 속성은 항상 false를 반환합니다.</returns>
  221. </member>
  222. <member name="P:System.Collections.Specialized.HybridDictionary.IsSynchronized">
  223. <summary>
  224. <see cref="T:System.Collections.Specialized.HybridDictionary" />가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.</summary>
  225. <returns>이 속성은 항상 false를 반환합니다.</returns>
  226. </member>
  227. <member name="P:System.Collections.Specialized.HybridDictionary.Item(System.Object)">
  228. <summary>지정된 키에 연결된 값을 가져오거나 설정합니다.</summary>
  229. <returns>지정한 키와 연결된 값입니다.지정한 키가 없는 경우 해당 키를 가져오려고 시도하면 null이 반환되고 해당 키를 설정하려고 시도하면 지정한 키를 사용하여 새 엔트리가 만들어집니다.</returns>
  230. <param name="key">가져오거나 설정할 값이 있는 키입니다. </param>
  231. <exception cref="T:System.ArgumentNullException">
  232. <paramref name="key" />가 null인 경우 </exception>
  233. </member>
  234. <member name="P:System.Collections.Specialized.HybridDictionary.Keys">
  235. <summary>Gets an <see cref="T:System.Collections.ICollection" /> containing the keys in the <see cref="T:System.Collections.Specialized.HybridDictionary" />.</summary>
  236. <returns>An <see cref="T:System.Collections.ICollection" /> containing the keys in the <see cref="T:System.Collections.Specialized.HybridDictionary" />.</returns>
  237. </member>
  238. <member name="M:System.Collections.Specialized.HybridDictionary.Remove(System.Object)">
  239. <summary>
  240. <see cref="T:System.Collections.Specialized.HybridDictionary" />에서 지정한 키를 가지는 엔트리를 제거합니다.</summary>
  241. <param name="key">제거할 엔트리의 키입니다. </param>
  242. <exception cref="T:System.ArgumentNullException">
  243. <paramref name="key" />가 null인 경우 </exception>
  244. </member>
  245. <member name="P:System.Collections.Specialized.HybridDictionary.SyncRoot">
  246. <summary>
  247. <see cref="T:System.Collections.Specialized.HybridDictionary" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.</summary>
  248. <returns>
  249. <see cref="T:System.Collections.Specialized.HybridDictionary" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체입니다.</returns>
  250. </member>
  251. <member name="M:System.Collections.Specialized.HybridDictionary.System#Collections#IEnumerable#GetEnumerator">
  252. <summary>
  253. <see cref="T:System.Collections.Specialized.HybridDictionary" />를 반복하는 <see cref="T:System.Collections.IEnumerator" />를 반환합니다.</summary>
  254. <returns>
  255. <see cref="T:System.Collections.Specialized.HybridDictionary" />에 대한 <see cref="T:System.Collections.IEnumerator" />입니다.</returns>
  256. </member>
  257. <member name="P:System.Collections.Specialized.HybridDictionary.Values">
  258. <summary>
  259. <see cref="T:System.Collections.Specialized.HybridDictionary" />의 값을 포함하는 <see cref="T:System.Collections.ICollection" />을 가져옵니다.</summary>
  260. <returns>An <see cref="T:System.Collections.ICollection" /> containing the values in the <see cref="T:System.Collections.Specialized.HybridDictionary" />.</returns>
  261. </member>
  262. <member name="T:System.Collections.Specialized.IOrderedDictionary">
  263. <summary>키/값 쌍의 인덱싱된 컬렉션을 나타냅니다.</summary>
  264. </member>
  265. <member name="M:System.Collections.Specialized.IOrderedDictionary.GetEnumerator">
  266. <summary>
  267. <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 컬렉션을 반복하는 열거자를 반환합니다.</summary>
  268. <returns>전체 <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 컬렉션의 <see cref="T:System.Collections.IDictionaryEnumerator" />입니다.</returns>
  269. </member>
  270. <member name="M:System.Collections.Specialized.IOrderedDictionary.Insert(System.Int32,System.Object,System.Object)">
  271. <summary>컬렉션의 지정된 인덱스에 키/값 쌍을 삽입합니다.</summary>
  272. <param name="index">키/값 쌍이 삽입될 0부터 시작하는 인덱스입니다.</param>
  273. <param name="key">추가할 요소의 키로 사용할 개체입니다.</param>
  274. <param name="value">추가할 요소의 값으로 사용할 개체입니다.값은 null이 될 수 있습니다.</param>
  275. <exception cref="T:System.ArgumentOutOfRangeException">
  276. <paramref name="index" />가 0보다 작습니다.또는<paramref name="index" />가 <see cref="P:System.Collections.ICollection.Count" />보다 큰 경우</exception>
  277. <exception cref="T:System.ArgumentNullException">
  278. <paramref name="key" />가 null인 경우</exception>
  279. <exception cref="T:System.ArgumentException">키가 같은 요소가 <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 컬렉션에 이미 있는 경우</exception>
  280. <exception cref="T:System.NotSupportedException">
  281. <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 컬렉션이 읽기 전용인 경우또는<see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 컬렉션의 크기가 고정되어 있는 경우</exception>
  282. </member>
  283. <member name="P:System.Collections.Specialized.IOrderedDictionary.Item(System.Int32)">
  284. <summary>지정한 인덱스에 있는 요소를 가져오거나 설정합니다.</summary>
  285. <returns>지정한 인덱스의 요소입니다.</returns>
  286. <param name="index">가져오거나 설정할 요소의 인덱스(0부터 시작)입니다.</param>
  287. <exception cref="T:System.ArgumentOutOfRangeException">
  288. <paramref name="index" />가 0보다 작습니다.또는 <paramref name="index" />가 <see cref="P:System.Collections.ICollection.Count" />보다 크거나 같은 경우 </exception>
  289. </member>
  290. <member name="M:System.Collections.Specialized.IOrderedDictionary.RemoveAt(System.Int32)">
  291. <summary>지정된 인덱스에 있는 요소를 제거합니다.</summary>
  292. <param name="index">제거할 요소의 인덱스(0부터 시작)입니다.</param>
  293. <exception cref="T:System.ArgumentOutOfRangeException">
  294. <paramref name="index" />가 0보다 작습니다.또는 <paramref name="index" />가 <see cref="P:System.Collections.ICollection.Count" />보다 크거나 같은 경우 </exception>
  295. <exception cref="T:System.NotSupportedException">
  296. <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 컬렉션이 읽기 전용인 경우또는 <see cref="T:System.Collections.Specialized.IOrderedDictionary" /> 컬렉션의 크기가 고정되어 있는 경우 </exception>
  297. </member>
  298. <member name="T:System.Collections.Specialized.ListDictionary">
  299. <summary>단일 연결 목록을 사용하여 IDictionary를 구현합니다.일반적으로 10개 미만의 항목이 포함된 컬렉션에 사용하는 것이 좋습니다.</summary>
  300. </member>
  301. <member name="M:System.Collections.Specialized.ListDictionary.#ctor">
  302. <summary>기본 비교자를 사용하여 빈 <see cref="T:System.Collections.Specialized.ListDictionary" />를 만듭니다.</summary>
  303. </member>
  304. <member name="M:System.Collections.Specialized.ListDictionary.#ctor(System.Collections.IComparer)">
  305. <summary>지정된 비교자를 사용하여 빈 <see cref="T:System.Collections.Specialized.ListDictionary" />를 만듭니다.</summary>
  306. <param name="comparer">두 키가 같은지 여부를 확인하는 데 사용하는 <see cref="T:System.Collections.IComparer" />입니다.또는 각 키로 <see cref="M:System.Object.Equals(System.Object)" />를 구현한 기본 비교자를 사용하면 null입니다. </param>
  307. </member>
  308. <member name="M:System.Collections.Specialized.ListDictionary.Add(System.Object,System.Object)">
  309. <summary>지정한 키와 값을 가지는 엔트리를 <see cref="T:System.Collections.Specialized.ListDictionary" />에 추가합니다.</summary>
  310. <param name="key">추가할 엔트리의 키입니다. </param>
  311. <param name="value">추가할 엔트리의 값입니다.값은 null이 될 수 있습니다.</param>
  312. <exception cref="T:System.ArgumentNullException">
  313. <paramref name="key" />가 null인 경우 </exception>
  314. <exception cref="T:System.ArgumentException">같은 키를 가지는 엔트리가 이미 <see cref="T:System.Collections.Specialized.ListDictionary" />에 있는 경우 </exception>
  315. </member>
  316. <member name="M:System.Collections.Specialized.ListDictionary.Clear">
  317. <summary>
  318. <see cref="T:System.Collections.Specialized.ListDictionary" />에서 모든 엔트리를 제거합니다.</summary>
  319. </member>
  320. <member name="M:System.Collections.Specialized.ListDictionary.Contains(System.Object)">
  321. <summary>
  322. <see cref="T:System.Collections.Specialized.ListDictionary" />에 특정 키가 들어 있는지 여부를 확인합니다.</summary>
  323. <returns>true if the <see cref="T:System.Collections.Specialized.ListDictionary" /> contains an entry with the specified key; otherwise, false.</returns>
  324. <param name="key">
  325. <see cref="T:System.Collections.Specialized.ListDictionary" />에서 찾을 수 있는 키입니다. </param>
  326. <exception cref="T:System.ArgumentNullException">
  327. <paramref name="key" />가 null인 경우 </exception>
  328. </member>
  329. <member name="M:System.Collections.Specialized.ListDictionary.CopyTo(System.Array,System.Int32)">
  330. <summary>지정한 인덱스에서 <see cref="T:System.Collections.Specialized.ListDictionary" /> 엔트리를 1차원 <see cref="T:System.Array" /> 인스턴스에 복사합니다.</summary>
  331. <param name="array">
  332. <see cref="T:System.Collections.Specialized.ListDictionary" />에서 복사한 <see cref="T:System.Collections.DictionaryEntry" /> 개체의 대상인 1차원 <see cref="T:System.Array" /> 배열입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
  333. <param name="index">
  334. <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다. </param>
  335. <exception cref="T:System.ArgumentNullException">
  336. <paramref name="array" />가 null인 경우 </exception>
  337. <exception cref="T:System.ArgumentOutOfRangeException">
  338. <paramref name="index" />가 0보다 작은 경우 </exception>
  339. <exception cref="T:System.ArgumentException">
  340. <paramref name="array" />가 다차원 배열인 경우또는 소스 <see cref="T:System.Collections.Specialized.ListDictionary" />의 요소 수가 <paramref name="index" />에서 대상 <paramref name="array" /> 끝까지 사용 가능한 공간보다 큰 경우 </exception>
  341. <exception cref="T:System.InvalidCastException">소스 <see cref="T:System.Collections.Specialized.ListDictionary" /> 형식을 대상 <paramref name="array" /> 형식으로 자동 캐스팅할 수 없는 경우 </exception>
  342. </member>
  343. <member name="P:System.Collections.Specialized.ListDictionary.Count">
  344. <summary>
  345. <see cref="T:System.Collections.Specialized.ListDictionary" />에 포함된 키/값 쌍의 수를 가져옵니다.</summary>
  346. <returns>
  347. <see cref="T:System.Collections.Specialized.ListDictionary" />에 포함된 키/값 쌍의 수입니다.</returns>
  348. </member>
  349. <member name="M:System.Collections.Specialized.ListDictionary.GetEnumerator">
  350. <summary>
  351. <see cref="T:System.Collections.Specialized.ListDictionary" />를 반복하는 <see cref="T:System.Collections.IDictionaryEnumerator" />를 반환합니다.</summary>
  352. <returns>
  353. <see cref="T:System.Collections.Specialized.ListDictionary" />에 대한 <see cref="T:System.Collections.IDictionaryEnumerator" />입니다.</returns>
  354. </member>
  355. <member name="P:System.Collections.Specialized.ListDictionary.IsFixedSize">
  356. <summary>
  357. <see cref="T:System.Collections.Specialized.ListDictionary" />의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.</summary>
  358. <returns>이 속성은 항상 false를 반환합니다.</returns>
  359. </member>
  360. <member name="P:System.Collections.Specialized.ListDictionary.IsReadOnly">
  361. <summary>
  362. <see cref="T:System.Collections.Specialized.ListDictionary" />가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.</summary>
  363. <returns>이 속성은 항상 false를 반환합니다.</returns>
  364. </member>
  365. <member name="P:System.Collections.Specialized.ListDictionary.IsSynchronized">
  366. <summary>
  367. <see cref="T:System.Collections.Specialized.ListDictionary" />가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.</summary>
  368. <returns>이 속성은 항상 false를 반환합니다.</returns>
  369. </member>
  370. <member name="P:System.Collections.Specialized.ListDictionary.Item(System.Object)">
  371. <summary>지정된 키에 연결된 값을 가져오거나 설정합니다.</summary>
  372. <returns>지정한 키와 연결된 값입니다.지정한 키가 없는 경우 해당 키를 가져오려고 시도하면 null이 반환되고 해당 키를 설정하려고 시도하면 지정한 키를 사용하여 새 엔트리가 만들어집니다.</returns>
  373. <param name="key">가져오거나 설정할 값이 있는 키입니다. </param>
  374. <exception cref="T:System.ArgumentNullException">
  375. <paramref name="key" />가 null인 경우 </exception>
  376. </member>
  377. <member name="P:System.Collections.Specialized.ListDictionary.Keys">
  378. <summary>
  379. <see cref="T:System.Collections.Specialized.ListDictionary" />의 키를 포함하는 <see cref="T:System.Collections.ICollection" />을 가져옵니다.</summary>
  380. <returns>
  381. <see cref="T:System.Collections.Specialized.ListDictionary" />의 키를 포함하는 <see cref="T:System.Collections.ICollection" />입니다.</returns>
  382. </member>
  383. <member name="M:System.Collections.Specialized.ListDictionary.Remove(System.Object)">
  384. <summary>
  385. <see cref="T:System.Collections.Specialized.ListDictionary" />에서 지정한 키를 가지는 엔트리를 제거합니다.</summary>
  386. <param name="key">제거할 엔트리의 키입니다. </param>
  387. <exception cref="T:System.ArgumentNullException">
  388. <paramref name="key" />가 null인 경우 </exception>
  389. </member>
  390. <member name="P:System.Collections.Specialized.ListDictionary.SyncRoot">
  391. <summary>
  392. <see cref="T:System.Collections.Specialized.ListDictionary" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.</summary>
  393. <returns>
  394. <see cref="T:System.Collections.Specialized.ListDictionary" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체입니다.</returns>
  395. </member>
  396. <member name="M:System.Collections.Specialized.ListDictionary.System#Collections#IEnumerable#GetEnumerator">
  397. <summary>
  398. <see cref="T:System.Collections.Specialized.ListDictionary" />를 반복하는 <see cref="T:System.Collections.IEnumerator" />를 반환합니다.</summary>
  399. <returns>
  400. <see cref="T:System.Collections.Specialized.ListDictionary" />에 대한 <see cref="T:System.Collections.IEnumerator" />입니다.</returns>
  401. </member>
  402. <member name="P:System.Collections.Specialized.ListDictionary.Values">
  403. <summary>
  404. <see cref="T:System.Collections.Specialized.ListDictionary" />의 값을 포함하는 <see cref="T:System.Collections.ICollection" />을 가져옵니다.</summary>
  405. <returns>An <see cref="T:System.Collections.ICollection" /> containing the values in the <see cref="T:System.Collections.Specialized.ListDictionary" />.</returns>
  406. </member>
  407. <member name="T:System.Collections.Specialized.NameObjectCollectionBase">
  408. <summary>키나 인덱스를 사용하여 액세스할 수 있는 연결된 <see cref="T:System.String" /> 키와 <see cref="T:System.Object" /> 값의 컬렉션에 대한 abstract 기본 클래스를 제공합니다.</summary>
  409. </member>
  410. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor">
  411. <summary>비어 있는 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  412. </member>
  413. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Collections.IEqualityComparer)">
  414. <summary>기본 초기 용량을 갖고 있고 지정된 <see cref="T:System.Collections.IEqualityComparer" /> 개체를 사용하는 비어 있는 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  415. <param name="equalityComparer">두 키가 같은지 여부를 확인하고 컬렉션의 키에 대한 해시 코드를 생성하는 데 사용할 <see cref="T:System.Collections.IEqualityComparer" /> 개체입니다.</param>
  416. </member>
  417. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Int32)">
  418. <summary>지정된 초기 용량을 갖고 있고 기본 해시 코드 공급자와 기본 비교자를 사용하는 비어 있는 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  419. <param name="capacity">
  420. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스가 처음에 포함할 수 있는 대략적인 엔트리 수입니다.</param>
  421. <exception cref="T:System.ArgumentOutOfRangeException">
  422. <paramref name="capacity" />가 0보다 작은 경우 </exception>
  423. </member>
  424. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  425. <summary>지정된 초기 용량을 갖고 있고 지정된 <see cref="T:System.Collections.IEqualityComparer" /> 개체를 사용하는 비어 있는 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  426. <param name="capacity">
  427. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 개체가 처음에 포함할 수 있는 대략적인 엔트리 수입니다.</param>
  428. <param name="equalityComparer">두 키가 같은지 여부를 확인하고 컬렉션의 키에 대한 해시 코드를 생성하는 데 사용할 <see cref="T:System.Collections.IEqualityComparer" /> 개체입니다.</param>
  429. <exception cref="T:System.ArgumentOutOfRangeException">
  430. <paramref name="capacity" />가 0보다 작은 경우</exception>
  431. </member>
  432. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseAdd(System.String,System.Object)">
  433. <summary>지정한 키와 값을 가지는 엔트리를 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에 추가합니다.</summary>
  434. <param name="name">추가할 엔트리의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  435. <param name="value">추가할 엔트리의 <see cref="T:System.Object" /> 값입니다.값은 null이 될 수 있습니다.</param>
  436. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다. </exception>
  437. </member>
  438. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseClear">
  439. <summary>
  440. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에서 모든 엔트리를 제거합니다.</summary>
  441. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다.</exception>
  442. </member>
  443. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGet(System.Int32)">
  444. <summary>
  445. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 지정한 인덱스에서 엔트리의 값을 가져옵니다.</summary>
  446. <returns>지정한 인덱스에 있는 엔트리 값을 나타내는 <see cref="T:System.Object" />입니다.</returns>
  447. <param name="index">가져올 값의 0부터 시작하는 인덱스입니다.</param>
  448. <exception cref="T:System.ArgumentOutOfRangeException">
  449. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우 </exception>
  450. </member>
  451. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGet(System.String)">
  452. <summary>
  453. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에서 지정한 키를 갖는 첫 번째 엔트리 값을 가져옵니다.</summary>
  454. <returns>있는 경우 지정한 키가 있는 첫 번째 엔트리 값을 나타내는 <see cref="T:System.Object" />이고, 그러지 않으면 null입니다.</returns>
  455. <param name="name">가져올 엔트리의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  456. </member>
  457. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllKeys">
  458. <summary>
  459. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 모든 키를 포함하는 <see cref="T:System.String" /> 배열을 반환합니다.</summary>
  460. <returns>
  461. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 모든 키를 포함하는 <see cref="T:System.String" /> 배열입니다.</returns>
  462. </member>
  463. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllValues">
  464. <summary>
  465. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 모든 값을 포함하는 <see cref="T:System.Object" /> 배열을 반환합니다.</summary>
  466. <returns>
  467. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 모든 값을 포함하는 <see cref="T:System.Object" /> 배열입니다.</returns>
  468. </member>
  469. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllValues(System.Type)">
  470. <summary>
  471. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 모든 값을 포함하는 지정한 형식의 배열을 반환합니다.</summary>
  472. <returns>
  473. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 모든 값을 포함하는 지정한 형식의 배열입니다.</returns>
  474. <param name="type">반환할 배열의 형식을 나타내는 <see cref="T:System.Type" />입니다.</param>
  475. <exception cref="T:System.ArgumentNullException">
  476. <paramref name="type" />가 null인 경우 </exception>
  477. <exception cref="T:System.ArgumentException">
  478. <paramref name="type" />이 잘못된 <see cref="T:System.Type" />인 경우 </exception>
  479. </member>
  480. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetKey(System.Int32)">
  481. <summary>
  482. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 지정한 인덱스에서 엔트리의 키를 가져옵니다.</summary>
  483. <returns>지정한 인덱스에 있는 엔트리의 키를 나타내는 <see cref="T:System.String" />입니다.</returns>
  484. <param name="index">가져올 키의 0부터 시작하는 인덱스입니다.</param>
  485. <exception cref="T:System.ArgumentOutOfRangeException">
  486. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우 </exception>
  487. </member>
  488. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseHasKeys">
  489. <summary>
  490. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에 null이 아닌 키를 갖는 엔트리가 있는지 여부를 나타내는 값을 가져옵니다.</summary>
  491. <returns>
  492. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에 null이 아닌 키가 있는 엔트리가 포함되어 있으면 true이고, 그러지 않으면 false입니다.</returns>
  493. </member>
  494. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseRemove(System.String)">
  495. <summary>
  496. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에서 지정한 키를 가지는 엔트리를 제거합니다.</summary>
  497. <param name="name">제거할 엔트리의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  498. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다. </exception>
  499. </member>
  500. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseRemoveAt(System.Int32)">
  501. <summary>
  502. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 지정한 인덱스에서 엔트리를 제거합니다.</summary>
  503. <param name="index">제거할 엔트리의 0부터 시작하는 인덱스입니다.</param>
  504. <exception cref="T:System.ArgumentOutOfRangeException">
  505. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우</exception>
  506. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다.</exception>
  507. </member>
  508. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseSet(System.Int32,System.Object)">
  509. <summary>
  510. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 지정한 인덱스에서 엔트리의 값을 설정합니다.</summary>
  511. <param name="index">설정할 엔트리의 0부터 시작하는 인덱스입니다.</param>
  512. <param name="value">설정할 엔트리의 새 값을 나타내는 <see cref="T:System.Object" />입니다.값은 null이 될 수 있습니다.</param>
  513. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다.</exception>
  514. <exception cref="T:System.ArgumentOutOfRangeException">
  515. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우</exception>
  516. </member>
  517. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseSet(System.String,System.Object)">
  518. <summary>지정한 키를 갖는 엔트리가 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에 있으면 첫 번째 엔트리의 값을 설정하고, 그러지 않으면 지정한 키와 값을 갖는 엔트리를 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에 추가합니다.</summary>
  519. <param name="name">설정할 엔트리의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  520. <param name="value">설정할 엔트리의 새 값을 나타내는 <see cref="T:System.Object" />입니다.값은 null이 될 수 있습니다.</param>
  521. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다. </exception>
  522. </member>
  523. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.Count">
  524. <summary>
  525. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에 포함된 키/값 쌍의 수를 가져옵니다.</summary>
  526. <returns>
  527. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에 포함된 키/값 쌍의 수입니다.</returns>
  528. </member>
  529. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.GetEnumerator">
  530. <summary>
  531. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />를 반복하는 열거자를 반환합니다.</summary>
  532. <returns>
  533. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에 대한 <see cref="T:System.Collections.IEnumerator" />입니다.</returns>
  534. </member>
  535. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.IsReadOnly">
  536. <summary>
  537. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스가 읽기 전용인지 여부를 나타내는 값을 가져오거나 설정합니다.</summary>
  538. <returns>
  539. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스가 읽기 전용이면 true이고, 그러지 않으면 false입니다.</returns>
  540. </member>
  541. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.Keys">
  542. <summary>
  543. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 키를 모두 포함하는 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 인스턴스를 가져옵니다.</summary>
  544. <returns>
  545. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스의 키를 모두 포함하는 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 인스턴스입니다.</returns>
  546. </member>
  547. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  548. <summary>대상 배열의 지정된 인덱스에서 시작하여 전체 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />을 호환되는 1차원 <see cref="T:System.Array" />에 복사합니다.</summary>
  549. <param name="array">
  550. <see cref="T:System.Array" />에서 복사한 요소의 대상인 일차원 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
  551. <param name="index">
  552. <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다.</param>
  553. <exception cref="T:System.ArgumentNullException">
  554. <paramref name="array" />가 null인 경우</exception>
  555. <exception cref="T:System.ArgumentOutOfRangeException">
  556. <paramref name="index" />가 0보다 작은 경우</exception>
  557. <exception cref="T:System.ArgumentException">
  558. <paramref name="array" />가 다차원 배열인 경우또는소스 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" />의 요소 수가 <paramref name="index" />에서 대상 <paramref name="array" /> 끝까지 사용 가능한 공간보다 큰 경우</exception>
  559. <exception cref="T:System.InvalidCastException">소스 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 형식을 대상 <paramref name="array" /> 형식으로 자동 캐스팅할 수 없는 경우</exception>
  560. </member>
  561. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.System#Collections#ICollection#IsSynchronized">
  562. <summary>
  563. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 개체에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.</summary>
  564. <returns>
  565. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 개체에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되면 true이고, 그러지 않으면 false입니다.기본값은 false입니다.</returns>
  566. </member>
  567. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.System#Collections#ICollection#SyncRoot">
  568. <summary>
  569. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 개체에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.</summary>
  570. <returns>
  571. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 개체에 대한 액세스를 동기화하는 데 사용할 수 있는 개체입니다.</returns>
  572. </member>
  573. <member name="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection">
  574. <summary>컬렉션의 <see cref="T:System.String" /> 키의 컬렉션을 나타냅니다.</summary>
  575. </member>
  576. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Count">
  577. <summary>
  578. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />의 키 수를 가져옵니다.</summary>
  579. <returns>
  580. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />에 있는 키의 수입니다.</returns>
  581. </member>
  582. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Get(System.Int32)">
  583. <summary>컬렉션의 지정한 인덱스에서 키를 가져옵니다.</summary>
  584. <returns>컬렉션의 지정된 인덱스에 있는 키가 들어 있는 <see cref="T:System.String" />입니다.</returns>
  585. <param name="index">컬렉션에서 가져올 키의 0부터 시작하는 인덱스입니다. </param>
  586. <exception cref="T:System.ArgumentOutOfRangeException">
  587. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우 </exception>
  588. </member>
  589. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.GetEnumerator">
  590. <summary>
  591. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />을 반복하는 열거자를 반환합니다.</summary>
  592. <returns>
  593. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />에 대한 <see cref="T:System.Collections.IEnumerator" />입니다.</returns>
  594. </member>
  595. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Item(System.Int32)">
  596. <summary>컬렉션의 지정된 인덱스에 있는 엔트리를 가져옵니다.</summary>
  597. <returns>컬렉션의 지정한 인덱스에 있는 엔트리의 <see cref="T:System.String" /> 키입니다.</returns>
  598. <param name="index">컬렉션에 있는 엔트리의 인덱스(0부터 시작)입니다. </param>
  599. <exception cref="T:System.ArgumentOutOfRangeException">
  600. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우 </exception>
  601. </member>
  602. <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  603. <summary>대상 배열의 지정된 인덱스에서 시작하여 전체 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />을 호환되는 1차원 <see cref="T:System.Array" />에 복사합니다.</summary>
  604. <param name="array">
  605. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />에서 복사한 요소의 대상인 일차원 <see cref="T:System.Array" />입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
  606. <param name="index">
  607. <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다. </param>
  608. <exception cref="T:System.ArgumentNullException">
  609. <paramref name="array" />가 null입니다. </exception>
  610. <exception cref="T:System.ArgumentOutOfRangeException">
  611. <paramref name="index" />가 0보다 작은 경우 </exception>
  612. <exception cref="T:System.ArgumentException">
  613. <paramref name="array" />가 다차원 배열인 경우또는 소스 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />의 요소 수가 <paramref name="index" />에서 대상 <paramref name="array" /> 끝까지 사용 가능한 공간보다 큰 경우 </exception>
  614. <exception cref="T:System.InvalidCastException">소스 <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" /> 형식을 대상 <paramref name="array" /> 형식으로 자동 캐스팅할 수 없는 경우 </exception>
  615. </member>
  616. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System#Collections#ICollection#IsSynchronized">
  617. <summary>
  618. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.</summary>
  619. <returns>
  620. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되면 true이고, 그렇지 않으면 false입니다.기본값은 false입니다.</returns>
  621. </member>
  622. <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System#Collections#ICollection#SyncRoot">
  623. <summary>
  624. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.</summary>
  625. <returns>
  626. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체입니다.</returns>
  627. </member>
  628. <member name="T:System.Collections.Specialized.NameValueCollection">
  629. <summary>키나 인덱스를 사용하여 액세스할 수 있는 연결된 <see cref="T:System.String" /> 키와 <see cref="T:System.String" /> 값의 컬렉션을 나타냅니다.</summary>
  630. </member>
  631. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor">
  632. <summary>비어 있는 상태이고 기본 초기 용량을 가지며 대/소문자를 구분하지 않는 기본 해시 코드 공급자와 대/소문자를 구분하지 않는 기본 비교자를 사용하는 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  633. </member>
  634. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Collections.IEqualityComparer)">
  635. <summary>기본 초기 용량을 갖고 있고 지정된 <see cref="T:System.Collections.IEqualityComparer" /> 개체를 사용하는 비어 있는 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  636. <param name="equalityComparer">두 키가 같은지 여부를 확인하고 컬렉션의 키에 대한 해시 코드를 생성하는 데 사용할 <see cref="T:System.Collections.IEqualityComparer" /> 개체입니다.</param>
  637. </member>
  638. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Collections.Specialized.NameValueCollection)">
  639. <summary>지정된 <see cref="T:System.Collections.Specialized.NameValueCollection" />의 엔트리를 초기 용량이 복사되는 엔트리의 수와 같고 소스 컬렉션과 같은 해시 코드 공급자 및 같은 비교자를 사용하는 새 <see cref="T:System.Collections.Specialized.NameValueCollection" />에 복사합니다.</summary>
  640. <param name="col">새 <see cref="T:System.Collections.Specialized.NameValueCollection" />으로 복사할 <see cref="T:System.Collections.Specialized.NameValueCollection" />입니다.</param>
  641. <exception cref="T:System.ArgumentNullException">
  642. <paramref name="col" />가 null인 경우</exception>
  643. </member>
  644. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32)">
  645. <summary>비어 있는 상태이고 지정한 초기 용량을 가지며 대/소문자를 구분하지 않는 기본 해시 코드 공급자와 대/소문자를 구분하지 않는 기본 비교자를 사용하는 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  646. <param name="capacity">
  647. <see cref="T:System.Collections.Specialized.NameValueCollection" />에 포함될 수 있는 초기 엔트리 수입니다.</param>
  648. <exception cref="T:System.ArgumentOutOfRangeException">
  649. <paramref name="capacity" />가 0보다 작은 경우</exception>
  650. </member>
  651. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  652. <summary>지정된 초기 용량을 갖고 있고 지정된 <see cref="T:System.Collections.IEqualityComparer" /> 개체를 사용하는 비어 있는 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  653. <param name="capacity">
  654. <see cref="T:System.Collections.Specialized.NameValueCollection" /> 개체에 포함될 수 있는 초기 엔트리 수입니다.</param>
  655. <param name="equalityComparer">두 키가 같은지 여부를 확인하고 컬렉션의 키에 대한 해시 코드를 생성하는 데 사용할 <see cref="T:System.Collections.IEqualityComparer" /> 개체입니다.</param>
  656. <exception cref="T:System.ArgumentOutOfRangeException">
  657. <paramref name="capacity" />가 0보다 작은 경우</exception>
  658. </member>
  659. <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32,System.Collections.Specialized.NameValueCollection)">
  660. <summary>지정된 <see cref="T:System.Collections.Specialized.NameValueCollection" />의 엔트리를 새 <see cref="T:System.Collections.Specialized.NameValueCollection" />에 복사합니다. 이 컬렉션은 지정된 초기 용량을 가지거나 복사되는 엔트리의 수와 같은 초기 용량을 가지며 대/소문자를 구분하지 않는 기본 해시 코드 공급자와 대/소문자를 구분하지 않는 기본 비교자를 사용합니다.</summary>
  661. <param name="capacity">
  662. <see cref="T:System.Collections.Specialized.NameValueCollection" />에 포함될 수 있는 초기 엔트리 수입니다.</param>
  663. <param name="col">새 <see cref="T:System.Collections.Specialized.NameValueCollection" />으로 복사할 <see cref="T:System.Collections.Specialized.NameValueCollection" />입니다.</param>
  664. <exception cref="T:System.ArgumentOutOfRangeException">
  665. <paramref name="capacity" />가 0보다 작은 경우</exception>
  666. <exception cref="T:System.ArgumentNullException">
  667. <paramref name="col" />가 null인 경우</exception>
  668. </member>
  669. <member name="M:System.Collections.Specialized.NameValueCollection.Add(System.Collections.Specialized.NameValueCollection)">
  670. <summary>지정된 <see cref="T:System.Collections.Specialized.NameValueCollection" />의 엔트리를 현재 <see cref="T:System.Collections.Specialized.NameValueCollection" />으로 복사합니다.</summary>
  671. <param name="c">현재 <see cref="T:System.Collections.Specialized.NameValueCollection" />으로 복사할 <see cref="T:System.Collections.Specialized.NameValueCollection" />입니다.</param>
  672. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다.</exception>
  673. <exception cref="T:System.ArgumentNullException">
  674. <paramref name="c" />가 null인 경우</exception>
  675. </member>
  676. <member name="M:System.Collections.Specialized.NameValueCollection.Add(System.String,System.String)">
  677. <summary>지정된 이름과 값을 가지는 엔트리를 <see cref="T:System.Collections.Specialized.NameValueCollection" />에 추가합니다.</summary>
  678. <param name="name">추가할 엔트리의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  679. <param name="value">추가할 엔트리의 <see cref="T:System.String" /> 값입니다.값은 null이 될 수 있습니다.</param>
  680. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다. </exception>
  681. </member>
  682. <member name="P:System.Collections.Specialized.NameValueCollection.AllKeys">
  683. <summary>
  684. <see cref="T:System.Collections.Specialized.NameValueCollection" />의 모든 키를 가져옵니다.</summary>
  685. <returns>
  686. <see cref="T:System.Collections.Specialized.NameValueCollection" />의 모든 키를 포함하는 <see cref="T:System.String" /> 배열입니다.</returns>
  687. </member>
  688. <member name="M:System.Collections.Specialized.NameValueCollection.Clear">
  689. <summary>캐시된 배열을 무효로 만들고 <see cref="T:System.Collections.Specialized.NameValueCollection" />에서 모든 엔트리를 제거합니다.</summary>
  690. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다.</exception>
  691. <PermissionSet>
  692. <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
  693. </PermissionSet>
  694. </member>
  695. <member name="M:System.Collections.Specialized.NameValueCollection.CopyTo(System.Array,System.Int32)">
  696. <summary>대상 배열의 지정된 인덱스에서 시작하여 전체 <see cref="T:System.Collections.Specialized.NameValueCollection" />을 호환되는 1차원 <see cref="T:System.Array" />에 복사합니다.</summary>
  697. <param name="dest">
  698. <see cref="T:System.Array" />에서 복사한 요소의 대상인 일차원 <see cref="T:System.Collections.Specialized.NameValueCollection" />입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
  699. <param name="index">
  700. <paramref name="dest" />에서 복사가 시작되는 인덱스(0부터 시작)입니다.</param>
  701. <exception cref="T:System.ArgumentNullException">
  702. <paramref name="dest" />가 null인 경우</exception>
  703. <exception cref="T:System.ArgumentOutOfRangeException">
  704. <paramref name="index" />가 0보다 작은 경우</exception>
  705. <exception cref="T:System.ArgumentException">
  706. <paramref name="dest" />가 다차원 배열인 경우또는 소스 <see cref="T:System.Collections.Specialized.NameValueCollection" />의 요소 수가 <paramref name="index" />에서 대상 <paramref name="dest" /> 끝까지 사용 가능한 공간보다 큰 경우</exception>
  707. <exception cref="T:System.InvalidCastException">소스 <see cref="T:System.Collections.Specialized.NameValueCollection" /> 형식을 대상 <paramref name="dest" /> 형식으로 자동 캐스팅할 수 없는 경우</exception>
  708. </member>
  709. <member name="M:System.Collections.Specialized.NameValueCollection.Get(System.Int32)">
  710. <summary>하나의 쉼표로 구분된 목록에 결합된 <see cref="T:System.Collections.Specialized.NameValueCollection" />의 지정된 인덱스에서 값을 가져옵니다.</summary>
  711. <returns>
  712. <see cref="T:System.Collections.Specialized.NameValueCollection" />의 지정된 인덱스에 있는 값의 쉼표로 구분된 목록이 들어 있는 <see cref="T:System.String" />이거나, 없는 경우 null입니다.</returns>
  713. <param name="index">컬렉션에서 가져올 값이 들어 있는 엔트리의 0부터 시작하는 인덱스입니다.</param>
  714. <exception cref="T:System.ArgumentOutOfRangeException">
  715. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우</exception>
  716. </member>
  717. <member name="M:System.Collections.Specialized.NameValueCollection.Get(System.String)">
  718. <summary>하나의 쉼표로 구분된 목록에 결합된 <see cref="T:System.Collections.Specialized.NameValueCollection" />에서 지정된 키와 관련된 값을 가져옵니다.</summary>
  719. <returns>
  720. <see cref="T:System.Collections.Specialized.NameValueCollection" />에서 지정된 키와 관련된 값의 쉼표로 구분된 목록이 들어 있는 <see cref="T:System.String" />이거나, 없는 경우 null입니다.</returns>
  721. <param name="name">가져올 값이 들어 있는 엔트리의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  722. </member>
  723. <member name="M:System.Collections.Specialized.NameValueCollection.GetKey(System.Int32)">
  724. <summary>
  725. <see cref="T:System.Collections.Specialized.NameValueCollection" />의 지정한 인덱스에서 키를 가져옵니다.</summary>
  726. <returns>
  727. <see cref="T:System.Collections.Specialized.NameValueCollection" />의 지정된 인덱스에 있는 키가 들어 있는 <see cref="T:System.String" />이거나, 없는 경우 null입니다.</returns>
  728. <param name="index">컬렉션에서 가져올 키의 0부터 시작하는 인덱스입니다.</param>
  729. <exception cref="T:System.ArgumentOutOfRangeException">
  730. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우 </exception>
  731. </member>
  732. <member name="M:System.Collections.Specialized.NameValueCollection.GetValues(System.Int32)">
  733. <summary>
  734. <see cref="T:System.Collections.Specialized.NameValueCollection" />의 지정된 인덱스에서 값을 가져옵니다.</summary>
  735. <returns>
  736. <see cref="T:System.Collections.Specialized.NameValueCollection" />의 지정된 인덱스에 있는 값이 들어 있는 <see cref="T:System.String" /> 배열이거나, 해당 배열이 없는 경우 null입니다.</returns>
  737. <param name="index">컬렉션에서 가져올 값이 들어 있는 엔트리의 0부터 시작하는 인덱스입니다.</param>
  738. <exception cref="T:System.ArgumentOutOfRangeException">
  739. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우 </exception>
  740. </member>
  741. <member name="M:System.Collections.Specialized.NameValueCollection.GetValues(System.String)">
  742. <summary>
  743. <see cref="T:System.Collections.Specialized.NameValueCollection" />에서 지정된 키와 관련된 값을 가져옵니다.</summary>
  744. <returns>
  745. <see cref="T:System.Collections.Specialized.NameValueCollection" />의 지정된 키와 관련된 값이 들어 있는 <see cref="T:System.String" /> 배열이거나, 없는 경우 null입니다.</returns>
  746. <param name="name">가져올 값이 들어 있는 엔트리의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  747. </member>
  748. <member name="M:System.Collections.Specialized.NameValueCollection.HasKeys">
  749. <summary>
  750. <see cref="T:System.Collections.Specialized.NameValueCollection" />에 null이 아닌 키가 들어 있는지 여부를 나타내는 값을 가져옵니다.</summary>
  751. <returns>
  752. <see cref="T:System.Collections.Specialized.NameValueCollection" />에 null이 아닌 키가 들어 있으면 true이고, 그러지 않으면 false입니다.</returns>
  753. </member>
  754. <member name="M:System.Collections.Specialized.NameValueCollection.InvalidateCachedArrays">
  755. <summary>컬렉션의 캐시된 배열을 null로 다시 설정합니다.</summary>
  756. </member>
  757. <member name="P:System.Collections.Specialized.NameValueCollection.Item(System.Int32)">
  758. <summary>
  759. <see cref="T:System.Collections.Specialized.NameValueCollection" />의 지정된 인덱스에 있는 엔트리를 가져옵니다.</summary>
  760. <returns>컬렉션의 지정된 인덱스에 있는 값의 쉼표로 구분된 목록이 들어 있는 <see cref="T:System.String" />입니다.</returns>
  761. <param name="index">컬렉션에 있는 엔트리의 인덱스(0부터 시작)입니다.</param>
  762. <exception cref="T:System.ArgumentOutOfRangeException">
  763. <paramref name="index" />가 컬렉션의 유효한 인덱스 범위 밖에 있는 경우</exception>
  764. </member>
  765. <member name="P:System.Collections.Specialized.NameValueCollection.Item(System.String)">
  766. <summary>
  767. <see cref="T:System.Collections.Specialized.NameValueCollection" />에서 지정된 키를 가지는 엔트리를 가져오거나 설정합니다.</summary>
  768. <returns>지정된 키와 연결된 값이 있으면 쉼표로 구분된 해당 값의 목록이 포함된 <see cref="T:System.String" />이고, 그러지 않으면 null입니다.</returns>
  769. <param name="name">찾을 항목의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  770. <exception cref="T:System.NotSupportedException">읽기 전용 컬렉션을 수정하려고 시도한 경우 </exception>
  771. </member>
  772. <member name="M:System.Collections.Specialized.NameValueCollection.Remove(System.String)">
  773. <summary>
  774. <see cref="T:System.Collections.Specialized.NameObjectCollectionBase" /> 인스턴스에서 지정한 키를 가지는 엔트리를 제거합니다.</summary>
  775. <param name="name">제거할 엔트리의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  776. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다.</exception>
  777. </member>
  778. <member name="M:System.Collections.Specialized.NameValueCollection.Set(System.String,System.String)">
  779. <summary>
  780. <see cref="T:System.Collections.Specialized.NameValueCollection" />에 엔트리의 값을 설정합니다.</summary>
  781. <param name="name">새 값을 추가할 엔트리의 <see cref="T:System.String" /> 키입니다.키는 null이 될 수 있습니다.</param>
  782. <param name="value">지정된 엔트리에 추가할 새 값을 나타내는 <see cref="T:System.Object" />입니다.값은 null이 될 수 있습니다.</param>
  783. <exception cref="T:System.NotSupportedException">컬렉션이 읽기 전용입니다.</exception>
  784. </member>
  785. <member name="T:System.Collections.Specialized.OrderedDictionary">
  786. <summary>키나 인덱스에서 액세스할 수 있는 키/값 쌍의 컬렉션을 나타냅니다.</summary>
  787. </member>
  788. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor">
  789. <summary>
  790. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  791. </member>
  792. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Collections.IEqualityComparer)">
  793. <summary>지정한 비교자를 사용하여 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  794. <param name="comparer">두 키가 같은지 여부를 확인하는 데 사용하는 <see cref="T:System.Collections.IComparer" />입니다.또는 각 키로 <see cref="M:System.Object.Equals(System.Object)" />를 구현한 기본 비교자를 사용하면 null입니다.</param>
  795. </member>
  796. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Int32)">
  797. <summary>지정한 초기 용량을 사용하여 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  798. <param name="capacity">
  799. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 포함될 수 있는 초기 요소 수입니다.</param>
  800. </member>
  801. <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  802. <summary>지정한 초기 용량과 비교자를 사용하여 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  803. <param name="capacity">
  804. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 포함될 수 있는 초기 요소 수입니다.</param>
  805. <param name="comparer">두 키가 같은지 여부를 확인하는 데 사용하는 <see cref="T:System.Collections.IComparer" />입니다.또는 각 키로 <see cref="M:System.Object.Equals(System.Object)" />를 구현한 기본 비교자를 사용하면 null입니다.</param>
  806. </member>
  807. <member name="M:System.Collections.Specialized.OrderedDictionary.Add(System.Object,System.Object)">
  808. <summary>지정한 키와 값이 있는 엔트리를 사용할 수 있는 가장 낮은 인덱스를 사용하여 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 추가합니다.</summary>
  809. <param name="key">추가할 엔트리의 키입니다.</param>
  810. <param name="value">추가할 엔트리의 값입니다.이 값은 null일 수 있습니다.</param>
  811. <exception cref="T:System.NotSupportedException">
  812. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션이 읽기 전용인 경우</exception>
  813. </member>
  814. <member name="M:System.Collections.Specialized.OrderedDictionary.AsReadOnly">
  815. <summary>현재 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션의 읽기 전용 복사본을 반환합니다.</summary>
  816. <returns>현재 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션의 읽기 전용 복사본입니다.</returns>
  817. </member>
  818. <member name="M:System.Collections.Specialized.OrderedDictionary.Clear">
  819. <summary>
  820. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에서 모든 요소를 제거합니다.</summary>
  821. <exception cref="T:System.NotSupportedException">
  822. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션이 읽기 전용인 경우</exception>
  823. </member>
  824. <member name="M:System.Collections.Specialized.OrderedDictionary.Contains(System.Object)">
  825. <summary>
  826. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 특정 키가 들어 있는지 여부를 확인합니다.</summary>
  827. <returns>
  828. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 지정한 키가 있는 요소가 포함된 경우 true이고, 그렇지 않으면 false입니다.</returns>
  829. <param name="key">
  830. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에서 찾을 키입니다.</param>
  831. </member>
  832. <member name="M:System.Collections.Specialized.OrderedDictionary.CopyTo(System.Array,System.Int32)">
  833. <summary>지정한 인덱스에 있는 1차원 <see cref="T:System.Array" /> 개체에 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 요소를 복사합니다.</summary>
  834. <param name="array">
  835. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에서 복사한 <see cref="T:System.Collections.DictionaryEntry" /> 개체의 대상인 1차원 <see cref="T:System.Array" /> 개체입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
  836. <param name="index">
  837. <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다.</param>
  838. </member>
  839. <member name="P:System.Collections.Specialized.OrderedDictionary.Count">
  840. <summary>
  841. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 포함된 키/값 쌍의 수를 가져옵니다.</summary>
  842. <returns>
  843. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 포함된 키/값 쌍의 수입니다.</returns>
  844. </member>
  845. <member name="M:System.Collections.Specialized.OrderedDictionary.GetEnumerator">
  846. <summary>
  847. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션을 반복하는 <see cref="T:System.Collections.IDictionaryEnumerator" /> 개체를 반환합니다.</summary>
  848. <returns>
  849. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 대한 <see cref="T:System.Collections.IDictionaryEnumerator" /> 개체입니다.</returns>
  850. </member>
  851. <member name="M:System.Collections.Specialized.OrderedDictionary.Insert(System.Int32,System.Object,System.Object)">
  852. <summary>지정한 인덱스에 있는 지정한 키와 값을 사용하여 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 새 엔트리를 삽입합니다.</summary>
  853. <param name="index">요소를 삽입해야 하는 0부터 시작하는 인덱스입니다.</param>
  854. <param name="key">추가할 엔트리의 키입니다.</param>
  855. <param name="value">추가할 엔트리의 값입니다.값은 null이 될 수 있습니다.</param>
  856. <exception cref="T:System.ArgumentOutOfRangeException">
  857. <paramref name="index" />이 범위에서 벗어난 경우.</exception>
  858. <exception cref="T:System.NotSupportedException">이 컬렉션은 읽기 전용입니다.</exception>
  859. </member>
  860. <member name="P:System.Collections.Specialized.OrderedDictionary.IsReadOnly">
  861. <summary>
  862. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.</summary>
  863. <returns>
  864. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션이 읽기 전용이면 true이고, 그렇지 않으면 false입니다.기본값은 false입니다.</returns>
  865. </member>
  866. <member name="P:System.Collections.Specialized.OrderedDictionary.Item(System.Int32)">
  867. <summary>지정한 인덱스에 있는 값을 가져오거나 설정합니다.</summary>
  868. <returns>지정한 인덱스에 있는 항목의 값입니다. </returns>
  869. <param name="index">가져오거나 설정할 값의 0부터 시작하는 인덱스입니다.</param>
  870. <exception cref="T:System.NotSupportedException">속성이 설정되어 있으며 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션이 읽기 전용인 경우</exception>
  871. <exception cref="T:System.ArgumentOutOfRangeException">
  872. <paramref name="index" />가 0보다 작은 경우또는<paramref name="index" />가 <see cref="P:System.Collections.Specialized.OrderedDictionary.Count" />보다 크거나 같은 경우</exception>
  873. </member>
  874. <member name="P:System.Collections.Specialized.OrderedDictionary.Item(System.Object)">
  875. <summary>지정한 키가 있는 값을 가져오거나 설정합니다.</summary>
  876. <returns>지정한 키와 연결된 값입니다.지정한 키가 없는 경우 해당 키를 가져오려고 시도하면 null이 반환되고 해당 키를 설정하려고 시도하면 지정한 키를 사용하여 새 요소가 만들어집니다.</returns>
  877. <param name="key">가져오거나 설정할 값의 키입니다.</param>
  878. <exception cref="T:System.NotSupportedException">속성이 설정되어 있으며 <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션이 읽기 전용인 경우</exception>
  879. </member>
  880. <member name="P:System.Collections.Specialized.OrderedDictionary.Keys">
  881. <summary>
  882. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션의 키가 포함된 <see cref="T:System.Collections.ICollection" /> 개체를 가져옵니다.</summary>
  883. <returns>
  884. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션의 키가 포함된 <see cref="T:System.Collections.ICollection" /> 개체입니다.</returns>
  885. </member>
  886. <member name="M:System.Collections.Specialized.OrderedDictionary.Remove(System.Object)">
  887. <summary>
  888. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에서 지정한 키가 있는 엔트리를 제거합니다.</summary>
  889. <param name="key">제거할 엔트리의 키입니다.</param>
  890. <exception cref="T:System.NotSupportedException">
  891. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션이 읽기 전용인 경우</exception>
  892. <exception cref="T:System.ArgumentNullException">
  893. <paramref name="key" />가 null인 경우</exception>
  894. </member>
  895. <member name="M:System.Collections.Specialized.OrderedDictionary.RemoveAt(System.Int32)">
  896. <summary>
  897. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에서 지정한 인덱스에 있는 엔트리를 제거합니다.</summary>
  898. <param name="index">제거할 엔트리의 0부터 시작하는 인덱스입니다.</param>
  899. <exception cref="T:System.NotSupportedException">
  900. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션이 읽기 전용인 경우</exception>
  901. <exception cref="T:System.ArgumentOutOfRangeException">
  902. <paramref name="index" />가 0보다 작은 경우또는<paramref name="index" />가 <see cref="P:System.Collections.Specialized.OrderedDictionary.Count" />보다 크거나 같은 경우</exception>
  903. </member>
  904. <member name="P:System.Collections.Specialized.OrderedDictionary.System#Collections#ICollection#IsSynchronized">
  905. <summary>
  906. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 개체에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.</summary>
  907. <returns>이 메서드는 항상 false를 반환합니다.</returns>
  908. </member>
  909. <member name="P:System.Collections.Specialized.OrderedDictionary.System#Collections#ICollection#SyncRoot">
  910. <summary>
  911. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 개체에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.</summary>
  912. <returns>
  913. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 개체에 대한 액세스를 동기화하는 데 사용할 수 있는 개체입니다.</returns>
  914. </member>
  915. <member name="P:System.Collections.Specialized.OrderedDictionary.System#Collections#IDictionary#IsFixedSize">
  916. <summary>
  917. <see cref="T:System.Collections.Specialized.OrderedDictionary" />의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.</summary>
  918. <returns>true if the <see cref="T:System.Collections.Specialized.OrderedDictionary" /> has a fixed size; otherwise, false.기본값은 false입니다.</returns>
  919. </member>
  920. <member name="M:System.Collections.Specialized.OrderedDictionary.System#Collections#IEnumerable#GetEnumerator">
  921. <summary>
  922. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션을 반복하는 <see cref="T:System.Collections.IDictionaryEnumerator" /> 개체를 반환합니다.</summary>
  923. <returns>
  924. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션에 대한 <see cref="T:System.Collections.IDictionaryEnumerator" /> 개체입니다.</returns>
  925. </member>
  926. <member name="P:System.Collections.Specialized.OrderedDictionary.Values">
  927. <summary>
  928. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션의 값이 포함된 <see cref="T:System.Collections.ICollection" /> 개체를 가져옵니다.</summary>
  929. <returns>
  930. <see cref="T:System.Collections.Specialized.OrderedDictionary" /> 컬렉션의 값이 포함된 <see cref="T:System.Collections.ICollection" /> 개체입니다.</returns>
  931. </member>
  932. <member name="T:System.Collections.Specialized.StringCollection">
  933. <summary>문자열 컬렉션을 나타냅니다.</summary>
  934. </member>
  935. <member name="M:System.Collections.Specialized.StringCollection.#ctor">
  936. <summary>
  937. <see cref="T:System.Collections.Specialized.StringCollection" /> 클래스의 새 인스턴스를 초기화합니다. </summary>
  938. </member>
  939. <member name="M:System.Collections.Specialized.StringCollection.Add(System.String)">
  940. <summary>문자열을 <see cref="T:System.Collections.Specialized.StringCollection" />의 끝에 추가합니다.</summary>
  941. <returns>새 요소가 삽입된 인덱스이며 0부터 시작합니다.</returns>
  942. <param name="value">
  943. <see cref="T:System.Collections.Specialized.StringCollection" />의 끝에 추가할 문자열입니다.값은 null이 될 수 있습니다.</param>
  944. </member>
  945. <member name="M:System.Collections.Specialized.StringCollection.AddRange(System.String[])">
  946. <summary>문자열 배열의 요소를 <see cref="T:System.Collections.Specialized.StringCollection" />의 끝에 복사합니다.</summary>
  947. <param name="value">
  948. <see cref="T:System.Collections.Specialized.StringCollection" />의 끝에 추가할 문자열의 배열입니다.배열 자체는 null일 수가 없지만 null인 요소를 포함할 수 있습니다.</param>
  949. <exception cref="T:System.ArgumentNullException">
  950. <paramref name="value" />가 null입니다. </exception>
  951. </member>
  952. <member name="M:System.Collections.Specialized.StringCollection.Clear">
  953. <summary>
  954. <see cref="T:System.Collections.Specialized.StringCollection" />에서 문자열을 모두 제거합니다.</summary>
  955. </member>
  956. <member name="M:System.Collections.Specialized.StringCollection.Contains(System.String)">
  957. <summary>지정한 문자열이 <see cref="T:System.Collections.Specialized.StringCollection" />에 있는지 여부를 확인합니다.</summary>
  958. <returns>
  959. <paramref name="value" />가 <see cref="T:System.Collections.Specialized.StringCollection" />에 있으면 true이고, 그렇지 않으면 false입니다.</returns>
  960. <param name="value">
  961. <see cref="T:System.Collections.Specialized.StringCollection" />에서 찾을 문자열입니다.값은 null이 될 수 있습니다.</param>
  962. </member>
  963. <member name="M:System.Collections.Specialized.StringCollection.CopyTo(System.String[],System.Int32)">
  964. <summary>대상 배열의 지정한 인덱스에서 시작하여 전체 <see cref="T:System.Collections.Specialized.StringCollection" /> 값을 1차원 문자열 배열에 복사합니다.</summary>
  965. <param name="array">
  966. <see cref="T:System.Collections.Specialized.StringCollection" />에서 복사된 요소의 대상인 1차원 문자열 배열입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
  967. <param name="index">
  968. <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다. </param>
  969. <exception cref="T:System.ArgumentNullException">
  970. <paramref name="array" />가 null입니다. </exception>
  971. <exception cref="T:System.ArgumentOutOfRangeException">
  972. <paramref name="index" />가 0보다 작은 경우 </exception>
  973. <exception cref="T:System.ArgumentException">
  974. <paramref name="array" />가 다차원 배열인 경우또는 소스 <see cref="T:System.Collections.Specialized.StringCollection" />의 요소 수가 <paramref name="index" />에서 대상 <paramref name="array" /> 끝까지 사용 가능한 공간보다 큰 경우 </exception>
  975. <exception cref="T:System.InvalidCastException">소스 <see cref="T:System.Collections.Specialized.StringCollection" /> 형식을 대상 <paramref name="array" /> 형식으로 자동 캐스팅할 수 없는 경우 </exception>
  976. </member>
  977. <member name="P:System.Collections.Specialized.StringCollection.Count">
  978. <summary>
  979. <see cref="T:System.Collections.Specialized.StringCollection" />에 포함된 문자열 수를 가져옵니다.</summary>
  980. <returns>
  981. <see cref="T:System.Collections.Specialized.StringCollection" />에 포함된 문자열 수입니다.</returns>
  982. </member>
  983. <member name="M:System.Collections.Specialized.StringCollection.GetEnumerator">
  984. <summary>
  985. <see cref="T:System.Collections.Specialized.StringCollection" />을 반복하는 <see cref="T:System.Collections.Specialized.StringEnumerator" />를 반환합니다.</summary>
  986. <returns>
  987. <see cref="T:System.Collections.Specialized.StringCollection" />에 대한 <see cref="T:System.Collections.Specialized.StringEnumerator" />입니다.</returns>
  988. </member>
  989. <member name="M:System.Collections.Specialized.StringCollection.IndexOf(System.String)">
  990. <summary>지정한 문자열을 검색하고 <see cref="T:System.Collections.Specialized.StringCollection" /> 내에서 처음 나오는 0부터 시작하는 인덱스를 반환합니다.</summary>
  991. <returns>
  992. <see cref="T:System.Collections.Specialized.StringCollection" />에서 맨 처음 나오는 <paramref name="value" />가 있으면 해당 인덱스(0부터 시작)이고, 그렇지 않으면 -1입니다.</returns>
  993. <param name="value">찾을 문자열입니다.값은 null이 될 수 있습니다.</param>
  994. </member>
  995. <member name="M:System.Collections.Specialized.StringCollection.Insert(System.Int32,System.String)">
  996. <summary>지정한 인덱스에 있는 <see cref="T:System.Collections.Specialized.StringCollection" />에 문자열을 삽입합니다.</summary>
  997. <param name="index">
  998. <paramref name="value" />가 삽입된 인덱스이며 0부터 시작합니다. </param>
  999. <param name="value">삽입할 문자열입니다.값은 null이 될 수 있습니다.</param>
  1000. <exception cref="T:System.ArgumentOutOfRangeException">
  1001. <paramref name="index" />가 0보다 작은 경우또는 <paramref name="index" />는 <see cref="P:System.Collections.Specialized.StringCollection.Count" />보다 큰 경우 </exception>
  1002. </member>
  1003. <member name="P:System.Collections.Specialized.StringCollection.IsReadOnly">
  1004. <summary>
  1005. <see cref="T:System.Collections.Specialized.StringCollection" />이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.</summary>
  1006. <returns>이 속성은 항상 false를 반환합니다.</returns>
  1007. </member>
  1008. <member name="P:System.Collections.Specialized.StringCollection.IsSynchronized">
  1009. <summary>
  1010. <see cref="T:System.Collections.Specialized.StringCollection" />에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.</summary>
  1011. <returns>이 속성은 항상 false를 반환합니다.</returns>
  1012. </member>
  1013. <member name="P:System.Collections.Specialized.StringCollection.Item(System.Int32)">
  1014. <summary>지정된 인덱스에 있는 요소를 가져오거나 설정합니다.</summary>
  1015. <returns>지정된 인덱스의 요소입니다.</returns>
  1016. <param name="index">가져오거나 설정할 엔트리 인덱스이며 0부터 시작합니다. </param>
  1017. <exception cref="T:System.ArgumentOutOfRangeException">
  1018. <paramref name="index" />가 0보다 작은 경우또는 <paramref name="index" />가 <see cref="P:System.Collections.Specialized.StringCollection.Count" />보다 크거나 같은 경우 </exception>
  1019. </member>
  1020. <member name="M:System.Collections.Specialized.StringCollection.Remove(System.String)">
  1021. <summary>
  1022. <see cref="T:System.Collections.Specialized.StringCollection" />에서 맨 처음 발견되는 특정 문자열을 제거합니다.</summary>
  1023. <param name="value">
  1024. <see cref="T:System.Collections.Specialized.StringCollection" />에서 제거할 문자열입니다.값은 null이 될 수 있습니다.</param>
  1025. </member>
  1026. <member name="M:System.Collections.Specialized.StringCollection.RemoveAt(System.Int32)">
  1027. <summary>
  1028. <see cref="T:System.Collections.Specialized.StringCollection" />의 지정한 인덱스에 있는 문자열을 제거합니다.</summary>
  1029. <param name="index">제거할 문자열의 인덱스이며 0부터 시작합니다. </param>
  1030. <exception cref="T:System.ArgumentOutOfRangeException">
  1031. <paramref name="index" />가 0보다 작은 경우또는 <paramref name="index" />가 <see cref="P:System.Collections.Specialized.StringCollection.Count" />보다 크거나 같은 경우 </exception>
  1032. </member>
  1033. <member name="P:System.Collections.Specialized.StringCollection.SyncRoot">
  1034. <summary>
  1035. <see cref="T:System.Collections.Specialized.StringCollection" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.</summary>
  1036. <returns>
  1037. <see cref="T:System.Collections.Specialized.StringCollection" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체입니다.</returns>
  1038. </member>
  1039. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
  1040. <summary>대상 배열의 지정된 인덱스에서 시작하여 전체 <see cref="T:System.Collections.Specialized.StringCollection" />을 호환되는 1차원 <see cref="T:System.Array" />에 복사합니다.</summary>
  1041. <param name="array">
  1042. <see cref="T:System.Collections.Specialized.StringCollection" />에서 복사한 요소의 대상인 일차원 <see cref="T:System.Array" />입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
  1043. <param name="index">
  1044. <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다. </param>
  1045. <exception cref="T:System.ArgumentNullException">
  1046. <paramref name="array" />가 null입니다. </exception>
  1047. <exception cref="T:System.ArgumentOutOfRangeException">
  1048. <paramref name="index" />가 0보다 작은 경우 </exception>
  1049. <exception cref="T:System.ArgumentException">
  1050. <paramref name="array" />가 다차원 배열인 경우또는 소스 <see cref="T:System.Collections.Specialized.StringCollection" />의 요소 수가 <paramref name="index" />에서 대상 <paramref name="array" /> 끝까지 사용 가능한 공간보다 큰 경우 </exception>
  1051. <exception cref="T:System.InvalidCastException">소스 <see cref="T:System.Collections.Specialized.StringCollection" /> 형식을 대상 <paramref name="array" /> 형식으로 자동 캐스팅할 수 없는 경우 </exception>
  1052. </member>
  1053. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IEnumerable#GetEnumerator">
  1054. <summary>
  1055. <see cref="T:System.Collections.Specialized.StringCollection" />을 반복하는 <see cref="T:System.Collections.IEnumerator" />를 반환합니다.</summary>
  1056. <returns>
  1057. <see cref="T:System.Collections.Specialized.StringCollection" />에 대한 <see cref="T:System.Collections.IEnumerator" />입니다.</returns>
  1058. </member>
  1059. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Add(System.Object)">
  1060. <summary>개체를 <see cref="T:System.Collections.Specialized.StringCollection" />의 끝 부분에 추가합니다.</summary>
  1061. <returns>
  1062. <paramref name="value" />가 추가된 <see cref="T:System.Collections.Specialized.StringCollection" /> 인덱스입니다.</returns>
  1063. <param name="value">
  1064. <see cref="T:System.Collections.Specialized.StringCollection" />의 끝에 추가할 <see cref="T:System.Object" />입니다.값은 null이 될 수 있습니다.</param>
  1065. <exception cref="T:System.NotSupportedException">
  1066. <see cref="T:System.Collections.Specialized.StringCollection" />가 읽기 전용인 경우또는 <see cref="T:System.Collections.Specialized.StringCollection" />의 크기가 고정되어 있는 경우 </exception>
  1067. </member>
  1068. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Contains(System.Object)">
  1069. <summary>요소가 <see cref="T:System.Collections.Specialized.StringCollection" />에 있는지 여부를 확인합니다.</summary>
  1070. <returns>
  1071. <paramref name="value" />가 <see cref="T:System.Collections.Specialized.StringCollection" />에 있으면 true이고, 그렇지 않으면 false입니다.</returns>
  1072. <param name="value">
  1073. <see cref="T:System.Collections.Specialized.StringCollection" />에서 찾을 <see cref="T:System.Object" />입니다.값은 null이 될 수 있습니다.</param>
  1074. </member>
  1075. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#IndexOf(System.Object)">
  1076. <summary>지정한 <see cref="T:System.Object" />를 검색하고, 전체 <see cref="T:System.Collections.Specialized.StringCollection" /> 내에서 처음 나오는 인덱스(0부터 시작)를 반환합니다.</summary>
  1077. <returns>전체 <see cref="T:System.Collections.Specialized.StringCollection" />에서 맨 처음 나오는 <paramref name="value" />가 있으면 해당 인덱스(0부터 시작)이고, 그렇지 않으면 -1입니다.</returns>
  1078. <param name="value">
  1079. <see cref="T:System.Collections.Specialized.StringCollection" />에서 찾을 <see cref="T:System.Object" />입니다.값은 null이 될 수 있습니다.</param>
  1080. </member>
  1081. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
  1082. <summary>
  1083. <see cref="T:System.Collections.Specialized.StringCollection" />의 지정된 인덱스에 요소를 삽입합니다.</summary>
  1084. <param name="index">
  1085. <paramref name="value" />를 삽입해야 하는 인덱스(0부터 시작)입니다. </param>
  1086. <param name="value">삽입할 <see cref="T:System.Object" />입니다.값은 null이 될 수 있습니다.</param>
  1087. <exception cref="T:System.ArgumentOutOfRangeException">
  1088. <paramref name="index" />가 0보다 작은 경우또는 <paramref name="index" />가 <see cref="P:System.Collections.Specialized.StringCollection.Count" />보다 큰 경우 </exception>
  1089. <exception cref="T:System.NotSupportedException">
  1090. <see cref="T:System.Collections.Specialized.StringCollection" />가 읽기 전용인 경우또는 <see cref="T:System.Collections.Specialized.StringCollection" />의 크기가 고정되어 있는 경우 </exception>
  1091. </member>
  1092. <member name="P:System.Collections.Specialized.StringCollection.System#Collections#IList#IsFixedSize">
  1093. <summary>
  1094. <see cref="T:System.Collections.Specialized.StringCollection" /> 개체의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.</summary>
  1095. <returns>
  1096. <see cref="T:System.Collections.Specialized.StringCollection" /> 개체의 크기가 고정되어 있으면 true이고, 그렇지 않으면 false입니다.기본값은 false입니다.</returns>
  1097. </member>
  1098. <member name="P:System.Collections.Specialized.StringCollection.System#Collections#IList#IsReadOnly">
  1099. <summary>
  1100. <see cref="T:System.Collections.Specialized.StringCollection" /> 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.</summary>
  1101. <returns>
  1102. <see cref="T:System.Collections.Specialized.StringCollection" /> 개체가 읽기 전용이면 true이고, 그렇지 않으면 false입니다.기본값은 false입니다.</returns>
  1103. </member>
  1104. <member name="P:System.Collections.Specialized.StringCollection.System#Collections#IList#Item(System.Int32)">
  1105. <summary>지정된 인덱스에 있는 요소를 가져오거나 설정합니다.</summary>
  1106. <returns>지정된 인덱스의 요소입니다.</returns>
  1107. <param name="index">가져오거나 설정할 요소의 인덱스(0부터 시작)입니다. </param>
  1108. <exception cref="T:System.ArgumentOutOfRangeException">
  1109. <paramref name="index" />가 0보다 작은 경우또는 <paramref name="index" />가 <see cref="P:System.Collections.Specialized.StringCollection.Count" />보다 크거나 같은 경우 </exception>
  1110. </member>
  1111. <member name="M:System.Collections.Specialized.StringCollection.System#Collections#IList#Remove(System.Object)">
  1112. <summary>
  1113. <see cref="T:System.Collections.Specialized.StringCollection" />에서 맨 처음 발견되는 특정 개체를 제거합니다.</summary>
  1114. <param name="value">
  1115. <see cref="T:System.Collections.Specialized.StringCollection" />에서 제거할 <see cref="T:System.Object" />입니다.값은 null이 될 수 있습니다.</param>
  1116. <exception cref="T:System.NotSupportedException">
  1117. <see cref="T:System.Collections.Specialized.StringCollection" />가 읽기 전용인 경우또는 <see cref="T:System.Collections.Specialized.StringCollection" />의 크기가 고정되어 있는 경우 </exception>
  1118. </member>
  1119. <member name="T:System.Collections.Specialized.StringDictionary">
  1120. <summary>개체가 아니라 문자열로 강력하게 형식화된 키와 값을 사용하여 해시 테이블을 구현합니다.</summary>
  1121. </member>
  1122. <member name="M:System.Collections.Specialized.StringDictionary.#ctor">
  1123. <summary>
  1124. <see cref="T:System.Collections.Specialized.StringDictionary" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
  1125. </member>
  1126. <member name="M:System.Collections.Specialized.StringDictionary.Add(System.String,System.String)">
  1127. <summary>지정한 키와 값을 가지는 엔트리를 <see cref="T:System.Collections.Specialized.StringDictionary" />에 추가합니다.</summary>
  1128. <param name="key">추가할 엔트리의 키입니다. </param>
  1129. <param name="value">추가할 엔트리의 값입니다.값은 null이 될 수 있습니다.</param>
  1130. <exception cref="T:System.ArgumentNullException">
  1131. <paramref name="key" /> is null. </exception>
  1132. <exception cref="T:System.ArgumentException">An entry with the same key already exists in the <see cref="T:System.Collections.Specialized.StringDictionary" />. </exception>
  1133. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary" /> is read-only. </exception>
  1134. </member>
  1135. <member name="M:System.Collections.Specialized.StringDictionary.Clear">
  1136. <summary>
  1137. <see cref="T:System.Collections.Specialized.StringDictionary" />에서 모든 엔트리를 제거합니다.</summary>
  1138. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary" /> is read-only. </exception>
  1139. </member>
  1140. <member name="M:System.Collections.Specialized.StringDictionary.ContainsKey(System.String)">
  1141. <summary>
  1142. <see cref="T:System.Collections.Specialized.StringDictionary" />에 특정 키가 포함되어 있는지를 확인합니다.</summary>
  1143. <returns>
  1144. <see cref="T:System.Collections.Specialized.StringDictionary" />에 지정된 키가 있는 엔트리가 포함되어 있으면 true이고, 그렇지 않으면 false입니다.</returns>
  1145. <param name="key">
  1146. <see cref="T:System.Collections.Specialized.StringDictionary" />에서 찾을 수 있는 키입니다. </param>
  1147. <exception cref="T:System.ArgumentNullException">The key is null. </exception>
  1148. </member>
  1149. <member name="M:System.Collections.Specialized.StringDictionary.ContainsValue(System.String)">
  1150. <summary>
  1151. <see cref="T:System.Collections.Specialized.StringDictionary" />에 특정 값이 포함되어 있는지를 확인합니다.</summary>
  1152. <returns>
  1153. <see cref="T:System.Collections.Specialized.StringDictionary" />에 지정한 값이 있는 요소가 포함되어 있으면 true이고, 그렇지 않으면 false입니다.</returns>
  1154. <param name="value">
  1155. <see cref="T:System.Collections.Specialized.StringDictionary" />에서 찾을 수 있는 값입니다.값은 null이 될 수 있습니다.</param>
  1156. </member>
  1157. <member name="M:System.Collections.Specialized.StringDictionary.CopyTo(System.Array,System.Int32)">
  1158. <summary>문자열 사전 값을 1차원 <see cref="T:System.Array" /> 인스턴스의 지정한 인덱스에 복사합니다.</summary>
  1159. <param name="array">
  1160. <see cref="T:System.Collections.Specialized.StringDictionary" />에서 복사된 값의 대상인 1차원 <see cref="T:System.Array" />입니다. </param>
  1161. <param name="index">복사를 시작할 배열의 인덱스입니다. </param>
  1162. <exception cref="T:System.ArgumentException">
  1163. <paramref name="array" /> is multidimensional.-or- The number of elements in the <see cref="T:System.Collections.Specialized.StringDictionary" /> is greater than the available space from <paramref name="index" /> to the end of <paramref name="array" />. </exception>
  1164. <exception cref="T:System.ArgumentNullException">
  1165. <paramref name="array" /> is null. </exception>
  1166. <exception cref="T:System.ArgumentOutOfRangeException">
  1167. <paramref name="index" /> is less than the lower bound of <paramref name="array" />. </exception>
  1168. </member>
  1169. <member name="P:System.Collections.Specialized.StringDictionary.Count">
  1170. <summary>
  1171. <see cref="T:System.Collections.Specialized.StringDictionary" />에 있는 키/값 쌍의 수를 가져옵니다.</summary>
  1172. <returns>
  1173. <see cref="T:System.Collections.Specialized.StringDictionary" />에 있는 키/값 쌍의 수입니다.이 속성 값을 검색하는 것은 O(1) 연산입니다.</returns>
  1174. </member>
  1175. <member name="M:System.Collections.Specialized.StringDictionary.GetEnumerator">
  1176. <summary>문자열 사전을 반복하는 열거자를 반환합니다.</summary>
  1177. <returns>문자열 사전을 반복하는 <see cref="T:System.Collections.IEnumerator" />입니다.</returns>
  1178. </member>
  1179. <member name="P:System.Collections.Specialized.StringDictionary.IsSynchronized">
  1180. <summary>
  1181. <see cref="T:System.Collections.Specialized.StringDictionary" />에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지를 나타내는 값을 가져옵니다.</summary>
  1182. <returns>
  1183. <see cref="T:System.Collections.Specialized.StringDictionary" />에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되면 true이고, 그렇지 않으면 false입니다.</returns>
  1184. </member>
  1185. <member name="P:System.Collections.Specialized.StringDictionary.Item(System.String)">
  1186. <summary>지정된 키에 연결된 값을 가져오거나 설정합니다.</summary>
  1187. <returns>지정한 키와 연결된 값입니다.지정한 키가 없을 때 Get을 사용하면 null이 반환되고 Set을 사용하면 지정한 키의 새 엔트리가 만들어집니다.</returns>
  1188. <param name="key">가져오거나 설정할 값이 있는 키입니다. </param>
  1189. <exception cref="T:System.ArgumentNullException">
  1190. <paramref name="key" /> is null.</exception>
  1191. </member>
  1192. <member name="P:System.Collections.Specialized.StringDictionary.Keys">
  1193. <summary>
  1194. <see cref="T:System.Collections.Specialized.StringDictionary" />에 있는 키의 컬렉션을 가져옵니다.</summary>
  1195. <returns>
  1196. <see cref="T:System.Collections.Specialized.StringDictionary" />의 키를 제공하는 <see cref="T:System.Collections.ICollection" />입니다.</returns>
  1197. </member>
  1198. <member name="M:System.Collections.Specialized.StringDictionary.Remove(System.String)">
  1199. <summary>문자열 사전에서 지정한 키를 가지는 엔트리를 제거합니다.</summary>
  1200. <param name="key">제거할 엔트리의 키입니다. </param>
  1201. <exception cref="T:System.ArgumentNullException">The key is null. </exception>
  1202. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary" /> is read-only. </exception>
  1203. </member>
  1204. <member name="P:System.Collections.Specialized.StringDictionary.SyncRoot">
  1205. <summary>
  1206. <see cref="T:System.Collections.Specialized.StringDictionary" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.</summary>
  1207. <returns>
  1208. <see cref="T:System.Collections.Specialized.StringDictionary" />에 대한 액세스를 동기화하는 데 사용할 수 있는 <see cref="T:System.Object" />입니다.</returns>
  1209. </member>
  1210. <member name="P:System.Collections.Specialized.StringDictionary.Values">
  1211. <summary>
  1212. <see cref="T:System.Collections.Specialized.StringDictionary" />에 있는 값의 컬렉션을 가져옵니다.</summary>
  1213. <returns>
  1214. <see cref="T:System.Collections.Specialized.StringDictionary" />의 값을 제공하는 <see cref="T:System.Collections.ICollection" />입니다.</returns>
  1215. </member>
  1216. <member name="T:System.Collections.Specialized.StringEnumerator">
  1217. <summary>
  1218. <see cref="T:System.Collections.Specialized.StringCollection" />에서 단순하게 반복할 수 있도록 지원합니다.</summary>
  1219. </member>
  1220. <member name="P:System.Collections.Specialized.StringEnumerator.Current">
  1221. <summary>컬렉션의 현재 요소를 가져옵니다.</summary>
  1222. <returns>컬렉션의 현재 요소입니다.</returns>
  1223. <exception cref="T:System.InvalidOperationException">열거자가 컬렉션의 첫 번째 요소 앞 또는 마지막 요소 뒤에 배치되는 경우 </exception>
  1224. </member>
  1225. <member name="M:System.Collections.Specialized.StringEnumerator.MoveNext">
  1226. <summary>열거자를 컬렉션의 다음 요소로 이동합니다.</summary>
  1227. <returns>열거자가 다음 요소로 이동한 경우 true가 반환되고, 컬렉션의 끝을 지난 경우 false가 반환됩니다.</returns>
  1228. <exception cref="T:System.InvalidOperationException">열거자가 만들어진 후 컬렉션이 수정된 경우 </exception>
  1229. </member>
  1230. <member name="M:System.Collections.Specialized.StringEnumerator.Reset">
  1231. <summary>컬렉션의 첫 번째 요소 앞의 초기 위치에 열거자를 설정합니다.</summary>
  1232. <exception cref="T:System.InvalidOperationException">열거자가 만들어진 후 컬렉션이 수정된 경우 </exception>
  1233. </member>
  1234. </members>
  1235. </doc>