[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / system.collections.concurrent / 4.0.12 / ref / netstandard1.3 / ko / System.Collections.Concurrent.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Collections.Concurrent</name>
5   </assembly>
6   <members>
7     <member name="T:System.Collections.Concurrent.BlockingCollection`1">
8       <summary>
9         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />을 구현하는 스레드로부터 안전한 컬렉션에 대한 차단 및 경계 기능을 제공합니다.</summary>
10       <typeparam name="T">컬렉션에 있는 요소의 형식입니다.</typeparam>
11     </member>
12     <member name="M:System.Collections.Concurrent.BlockingCollection`1.#ctor">
13       <summary>상한을 사용하지 않고 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
14     </member>
15     <member name="M:System.Collections.Concurrent.BlockingCollection`1.#ctor(System.Collections.Concurrent.IProducerConsumerCollection{`0})">
16       <summary>제공된 <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />을 내부 데이터 저장소로 사용하고 상한이 없는 상태로 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
17       <param name="collection">내부 데이터 저장소로 사용할 컬렉션입니다.</param>
18       <exception cref="T:System.ArgumentNullException">
19         <paramref name="collection" /> 인수가 null인 경우</exception>
20     </member>
21     <member name="M:System.Collections.Concurrent.BlockingCollection`1.#ctor(System.Collections.Concurrent.IProducerConsumerCollection{`0},System.Int32)">
22       <summary>제공된 <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />을 내부 데이터 저장소로 사용하고 지정된 상한을 사용하여 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
23       <param name="collection">내부 데이터 저장소로 사용할 컬렉션입니다.</param>
24       <param name="boundedCapacity">컬렉션의 한계 크기입니다.</param>
25       <exception cref="T:System.ArgumentNullException">
26         <paramref name="collection" /> 인수가 null인 경우</exception>
27       <exception cref="T:System.ArgumentOutOfRangeException">
28         <paramref name="boundedCapacity" />이 양수 값이 아닌 경우.</exception>
29       <exception cref="T:System.ArgumentException">제공된 <paramref name="collection" />에는 <paramref name="boundedCapacity" />에서 허용하는 것보다 더 많은 값이 포함됩니다.</exception>
30     </member>
31     <member name="M:System.Collections.Concurrent.BlockingCollection`1.#ctor(System.Int32)">
32       <summary>지정된 상한을 사용하여 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
33       <param name="boundedCapacity">컬렉션의 한계 크기입니다.</param>
34       <exception cref="T:System.ArgumentOutOfRangeException">
35         <paramref name="boundedCapacity" />이 양수 값이 아닌 경우.</exception>
36     </member>
37     <member name="M:System.Collections.Concurrent.BlockingCollection`1.Add(`0)">
38       <summary>
39         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에 항목을 추가합니다.</summary>
40       <param name="item">컬렉션에 추가될 항목입니다.이 값은 null 참조일 수 있습니다.</param>
41       <exception cref="T:System.ObjectDisposedException">
42         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
43       <exception cref="T:System.InvalidOperationException">
44         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />는 추가 관련하여 완료된 것으로 표시되었습니다.또는기본 컬렉션에서 항목을 적용하지 않았습니다.</exception>
45     </member>
46     <member name="M:System.Collections.Concurrent.BlockingCollection`1.Add(`0,System.Threading.CancellationToken)">
47       <summary>
48         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에 항목을 추가합니다.</summary>
49       <param name="item">컬렉션에 추가될 항목입니다.이 값은 null 참조일 수 있습니다.</param>
50       <param name="cancellationToken">관찰할 취소 토큰입니다.</param>
51       <exception cref="T:System.OperationCanceledException">
52         <see cref="T:System.Threading.CancellationToken" />이 취소된 경우.</exception>
53       <exception cref="T:System.ObjectDisposedException">
54         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />이 삭제되었거나 <paramref name="cancellationToken" />을 소유한 <see cref="T:System.Threading.CancellationTokenSource" />가 삭제되었습니다.</exception>
55       <exception cref="T:System.InvalidOperationException">
56         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />는 추가 관련하여 완료된 것으로 표시되었습니다.또는기본 컬렉션에서 항목을 적용하지 않았습니다.</exception>
57     </member>
58     <member name="M:System.Collections.Concurrent.BlockingCollection`1.AddToAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0)">
59       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에 지정된 항목을 추가합니다.</summary>
60       <returns>
61         <paramref name="collections" /> 배열에서 항목이 추가된 컬렉션의 인덱스입니다.</returns>
62       <param name="collections">컬렉션의 배열입니다.</param>
63       <param name="item">컬렉션 중 하나에 추가될 항목입니다.</param>
64       <exception cref="T:System.ObjectDisposedException">
65         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
66       <exception cref="T:System.ArgumentNullException">
67         <paramref name="collections" /> 인수가 null인 경우</exception>
68       <exception cref="T:System.ArgumentOutOfRangeException">
69         <paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
70       <exception cref="T:System.ArgumentException">
71         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함하거나 또는 컬렉션 중 하나 이상이 추가를 완료한 것으로 표시되어 있습니다.</exception>
72       <exception cref="T:System.InvalidOperationException">하나 이상의 기본 컬렉션에서 항목을 허용하지 않습니다.</exception>
73     </member>
74     <member name="M:System.Collections.Concurrent.BlockingCollection`1.AddToAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0,System.Threading.CancellationToken)">
75       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에 지정된 항목을 추가합니다.</summary>
76       <returns>
77         <paramref name="collections" /> 배열에서 항목이 추가된 컬렉션의 인덱스입니다.</returns>
78       <param name="collections">컬렉션의 배열입니다.</param>
79       <param name="item">컬렉션 중 하나에 추가될 항목입니다.</param>
80       <param name="cancellationToken">관찰할 취소 토큰입니다.</param>
81       <exception cref="T:System.OperationCanceledException">
82         <see cref="T:System.Threading.CancellationToken" />이 취소된 경우.</exception>
83       <exception cref="T:System.InvalidOperationException">하나 이상의 기본 컬렉션에서 항목을 허용하지 않습니다.</exception>
84       <exception cref="T:System.ArgumentNullException">
85         <paramref name="collections" /> 인수가 null인 경우</exception>
86       <exception cref="T:System.ArgumentOutOfRangeException">
87         <paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
88       <exception cref="T:System.ArgumentException">
89         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함하거나 또는 컬렉션 중 하나 이상이 추가를 완료한 것으로 표시되어 있습니다.</exception>
90       <exception cref="T:System.ObjectDisposedException">
91         <paramref name="cancellationToken" />을 만든 하나 이상의 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 또는 <see cref="T:System.Threading.CancellationTokenSource" />가 삭제되었습니다.</exception>
92     </member>
93     <member name="P:System.Collections.Concurrent.BlockingCollection`1.BoundedCapacity">
94       <summary>이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스의 한계 용량을 가져옵니다.</summary>
95       <returns>이 컬렉션의 한계 용량이거나 int.MaxValue(제공된 한계가 없는 경우)입니다.</returns>
96       <exception cref="T:System.ObjectDisposedException">
97         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
98     </member>
99     <member name="M:System.Collections.Concurrent.BlockingCollection`1.CompleteAdding">
100       <summary>
101         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스를 더 이상 추가를 허용하지 않는 상태로 표시합니다.</summary>
102       <exception cref="T:System.ObjectDisposedException">
103         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
104     </member>
105     <member name="M:System.Collections.Concurrent.BlockingCollection`1.CopyTo(`0[],System.Int32)">
106       <summary>대상 배열의 지정된 인덱스부터 시작하여 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스의 모든 항목을 호환되는 1차원 배열에 복사합니다.</summary>
107       <param name="array">
108         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스에서 복사한 요소의 대상인 1차원 배열입니다.배열에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
109       <param name="index">복사가 시작되는 <paramref name="array" />의 0부터 시작하는 인덱스입니다.</param>
110       <exception cref="T:System.ObjectDisposedException">
111         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
112       <exception cref="T:System.ArgumentNullException">
113         <paramref name="array" /> 인수가 null인 경우</exception>
114       <exception cref="T:System.ArgumentOutOfRangeException">
115         <paramref name="index" /> 인수가 0보다 작습니다.</exception>
116       <exception cref="T:System.ArgumentException">
117         <paramref name="index" /> 인수는 <paramref name="array" /> 길이보다 크거나 같습니다.대상 배열이 모든 BlockingCcollection 요소를 수용하기에는 너무 작습니다.배열 차수가 일치하지 않습니다.배열 형식은 BlockingCollection 요소의 형식과 호환되지 않습니다.</exception>
118     </member>
119     <member name="P:System.Collections.Concurrent.BlockingCollection`1.Count">
120       <summary>
121         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에 들어 있는 항목 수를 가져옵니다.</summary>
122       <returns>
123         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에 들어 있는 항목 수입니다.</returns>
124       <exception cref="T:System.ObjectDisposedException">
125         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
126     </member>
127     <member name="M:System.Collections.Concurrent.BlockingCollection`1.Dispose">
128       <summary>
129         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 클래스의 현재 인스턴스에서 사용하는 모든 리소스를 해제합니다.</summary>
130     </member>
131     <member name="M:System.Collections.Concurrent.BlockingCollection`1.Dispose(System.Boolean)">
132       <summary>
133         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스에서 사용하는 리소스를 해제합니다.</summary>
134       <param name="disposing">명시적으로 삭제할지(true) 아니면 종료자로 삭제할지(false) 나타냅니다.</param>
135     </member>
136     <member name="M:System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable">
137       <summary>컬렉션에 있는 항목에 사용하는 <see cref="T:System.Collections.Generic.IEnumerator`1" />을 제공합니다.</summary>
138       <returns>컬렉션에서 항목을 제거하고 반환하는 <see cref="T:System.Collections.Generic.IEnumerable`1" />입니다.</returns>
139       <exception cref="T:System.ObjectDisposedException">
140         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
141     </member>
142     <member name="M:System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable(System.Threading.CancellationToken)">
143       <summary>컬렉션에 있는 항목에 사용하는 <see cref="T:System.Collections.Generic.IEnumerable`1" />을 제공합니다.</summary>
144       <returns>컬렉션에서 항목을 제거하고 반환하는 <see cref="T:System.Collections.Generic.IEnumerable`1" />입니다.</returns>
145       <param name="cancellationToken">관찰할 취소 토큰입니다.</param>
146       <exception cref="T:System.OperationCanceledException">
147         <see cref="T:System.Threading.CancellationToken" />이 취소된 경우.</exception>
148       <exception cref="T:System.ObjectDisposedException">
149         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />이 삭제되었거나 <paramref name="cancellationToken" />을 만든 <see cref="T:System.Threading.CancellationTokenSource" />가 삭제되었습니다.</exception>
150     </member>
151     <member name="P:System.Collections.Concurrent.BlockingCollection`1.IsAddingCompleted">
152       <summary>이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />이 추가에 대해 완료 상태로 표시되었는지 여부를 가져옵니다.</summary>
153       <returns>이 컬렉션이 추가에 대해 완료 상태로 표시되었는지 여부입니다.</returns>
154       <exception cref="T:System.ObjectDisposedException">
155         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
156     </member>
157     <member name="P:System.Collections.Concurrent.BlockingCollection`1.IsCompleted">
158       <summary>이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />이 추가에 대해 완료 상태로 표시되었으며 비어 있는지 여부를 가져옵니다.</summary>
159       <returns>이 컬렉션이 추가에 대해 완료 상태로 표시되었으며 비어 있는지 여부입니다.</returns>
160       <exception cref="T:System.ObjectDisposedException">
161         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
162     </member>
163     <member name="M:System.Collections.Concurrent.BlockingCollection`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator">
164       <summary>컬렉션에 있는 항목에 대한 <see cref="T:System.Collections.Generic.IEnumerator`1" />를 제공합니다.</summary>
165       <returns>컬렉션에 있는 항목에 대한 <see cref="T:System.Collections.Generic.IEnumerator`1" />입니다.</returns>
166       <exception cref="T:System.ObjectDisposedException">
167         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
168     </member>
169     <member name="M:System.Collections.Concurrent.BlockingCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
170       <summary>대상 배열의 지정된 인덱스부터 시작하여 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스의 모든 항목을 호환되는 1차원 배열에 복사합니다.</summary>
171       <param name="array">
172         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스에서 복사한 요소의 대상인 1차원 배열입니다.배열에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
173       <param name="index">복사가 시작되는 <paramref name="array" />의 0부터 시작하는 인덱스입니다.</param>
174       <exception cref="T:System.ObjectDisposedException">
175         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
176       <exception cref="T:System.ArgumentNullException">
177         <paramref name="array" /> 인수가 null인 경우</exception>
178       <exception cref="T:System.ArgumentOutOfRangeException">
179         <paramref name="index" /> 인수가 0보다 작습니다.</exception>
180       <exception cref="T:System.ArgumentException">
181         <paramref name="index" /> 인수는 <paramref name="array" /> 길이보다 크거나 같으며, 배열은 다차원이거나 컬렉션에 대한 형식 매개 변수는 대상 배열 형식에 자동으로 캐스팅될 수 없습니다.</exception>
182     </member>
183     <member name="P:System.Collections.Concurrent.BlockingCollection`1.System#Collections#ICollection#IsSynchronized">
184       <summary>
185         <see cref="T:System.Collections.ICollection" />에 대한 액세스가 동기화되는지 여부를 나타내는 값을 가져옵니다.</summary>
186       <returns>항상 false를 반환합니다.</returns>
187       <exception cref="T:System.ObjectDisposedException">
188         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
189     </member>
190     <member name="P:System.Collections.Concurrent.BlockingCollection`1.System#Collections#ICollection#SyncRoot">
191       <summary>
192         <see cref="T:System.Collections.ICollection" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.이 속성이 지원되지 않는 경우</summary>
193       <returns>null을 반환합니다.</returns>
194       <exception cref="T:System.NotSupportedException">SyncRoot 속성은 지원되지 않습니다.</exception>
195     </member>
196     <member name="M:System.Collections.Concurrent.BlockingCollection`1.System#Collections#IEnumerable#GetEnumerator">
197       <summary>컬렉션에 있는 항목에 대한 <see cref="T:System.Collections.IEnumerator" />를 제공합니다.</summary>
198       <returns>컬렉션에 있는 항목에 대한 <see cref="T:System.Collections.IEnumerator" />입니다.</returns>
199       <exception cref="T:System.ObjectDisposedException">
200         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
201     </member>
202     <member name="M:System.Collections.Concurrent.BlockingCollection`1.Take">
203       <summary>
204         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에서 항목을 제거합니다.</summary>
205       <returns>컬렉션에서 제거된 항목입니다.</returns>
206       <exception cref="T:System.ObjectDisposedException">
207         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
208       <exception cref="T:System.InvalidOperationException">내부 컬렉션은 이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다. 그렇지 않으면 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />이 비어 있거나 컬렉션이 추가를 완료한 것으로 표시됩니다.</exception>
209     </member>
210     <member name="M:System.Collections.Concurrent.BlockingCollection`1.Take(System.Threading.CancellationToken)">
211       <summary>
212         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에서 항목을 제거합니다.</summary>
213       <returns>컬렉션에서 제거된 항목입니다.</returns>
214       <param name="cancellationToken">빼내기 작업을 취소하는 데 사용할 수 있는 개체입니다.</param>
215       <exception cref="T:System.OperationCanceledException">
216         <see cref="T:System.Threading.CancellationToken" />이 취소되었습니다.</exception>
217       <exception cref="T:System.ObjectDisposedException">
218         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />이 삭제되었거나 토큰을 만든 <see cref="T:System.Threading.CancellationTokenSource" />가 취소되었습니다.</exception>
219       <exception cref="T:System.InvalidOperationException">내부 컬렉션은 이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다. 그렇지 않으면 BlockingCollection은 추가를 완료한 것으로 표시되거나 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />이 비어 있습니다.</exception>
220     </member>
221     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TakeFromAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0@)">
222       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에서 항목을 빼냅니다.</summary>
223       <returns>
224         <paramref name="collections" /> 배열에서 항목이 제거된 컬렉션의 인덱스입니다.</returns>
225       <param name="collections">컬렉션의 배열입니다.</param>
226       <param name="item">컬렉션 중 하나에서 제거된 항목입니다.</param>
227       <exception cref="T:System.ObjectDisposedException">
228         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
229       <exception cref="T:System.ArgumentNullException">
230         <paramref name="collections" /> 인수가 null인 경우</exception>
231       <exception cref="T:System.ArgumentOutOfRangeException">
232         <paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
233       <exception cref="T:System.ArgumentException">
234         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함하거나 <see cref="M:System.Collections.Concurrent.BlockingCollection`1.CompleteAdding" />이 컬렉션에서 호출됩니다.</exception>
235       <exception cref="T:System.InvalidOperationException">기본 컬렉션 중 하나 이상이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
236     </member>
237     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TakeFromAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0@,System.Threading.CancellationToken)">
238       <summary>지정된 취소 토큰을 관찰하는 동안 지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에서 항목을 빼냅니다.</summary>
239       <returns>
240         <paramref name="collections" /> 배열에서 항목이 제거된 컬렉션의 인덱스입니다.</returns>
241       <param name="collections">컬렉션의 배열입니다.</param>
242       <param name="item">컬렉션 중 하나에서 제거된 항목입니다.</param>
243       <param name="cancellationToken">관찰할 취소 토큰입니다.</param>
244       <exception cref="T:System.OperationCanceledException">
245         <see cref="T:System.Threading.CancellationToken" />이 취소된 경우.</exception>
246       <exception cref="T:System.InvalidOperationException">기본 컬렉션 중 하나 이상이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
247       <exception cref="T:System.ArgumentNullException">
248         <paramref name="collections" /> 인수가 null인 경우</exception>
249       <exception cref="T:System.ArgumentOutOfRangeException">
250         <paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
251       <exception cref="T:System.ArgumentException">
252         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함하거나 <see cref="M:System.Collections.Concurrent.BlockingCollection`1.CompleteAdding" />이 컬렉션에서 호출됩니다.</exception>
253       <exception cref="T:System.ObjectDisposedException">
254         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
255     </member>
256     <member name="M:System.Collections.Concurrent.BlockingCollection`1.ToArray">
257       <summary>
258         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스의 항목을 새 배열로 복사합니다.</summary>
259       <returns>컬렉션의 요소 복사본을 포함하는 배열입니다.</returns>
260       <exception cref="T:System.ObjectDisposedException">
261         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
262     </member>
263     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryAdd(`0)">
264       <summary>
265         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에 지정된 항목을 추가하려고 시도합니다.</summary>
266       <returns>
267         <paramref name="item" />을 추가할 수 있는 경우 true이고 그렇지 않으면 false입니다.항목이 중복이고 기본 컬렉션에서 중복 항목을 받아들이지 않는 경우에는 <see cref="T:System.InvalidOperationException" />이 throw됩니다.</returns>
268       <param name="item">컬렉션에 추가될 항목입니다.</param>
269       <exception cref="T:System.ObjectDisposedException">
270         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
271       <exception cref="T:System.InvalidOperationException">
272         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />는 추가 관련하여 완료된 것으로 표시되었습니다.또는기본 컬렉션에서 항목을 적용하지 않았습니다.</exception>
273     </member>
274     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryAdd(`0,System.Int32)">
275       <summary>지정된 시간 안에 지정된 항목을 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에 추가하려고 시도합니다.</summary>
276       <returns>지정된 시간 안에 <paramref name="item" />을 컬렉션에 추가할 수 있으면 true이고, 그렇지 않으면 false입니다.항목이 중복이고 기본 컬렉션에서 중복 항목을 받아들이지 않는 경우에는 <see cref="T:System.InvalidOperationException" />이 throw됩니다.</returns>
277       <param name="item">컬렉션에 추가될 항목입니다.</param>
278       <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
279       <exception cref="T:System.ObjectDisposedException">
280         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
281       <exception cref="T:System.ArgumentOutOfRangeException">
282         <paramref name="millisecondsTimeout" />이 무기한 시간 제한을 나타내는 -1 이외의 음수인 경우</exception>
283       <exception cref="T:System.InvalidOperationException">
284         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />는 추가 관련하여 완료된 것으로 표시되었습니다.또는기본 컬렉션에서 항목을 적용하지 않았습니다.</exception>
285     </member>
286     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryAdd(`0,System.Int32,System.Threading.CancellationToken)">
287       <summary>취소 토큰을 관찰하는 동안 지정된 시간 안에 지정된 항목을 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에 추가하려고 시도합니다.</summary>
288       <returns>지정된 시간 안에 <paramref name="item" />을 컬렉션에 추가할 수 있으면 true이고, 그렇지 않으면 false입니다.항목이 중복이고 기본 컬렉션에서 중복 항목을 받아들이지 않는 경우에는 <see cref="T:System.InvalidOperationException" />이 throw됩니다.</returns>
289       <param name="item">컬렉션에 추가될 항목입니다.</param>
290       <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
291       <param name="cancellationToken">관찰할 취소 토큰입니다.</param>
292       <exception cref="T:System.OperationCanceledException">
293         <see cref="T:System.Threading.CancellationToken" />이 취소된 경우.</exception>
294       <exception cref="T:System.ObjectDisposedException">
295         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />이 삭제되었거나 내부 <see cref="T:System.Threading.CancellationTokenSource" />가 삭제되었습니다.</exception>
296       <exception cref="T:System.ArgumentOutOfRangeException">
297         <paramref name="millisecondsTimeout" />이 무기한 시간 제한을 나타내는 -1 이외의 음수인 경우</exception>
298       <exception cref="T:System.InvalidOperationException">
299         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />는 추가 관련하여 완료된 것으로 표시되었습니다.또는기본 컬렉션에서 항목을 적용하지 않았습니다.</exception>
300     </member>
301     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryAdd(`0,System.TimeSpan)">
302       <summary>
303         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에 지정된 항목을 추가하려고 시도합니다.</summary>
304       <returns>지정된 시간 범위 내에서 <paramref name="item" />을 컬렉션에 추가할 수 있으면 true이고, 그렇지 않으면 false입니다.</returns>
305       <param name="item">컬렉션에 추가될 항목입니다.</param>
306       <param name="timeout">대기할 시간(밀리초)을 나타내는 <see cref="T:System.TimeSpan" />이거나, 무한 대기하도록 -1밀리초를 나타내는 <see cref="T:System.TimeSpan" />입니다.</param>
307       <exception cref="T:System.ObjectDisposedException">
308         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
309       <exception cref="T:System.ArgumentOutOfRangeException">
310         <paramref name="timeout" />이 무기한 시간 제한을 나타내는 -1밀리초 이외의 음수이거나 시간 제한이 <see cref="F:System.Int32.MaxValue" />보다 큰 경우.</exception>
311       <exception cref="T:System.InvalidOperationException">
312         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />는 추가 관련하여 완료된 것으로 표시되었습니다.또는기본 컬렉션에서 항목을 적용하지 않았습니다.</exception>
313     </member>
314     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryAddToAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0)">
315       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에 지정된 항목을 추가하려고 시도합니다.</summary>
316       <returns>항목이 추가된 <paramref name="collections" /> 배열의 컬렉션 인덱스이거나, 항목을 추가할 수 없으면 -1입니다.</returns>
317       <param name="collections">컬렉션의 배열입니다.</param>
318       <param name="item">컬렉션 중 하나에 추가될 항목입니다.</param>
319       <exception cref="T:System.ObjectDisposedException">
320         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
321       <exception cref="T:System.ArgumentNullException">
322         <paramref name="collections" /> 인수가 null인 경우</exception>
323       <exception cref="T:System.ArgumentOutOfRangeException">
324         <paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
325       <exception cref="T:System.ArgumentException">
326         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함하거나 또는 컬렉션 중 하나 이상이 추가를 완료한 것으로 표시되어 있습니다.</exception>
327       <exception cref="T:System.InvalidOperationException">하나 이상의 기본 컬렉션에서 항목을 허용하지 않습니다.</exception>
328     </member>
329     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryAddToAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0,System.Int32)">
330       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에 지정된 항목을 추가하려고 시도합니다.</summary>
331       <returns>항목이 추가된 <paramref name="collections" /> 배열의 컬렉션 인덱스이거나, 항목을 추가할 수 없으면 -1입니다.</returns>
332       <param name="collections">컬렉션의 배열입니다.</param>
333       <param name="item">컬렉션 중 하나에 추가될 항목입니다.</param>
334       <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
335       <exception cref="T:System.ObjectDisposedException">
336         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
337       <exception cref="T:System.ArgumentNullException">
338         <paramref name="collections" /> 인수가 null인 경우</exception>
339       <exception cref="T:System.ArgumentOutOfRangeException">
340         <paramref name="millisecondsTimeout" />이 무기한 시간 제한을 나타내는 -1 이외의 음수인 경우또는<paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
341       <exception cref="T:System.ArgumentException">
342         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함하거나 또는 컬렉션 중 하나 이상이 추가를 완료한 것으로 표시되어 있습니다.</exception>
343       <exception cref="T:System.InvalidOperationException">하나 이상의 기본 컬렉션에서 항목을 허용하지 않습니다.</exception>
344     </member>
345     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryAddToAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0,System.Int32,System.Threading.CancellationToken)">
346       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에 지정된 항목을 추가하려고 시도합니다.</summary>
347       <returns>항목이 추가된 <paramref name="collections" /> 배열의 컬렉션 인덱스이거나, 항목을 추가할 수 없으면 -1입니다.</returns>
348       <param name="collections">컬렉션의 배열입니다.</param>
349       <param name="item">컬렉션 중 하나에 추가될 항목입니다.</param>
350       <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
351       <param name="cancellationToken">관찰할 취소 토큰입니다.</param>
352       <exception cref="T:System.OperationCanceledException">
353         <see cref="T:System.Threading.CancellationToken" />이 취소된 경우.</exception>
354       <exception cref="T:System.InvalidOperationException">하나 이상의 기본 컬렉션에서 항목을 허용하지 않습니다.</exception>
355       <exception cref="T:System.ArgumentNullException">
356         <paramref name="collections" /> 인수가 null인 경우</exception>
357       <exception cref="T:System.ArgumentOutOfRangeException">
358         <paramref name="millisecondsTimeout" />이 무기한 시간 제한을 나타내는 -1 이외의 음수인 경우또는<paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
359       <exception cref="T:System.ArgumentException">
360         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함하거나 또는 컬렉션 중 하나 이상이 추가를 완료한 것으로 표시되어 있습니다.</exception>
361       <exception cref="T:System.ObjectDisposedException">
362         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
363     </member>
364     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryAddToAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0,System.TimeSpan)">
365       <summary>지정된 취소 토큰을 관찰하는 동안 지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에 지정된 항목을 추가해 봅니다.</summary>
366       <returns>항목이 추가된 <paramref name="collections" /> 배열의 컬렉션 인덱스이거나, 항목을 추가할 수 없으면 -1입니다.</returns>
367       <param name="collections">컬렉션의 배열입니다.</param>
368       <param name="item">컬렉션 중 하나에 추가될 항목입니다.</param>
369       <param name="timeout">대기할 시간(밀리초)을 나타내는 <see cref="T:System.TimeSpan" />이거나, 무한 대기하도록 -1밀리초를 나타내는 <see cref="T:System.TimeSpan" />입니다.</param>
370       <exception cref="T:System.ObjectDisposedException">
371         <paramref name="cancellationToken" />을 만든 하나 이상의 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 또는 <see cref="T:System.Threading.CancellationTokenSource" />가 삭제되었습니다.</exception>
372       <exception cref="T:System.ArgumentNullException">
373         <paramref name="collections" /> 인수가 null인 경우</exception>
374       <exception cref="T:System.ArgumentOutOfRangeException">
375         <paramref name="timeout" />이 무기한 시간 제한을 나타내는 -1밀리초 이외의 음수이거나 시간 제한이 <see cref="F:System.Int32.MaxValue" />보다 큰 경우.또는<paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
376       <exception cref="T:System.ArgumentException">
377         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함하거나 또는 컬렉션 중 하나 이상이 추가를 완료한 것으로 표시되어 있습니다.</exception>
378       <exception cref="T:System.InvalidOperationException">하나 이상의 기본 컬렉션에서 항목을 허용하지 않습니다.</exception>
379     </member>
380     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@)">
381       <summary>
382         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에서 항목을 제거하려고 시도합니다.</summary>
383       <returns>항목을 제거할 수 있으면 true이고, 그렇지 않으면 false입니다.</returns>
384       <param name="item">컬렉션에서 제거할 항목입니다.</param>
385       <exception cref="T:System.ObjectDisposedException">
386         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
387       <exception cref="T:System.InvalidOperationException">기본 컬렉션이 이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
388     </member>
389     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32)">
390       <summary>지정된 시간 안에 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에서 항목을 제거하려고 시도합니다.</summary>
391       <returns>지정된 시간 안에 항목을 컬렉션에서 제거할 수 있으면 true이고, 그렇지 않으면 false입니다.</returns>
392       <param name="item">컬렉션에서 제거할 항목입니다.</param>
393       <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
394       <exception cref="T:System.ObjectDisposedException">
395         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
396       <exception cref="T:System.ArgumentOutOfRangeException">
397         <paramref name="millisecondsTimeout" />이 무기한 시간 제한을 나타내는 -1 이외의 음수인 경우</exception>
398       <exception cref="T:System.InvalidOperationException">기본 컬렉션이 이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
399     </member>
400     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.Int32,System.Threading.CancellationToken)">
401       <summary>취소 토큰을 관찰하는 동안 지정된 시간 안에 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에서 항목을 제거하려고 시도합니다.</summary>
402       <returns>지정된 시간 안에 항목을 컬렉션에서 제거할 수 있으면 true이고, 그렇지 않으면 false입니다.</returns>
403       <param name="item">컬렉션에서 제거할 항목입니다.</param>
404       <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
405       <param name="cancellationToken">관찰할 취소 토큰입니다.</param>
406       <exception cref="T:System.OperationCanceledException">
407         <see cref="T:System.Threading.CancellationToken" />이 취소되었습니다.</exception>
408       <exception cref="T:System.ObjectDisposedException">
409         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />이 삭제되었거나 내부 <see cref="T:System.Threading.CancellationTokenSource" />가 삭제되었습니다.</exception>
410       <exception cref="T:System.ArgumentOutOfRangeException">
411         <paramref name="millisecondsTimeout" />이 무기한 시간 제한을 나타내는 -1 이외의 음수인 경우</exception>
412       <exception cref="T:System.InvalidOperationException">기본 컬렉션이 이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
413     </member>
414     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryTake(`0@,System.TimeSpan)">
415       <summary>지정된 시간 안에 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />에서 항목을 제거하려고 시도합니다.</summary>
416       <returns>지정된 시간 안에 항목을 컬렉션에서 제거할 수 있으면 true이고, 그렇지 않으면 false입니다.</returns>
417       <param name="item">컬렉션에서 제거할 항목입니다.</param>
418       <param name="timeout">대기할 시간(밀리초)을 나타내는 개체이거나, 무한 대기하도록 -1밀리초를 나타내는 개체입니다. </param>
419       <exception cref="T:System.ObjectDisposedException">
420         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" />가 삭제된 경우</exception>
421       <exception cref="T:System.ArgumentOutOfRangeException">
422         <paramref name="timeout" />이 무기한 시간 제한을 나타내는 -1밀리초 이외의 음수인 경우또는 <paramref name="timeout" />가 <see cref="F:System.Int32.MaxValue" />보다 큰 경우</exception>
423       <exception cref="T:System.InvalidOperationException">기본 컬렉션이 이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
424     </member>
425     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryTakeFromAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0@)">
426       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에서 항목을 제거하려고 시도합니다.</summary>
427       <returns>항목이 제거된 <paramref name="collections" /> 배열의 컬렉션 인덱스이거나, 항목을 제거할 수 없으면 -1입니다.</returns>
428       <param name="collections">컬렉션의 배열입니다.</param>
429       <param name="item">컬렉션 중 하나에서 제거된 항목입니다.</param>
430       <exception cref="T:System.ObjectDisposedException">
431         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
432       <exception cref="T:System.ArgumentNullException">
433         <paramref name="collections" /> 인수가 null인 경우</exception>
434       <exception cref="T:System.ArgumentOutOfRangeException">
435         <paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
436       <exception cref="T:System.ArgumentException">
437         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함합니다.</exception>
438       <exception cref="T:System.InvalidOperationException">기본 컬렉션 중 하나 이상이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
439     </member>
440     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryTakeFromAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0@,System.Int32)">
441       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에서 항목을 제거하려고 시도합니다.</summary>
442       <returns>항목이 제거된 <paramref name="collections" /> 배열의 컬렉션 인덱스이거나, 항목을 제거할 수 없으면 -1입니다.</returns>
443       <param name="collections">컬렉션의 배열입니다.</param>
444       <param name="item">컬렉션 중 하나에서 제거된 항목입니다.</param>
445       <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
446       <exception cref="T:System.ObjectDisposedException">
447         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
448       <exception cref="T:System.ArgumentNullException">
449         <paramref name="collections" /> 인수가 null인 경우</exception>
450       <exception cref="T:System.ArgumentOutOfRangeException">
451         <paramref name="millisecondsTimeout" />이 무기한 시간 제한을 나타내는 -1 이외의 음수인 경우또는<paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
452       <exception cref="T:System.ArgumentException">
453         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함합니다.</exception>
454       <exception cref="T:System.InvalidOperationException">기본 컬렉션 중 하나 이상이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
455     </member>
456     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryTakeFromAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0@,System.Int32,System.Threading.CancellationToken)">
457       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에서 항목을 제거하려고 시도합니다.</summary>
458       <returns>항목이 제거된 <paramref name="collections" /> 배열의 컬렉션 인덱스이거나, 항목을 제거할 수 없으면 -1입니다.</returns>
459       <param name="collections">컬렉션의 배열입니다.</param>
460       <param name="item">컬렉션 중 하나에서 제거된 항목입니다.</param>
461       <param name="millisecondsTimeout">대기할 시간(밀리초)이거나, 무기한 대기할 경우 <see cref="F:System.Threading.Timeout.Infinite" />(-1)입니다.</param>
462       <param name="cancellationToken">관찰할 취소 토큰입니다.</param>
463       <exception cref="T:System.OperationCanceledException">
464         <see cref="T:System.Threading.CancellationToken" />이 취소된 경우.</exception>
465       <exception cref="T:System.InvalidOperationException">기본 컬렉션 중 하나 이상이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
466       <exception cref="T:System.ArgumentNullException">
467         <paramref name="collections" /> 인수가 null인 경우</exception>
468       <exception cref="T:System.ArgumentOutOfRangeException">
469         <paramref name="millisecondsTimeout" />이 무기한 시간 제한을 나타내는 -1 이외의 음수인 경우또는<paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
470       <exception cref="T:System.ArgumentException">
471         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함합니다.</exception>
472       <exception cref="T:System.ObjectDisposedException">
473         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
474     </member>
475     <member name="M:System.Collections.Concurrent.BlockingCollection`1.TryTakeFromAny(System.Collections.Concurrent.BlockingCollection{`0}[],`0@,System.TimeSpan)">
476       <summary>지정된 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 중 하나에서 항목을 제거하려고 시도합니다.</summary>
477       <returns>항목이 제거된 <paramref name="collections" /> 배열의 컬렉션 인덱스이거나, 항목을 제거할 수 없으면 -1입니다.</returns>
478       <param name="collections">컬렉션의 배열입니다.</param>
479       <param name="item">컬렉션 중 하나에서 제거된 항목입니다.</param>
480       <param name="timeout">대기할 시간(밀리초)을 나타내는 <see cref="T:System.TimeSpan" />이거나, 무한 대기하도록 -1밀리초를 나타내는 <see cref="T:System.TimeSpan" />입니다.</param>
481       <exception cref="T:System.ObjectDisposedException">
482         <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스가 하나 이상 삭제되었습니다.</exception>
483       <exception cref="T:System.ArgumentNullException">
484         <paramref name="collections" /> 인수가 null인 경우</exception>
485       <exception cref="T:System.ArgumentOutOfRangeException">
486         <paramref name="timeout" />이 무기한 시간 제한을 나타내는 -1밀리초 이외의 음수이거나 시간 제한이 <see cref="F:System.Int32.MaxValue" />보다 큰 경우.또는<paramref name="collections" /> 횟수가 최대 크기(STA의 경우 62, MTA의 경우 63)보다 큽니다.</exception>
487       <exception cref="T:System.ArgumentException">
488         <paramref name="collections" /> 인수가 길이가 0 인 배열이거나 Null 요소를 포함합니다.</exception>
489       <exception cref="T:System.InvalidOperationException">기본 컬렉션 중 하나 이상이 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 인스턴스 외부에서 수정되었습니다.</exception>
490     </member>
491     <member name="T:System.Collections.Concurrent.ConcurrentBag`1">
492       <summary>스레드로부터 안전한 정렬되지 않은 개체 컬렉션을 나타냅니다.</summary>
493       <typeparam name="T">컬렉션에 저장될 요소의 형식입니다.</typeparam>
494     </member>
495     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.#ctor">
496       <summary>
497         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
498     </member>
499     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
500       <summary>지정된 컬렉션에서 복사한 요소가 포함된 <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
501       <param name="collection">해당 요소가 새 <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에 복사되는 컬렉션입니다.</param>
502       <exception cref="T:System.ArgumentNullException">
503         <paramref name="collection" />가 null 참조(Visual Basic의 경우 Nothing)인 경우</exception>
504     </member>
505     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.Add(`0)">
506       <summary>
507         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에 개체를 추가합니다.</summary>
508       <param name="item">개체가 <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에 추가됩니다.값은 참조 형식의 경우 null 참조(Visual Basic에서는 Nothing)일 수 있습니다.</param>
509     </member>
510     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.CopyTo(`0[],System.Int32)">
511       <summary>
512         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" /> 요소를 지정한 배열 인덱스에서 시작하여 기존의 1차원 <see cref="T:System.Array" />에 복사합니다.</summary>
513       <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from the <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
514       <param name="index">복사가 시작되는 <paramref name="array" />의 0부터 시작하는 인덱스입니다.</param>
515       <exception cref="T:System.ArgumentNullException">
516         <paramref name="array" />가 null 참조(Visual Basic의 경우 Nothing)인 경우</exception>
517       <exception cref="T:System.ArgumentOutOfRangeException">
518         <paramref name="index" />가 0보다 작은 경우</exception>
519       <exception cref="T:System.ArgumentException">
520         <paramref name="index" />가 <paramref name="array" />의 길이보다 같거나 큰 경우 -또는- 소스 <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />의 요소 수가 대상 <paramref name="array" />의 <paramref name="index" />부터 끝까지의 사용 가능한 공간보다 큰 경우.</exception>
521     </member>
522     <member name="P:System.Collections.Concurrent.ConcurrentBag`1.Count">
523       <summary>
524         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에 포함된 요소 수를 가져옵니다.</summary>
525       <returns>
526         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에 포함된 요소 수입니다.</returns>
527     </member>
528     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.GetEnumerator">
529       <summary>
530         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />을 반복하는 열거자를 반환합니다.</summary>
531       <returns>
532         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />의 콘텐츠에 대한 열거자입니다.</returns>
533     </member>
534     <member name="P:System.Collections.Concurrent.ConcurrentBag`1.IsEmpty">
535       <summary>
536         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />가 비어 있는지 여부를 나타내는 값을 가져옵니다.</summary>
537       <returns>
538         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />이 비어 있으면 true이고, 그렇지 않으면 false입니다.</returns>
539     </member>
540     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.System#Collections#Concurrent#IProducerConsumerCollection{T}#TryAdd(`0)">
541       <summary>
542         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에 개체를 추가하려고 시도합니다.</summary>
543       <returns>항상 true를 반환합니다.</returns>
544       <param name="item">개체가 <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에 추가됩니다.값은 참조 형식의 경우 null 참조(Visual Basic에서는 Nothing)일 수 있습니다.</param>
545     </member>
546     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
547       <summary>특정 <see cref="T:System.Array" /> 인덱스부터 시작하여 <see cref="T:System.Collections.ICollection" />의 요소를 <see cref="T:System.Array" />에 복사합니다.</summary>
548       <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from the <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
549       <param name="index">복사가 시작되는 <paramref name="array" />의 0부터 시작하는 인덱스입니다.</param>
550       <exception cref="T:System.ArgumentNullException">
551         <paramref name="array" />가 null 참조(Visual Basic의 경우 Nothing)인 경우</exception>
552       <exception cref="T:System.ArgumentOutOfRangeException">
553         <paramref name="index" />가 0보다 작은 경우</exception>
554       <exception cref="T:System.ArgumentException">
555         <paramref name="array" />가 다차원 배열인 경우-또는- <paramref name="array" />에 0부터 시작하는 인덱스가 없습니다.-또는- <paramref name="index" />가 <paramref name="array" />의 길이와 같거나 큰 경우 -또는- 소스 <see cref="T:System.Collections.ICollection" />의 요소 수가 대상 <paramref name="array" />의 <paramref name="index" />부터 끝까지의 사용 가능한 공간보다 큰 경우.-또는- 소스 <see cref="T:System.Collections.ICollection" /> 형식을 대상 <paramref name="array" /> 형식으로 자동 캐스팅할 수 없는 경우</exception>
556     </member>
557     <member name="P:System.Collections.Concurrent.ConcurrentBag`1.System#Collections#ICollection#IsSynchronized">
558       <summary>
559         <see cref="T:System.Collections.ICollection" />에 대한 액세스가 SyncRoot와 동기화되는지 여부를 나타내는 값을 가져옵니다.</summary>
560       <returns>
561         <see cref="T:System.Collections.ICollection" />에 대한 액세스가 SyncRoot와 동기화되면 true이고, 그렇지 않으면 false입니다.<see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />의 경우 이 속성은 항상 false를 반환합니다.</returns>
562     </member>
563     <member name="P:System.Collections.Concurrent.ConcurrentBag`1.System#Collections#ICollection#SyncRoot">
564       <summary>
565         <see cref="T:System.Collections.ICollection" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.이 속성이 지원되지 않는 경우</summary>
566       <returns>null을 반환합니다(Visual Basic에서는 Nothing).</returns>
567       <exception cref="T:System.NotSupportedException">SyncRoot 속성은 지원되지 않습니다.</exception>
568     </member>
569     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.System#Collections#IEnumerable#GetEnumerator">
570       <summary>
571         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />을 반복하는 열거자를 반환합니다.</summary>
572       <returns>
573         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />의 콘텐츠에 대한 열거자입니다.</returns>
574     </member>
575     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.ToArray">
576       <summary>
577         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" /> 요소를 새 배열에 복사합니다.</summary>
578       <returns>
579         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에서 복사된 요소의 스냅숏을 포함하는 새 배열입니다.</returns>
580     </member>
581     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.TryPeek(`0@)">
582       <summary>
583         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />의 개체를 제거하지 않고 반환하려고 시도합니다.</summary>
584       <returns>개체가 반환되었으면 true이고, 그렇지 않으면 false입니다.</returns>
585       <param name="result">이 메서드가 반환될 경우 <paramref name="result" />에는 <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />의 개체가 들어 있거나 <paramref name="T" />의 기본값(작업이 실패한 경우)이 들어 있습니다.</param>
586     </member>
587     <member name="M:System.Collections.Concurrent.ConcurrentBag`1.TryTake(`0@)">
588       <summary>
589         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에서 개체를 제거하고 반환하려고 시도합니다.</summary>
590       <returns>개체가 제거되었으면 true이고, 그렇지 않으면 false입니다.</returns>
591       <param name="result">이 메서드가 반환될 경우 <paramref name="result" />에는 <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에서 제거된 개체가 들어 있거나 <paramref name="T" />의 기본값(모음이 비어 있는 경우)이 들어 있습니다.</param>
592     </member>
593     <member name="T:System.Collections.Concurrent.ConcurrentDictionary`2">
594       <summary>여러 개의 스레드에서 동시에 액세스할 수 있는 키/값 쌍의 스레드로부터 안전한 컬렉션을 나타냅니다. </summary>
595       <typeparam name="TKey">사전에 있는 키의 형식입니다.</typeparam>
596       <typeparam name="TValue">사전에 있는 값의 형식입니다.</typeparam>
597     </member>
598     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.#ctor">
599       <summary>기본 동시성 수준과 기본 초기 용량을 갖고 있으며 키 형식에 대한 기본 비교자를 사용하는 빈 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
600     </member>
601     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})">
602       <summary>지정된 <see cref="T:System.Collections.Generic.IEnumerable`1" />에서 복사된 요소를 포함하고, 기본 동시성 수준과 기본 초기 용량을 갖고 있으며, 키 형식에 대한 기본 비교자를 사용하는 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
603       <param name="collection">요소가 새 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 복사되는 <see cref="T:System.Collections.Generic.IEnumerable`1" />입니다.</param>
604       <exception cref="T:System.ArgumentNullException">
605         <paramref name="collection" /> 또는 해당 키 중 하나는 null입니다.</exception>
606       <exception cref="T:System.ArgumentException">
607         <paramref name="collection" />에 중복 키가 하나 이상 포함된 경우</exception>
608     </member>
609     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}},System.Collections.Generic.IEqualityComparer{`0})">
610       <summary>지정된 <see cref="T:System.Collections.IEnumerable" />에서 복사된 요소가 포함되어 있고, 기본 동시성 수준과 기본 초기 용량을 가지며, 지정된 <see cref="T:System.Collections.Generic.IEqualityComparer`1" />를 사용하는 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
611       <param name="collection">요소가 새 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 복사되는 <see cref="T:System.Collections.Generic.IEnumerable`1" />입니다.</param>
612       <param name="comparer">키를 비교할 때 사용하는 <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> 구현입니다.</param>
613       <exception cref="T:System.ArgumentNullException">
614         <paramref name="collection" /> 또는 <paramref name="comparer" />가 null인 경우</exception>
615     </member>
616     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.#ctor(System.Collections.Generic.IEqualityComparer{`0})">
617       <summary>기본 동시성 수준과 용량을 갖고 있고 지정된 <see cref="T:System.Collections.Generic.IEqualityComparer`1" />를 사용하는 비어 있는 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
618       <param name="comparer">키를 비교할 때 사용하는 같음 비교 구현입니다.</param>
619       <exception cref="T:System.ArgumentNullException">
620         <paramref name="comparer" />가 null인 경우</exception>
621     </member>
622     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.#ctor(System.Int32,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}},System.Collections.Generic.IEqualityComparer{`0})">
623       <summary>지정한 <see cref="T:System.Collections.IEnumerable" />에서 복사된 요소를 포함하고 지정한 <see cref="T:System.Collections.Generic.IEqualityComparer`1" />를 사용하는 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
624       <param name="concurrencyLevel">
625         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />를 동시에 업데이트할 예상 스레드 수입니다.</param>
626       <param name="collection">요소가 새 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 복사되는 <see cref="T:System.Collections.Generic.IEnumerable`1" />입니다.</param>
627       <param name="comparer">키를 비교할 때 사용하는 <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> 구현입니다.</param>
628       <exception cref="T:System.ArgumentNullException">
629         <paramref name="collection" /> 또는 <paramref name="comparer" />가 null인 경우</exception>
630       <exception cref="T:System.ArgumentOutOfRangeException">
631         <paramref name="concurrencyLevel" />가 1보다 작은 경우</exception>
632       <exception cref="T:System.ArgumentException">
633         <paramref name="collection" />에 중복 키가 하나 이상 포함된 경우</exception>
634     </member>
635     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.#ctor(System.Int32,System.Int32)">
636       <summary>지정된 동시성 수준과 용량을 갖고 있으며 키 형식에 대한 기본 비교자를 사용하는 비어 있는 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
637       <param name="concurrencyLevel">
638         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />를 동시에 업데이트할 예상 스레드 수입니다.</param>
639       <param name="capacity">
640         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 포함될 수 있는 초기 요소 수입니다.</param>
641       <exception cref="T:System.ArgumentOutOfRangeException">
642         <paramref name="concurrencyLevel" />가 1보다 작은 경우또는<paramref name="capacity" />가 0보다 작은 경우</exception>
643     </member>
644     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.#ctor(System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})">
645       <summary>지정된 동시성 수준과 지정된 초기 용량을 갖고 있고 지정된 <see cref="T:System.Collections.Generic.IEqualityComparer`1" />를 사용하는 빈 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
646       <param name="concurrencyLevel">
647         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />를 동시에 업데이트할 예상 스레드 수입니다.</param>
648       <param name="capacity">
649         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 포함될 수 있는 초기 요소 수입니다.</param>
650       <param name="comparer">키를 비교할 때 사용하는 <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> 구현입니다.</param>
651       <exception cref="T:System.ArgumentNullException">
652         <paramref name="comparer" />가 null인 경우</exception>
653       <exception cref="T:System.ArgumentOutOfRangeException">
654         <paramref name="concurrencyLevel" /> 또는 <paramref name="capacity" />가 1 미만인 경우</exception>
655     </member>
656     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(`0,System.Func{`0,`1},System.Func{`0,`1,`1})">
657       <summary>지정된 함수를 사용하여 키가 아직 없는 경우 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 키/값 쌍을 추가하고, 키가 이미 있는 경우 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 키/값 쌍을 업데이트합니다.</summary>
658       <returns>키의 새 값입니다.이 값은 addValueFactory(키가 없는 경우)의 결과이거나 updateValueFactory(키가 있는 경우)의 결과입니다.</returns>
659       <param name="key">추가하거나 값을 업데이트해야 하는 키입니다.</param>
660       <param name="addValueFactory">없는 키에 대한 값을 생성하는 데 사용되는 함수입니다.</param>
661       <param name="updateValueFactory">키의 기존 값을 기준으로 기존 키의 새 값을 생성하는 데 사용되는 함수입니다.</param>
662       <exception cref="T:System.ArgumentNullException">
663         <paramref name="key" />, <paramref name="addValueFactory" /> 또는 <paramref name="updateValueFactory" />가 null인 경우</exception>
664       <exception cref="T:System.OverflowException">사전에 생성자에 지정된 요소(<see cref="F:System.Int32.MaxValue" />)의 최대 수가 이미 포함되어 있습니다.</exception>
665     </member>
666     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(`0,`1,System.Func{`0,`1,`1})">
667       <summary>키가 아직 없는 경우 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 키/값 쌍을 추가하고, 키가 이미 있는 경우 지정된 함수를 사용하여 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />의 키/값 쌍을 업데이트합니다.</summary>
668       <returns>키의 새 값입니다.이 값은 addValue(키가 없는 경우)이거나 updateValueFactory의 결과(키가 있는 경우)입니다.</returns>
669       <param name="key">추가하거나 값을 업데이트해야 하는 키입니다.</param>
670       <param name="addValue">없는 키에 대해 추가할 값입니다.</param>
671       <param name="updateValueFactory">키의 기존 값을 기준으로 기존 키의 새 값을 생성하는 데 사용되는 함수입니다.</param>
672       <exception cref="T:System.ArgumentNullException">
673         <paramref name="key" /> 또는 <paramref name="updateValueFactory" />가 null인 경우</exception>
674       <exception cref="T:System.OverflowException">사전에 생성자에 지정된 요소(<see cref="F:System.Int32.MaxValue" />)의 최대 수가 이미 포함되어 있습니다.</exception>
675     </member>
676     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.Clear">
677       <summary>
678         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에서 모든 키와 값을 제거합니다.</summary>
679     </member>
680     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.ContainsKey(`0)">
681       <summary>
682         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 지정한 키가 들어 있는지 여부를 확인합니다.</summary>
683       <returns>true if the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> contains an element with the specified key; otherwise, false.</returns>
684       <param name="key">
685         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에서 찾을 키입니다.</param>
686       <exception cref="T:System.ArgumentNullException">
687         <paramref name="key" />가 null인 경우</exception>
688     </member>
689     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.Count">
690       <summary>
691         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 포함된 키/값 쌍의 수를 가져옵니다.</summary>
692       <returns>
693         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 포함된 키/값 쌍의 수입니다.</returns>
694       <exception cref="T:System.OverflowException">사전에 생성자에 지정된 요소(<see cref="F:System.Int32.MaxValue" />)의 최대 수가 이미 포함되어 있습니다.</exception>
695     </member>
696     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.GetEnumerator">
697       <summary>
698         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />을 반복하는 열거자를 반환합니다.</summary>
699       <returns>
700         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 대한 열거자입니다.</returns>
701     </member>
702     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(`0,System.Func{`0,`1})">
703       <summary>키가 아직 없는 경우 지정된 함수를 사용하여 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 키/값 쌍을 추가합니다.</summary>
704       <returns>키의 값입니다.사전에 키가 있는 경우 키의 기존 값이고, 사전에 키가 없는 경우 valueFactory에 의해 반환된 키의 새 값입니다.</returns>
705       <param name="key">추가할 요소의 키입니다.</param>
706       <param name="valueFactory">키에 대한 값을 생성하는 데 사용되는 함수입니다.</param>
707       <exception cref="T:System.ArgumentNullException">
708         <paramref name="key" /> 또는 <paramref name="valueFactory" />가 null인 경우</exception>
709       <exception cref="T:System.OverflowException">사전에 생성자에 지정된 요소(<see cref="F:System.Int32.MaxValue" />)의 최대 수가 이미 포함되어 있습니다.</exception>
710     </member>
711     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(`0,`1)">
712       <summary>키가 아직 없는 경우 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 키/값 쌍을 추가합니다.</summary>
713       <returns>키의 값입니다.사전에 키가 있는 경우 키의 기존 값이고, 사전에 키가 없는 경우 새 값입니다.</returns>
714       <param name="key">추가할 요소의 키입니다.</param>
715       <param name="value">키가 아직 없는 경우 추가할 값입니다.</param>
716       <exception cref="T:System.ArgumentNullException">
717         <paramref name="key" />가 null인 경우</exception>
718       <exception cref="T:System.OverflowException">사전에 생성자에 지정된 요소(<see cref="F:System.Int32.MaxValue" />)의 최대 수가 이미 포함되어 있습니다.</exception>
719     </member>
720     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.IsEmpty">
721       <summary>
722         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />가 비어 있는지 여부를 나타내는 값을 가져옵니다.</summary>
723       <returns>
724         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />이 비어 있으면 true이고, 그렇지 않으면 false입니다.</returns>
725     </member>
726     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.Item(`0)">
727       <summary>지정된 키에 연결된 값을 가져오거나 설정합니다.</summary>
728       <returns>지정된 인덱스에 있는 키/값 쌍의 값입니다.</returns>
729       <param name="key">가져오거나 설정할 값의 키입니다.</param>
730       <exception cref="T:System.ArgumentNullException">
731         <paramref name="key" />가 null인 경우</exception>
732       <exception cref="T:System.Collections.Generic.KeyNotFoundException">속성을 검색할 때 컬렉션에 <paramref name="key" />가 없는 경우</exception>
733     </member>
734     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.Keys">
735       <summary>
736         <see cref="T:System.Collections.Generic.Dictionary`2" />의 키를 포함하는 컬렉션을 가져옵니다.</summary>
737       <returns>
738         <see cref="T:System.Collections.Generic.Dictionary`2" />에 있는 키의 컬렉션입니다.</returns>
739     </member>
740     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#Generic#ICollection{T}#Add(System.Collections.Generic.KeyValuePair{`0,`1})">
741       <summary>컬렉션에 항목을 추가합니다.</summary>
742       <param name="keyValuePair">사전에 추가할 <see cref="T:System.Collections.Generic.KeyValuePair`2" />입니다.</param>
743     </member>
744     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#Generic#ICollection{T}#Contains(System.Collections.Generic.KeyValuePair{`0,`1})">
745       <summary>지정된 키를 갖는 요소가 <see cref="T:System.Collections.Generic.ICollection`1" />에 들어 있는지 여부를 가져옵니다.</summary>
746       <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1" /> contains an element with the specified key; otherwise, false.</returns>
747       <param name="keyValuePair">
748         <see cref="T:System.Collections.Generic.ICollection`1" />에서 찾을 키입니다.</param>
749     </member>
750     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#Generic#ICollection{T}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)">
751       <summary>지정한 배열 인덱스부터 <see cref="T:System.Collections.ICollection" />의 요소를 배열에 복사합니다.</summary>
752       <param name="array">
753         <see cref="T:System.Collections.ICollection" />에서 복사한 요소의 대상인 1차원 배열입니다.배열에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
754       <param name="index">복사가 시작되는 <paramref name="array" />의 0부터 시작하는 인덱스입니다.</param>
755     </member>
756     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#Generic#ICollection{T}#IsReadOnly">
757       <summary>
758         <see cref="T:System.Collections.ICollection" />가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.</summary>
759       <returns>true if the <see cref="T:System.Collections.ICollection" /> is read-only; otherwise, false. </returns>
760     </member>
761     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})">
762       <summary>컬렉션에서 지정된 키/값 쌍을 제거합니다.</summary>
763       <returns>요소가 성공적으로 제거되면 true이고, 그렇지 않으면 false입니다.이 메서드는 <paramref name="key" />가 원래 <see cref="T:System.Collections.Generic.ICollection`1" />에 없는 경우에도 false를 반환합니다.</returns>
764       <param name="keyValuePair">제거할 <see cref="T:System.Collections.Generic.KeyValuePair`2" />입니다.</param>
765     </member>
766     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#Generic#IDictionary{TKey@TValue}#Add(`0,`1)">
767       <summary>지정된 키와 값을 <see cref="T:System.Collections.Generic.IDictionary`2" />에 추가합니다.</summary>
768       <param name="key">추가할 요소의 키로 사용할 개체입니다.</param>
769       <param name="value">추가할 요소의 값으로 사용할 개체입니다.</param>
770       <exception cref="T:System.ArgumentNullException">
771         <paramref name="key" />가 null인 경우</exception>
772       <exception cref="T:System.ArgumentException">같은 키를 가진 요소가 이미 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 있는 경우</exception>
773       <exception cref="T:System.OverflowException">사전에 생성자에 지정된 요소(<see cref="F:System.Int32.MaxValue" />)의 최대 수가 이미 포함되어 있습니다.</exception>
774     </member>
775     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#Generic#IDictionary{TKey@TValue}#Remove(`0)">
776       <summary>
777         <see cref="T:System.Collections.Generic.IDictionary`2" />에서 지정한 키를 가진 요소를 제거합니다.</summary>
778       <returns>요소가 성공적으로 제거되면 true이고, 그렇지 않으면 false입니다.This method also returns false if <paramref name="key" /> was not found in the original <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
779       <param name="key">제거할 요소의 키입니다.</param>
780       <exception cref="T:System.ArgumentNullException">
781         <paramref name="key" />가 null인 경우</exception>
782     </member>
783     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Keys">
784       <summary>
785         <see cref="T:System.Collections.Generic.Dictionary`2" />의 키를 포함하는 컬렉션을 가져옵니다.</summary>
786       <returns>키를 포함 하는 컬렉션의 <see cref="T:System.Collections.Generic.Dictionary`2" />.</returns>
787     </member>
788     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Values">
789       <summary>
790         <see cref="T:System.Collections.Generic.Dictionary`2" />의 값이 들어 있는 컬렉션을 가져옵니다.</summary>
791       <returns>
792         <see cref="T:System.Collections.Generic.Dictionary`2" />의 값이 포함된 컬렉션입니다.</returns>
793     </member>
794     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
795       <summary>지정한 배열 인덱스부터 <see cref="T:System.Collections.ICollection" />의 요소를 배열에 복사합니다.</summary>
796       <param name="array">
797         <see cref="T:System.Collections.ICollection" />에서 복사한 요소의 대상인 1차원 배열입니다.배열에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
798       <param name="index">복사가 시작되는 <paramref name="array" />의 0부터 시작하는 인덱스입니다.</param>
799       <exception cref="T:System.ArgumentNullException">
800         <paramref name="array" />가 null인 경우</exception>
801       <exception cref="T:System.ArgumentOutOfRangeException">
802         <paramref name="index" />가 0보다 작은 경우</exception>
803       <exception cref="T:System.ArgumentException">
804         <paramref name="index" />가 <paramref name="array" />의 길이보다 크거나 같은 경우 또는소스 <see cref="T:System.Collections.ICollection" />의 요소 수가 <paramref name="index" />에서 대상 <paramref name="array" /> 끝까지 사용 가능한 공간보다 큰 경우</exception>
805     </member>
806     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#ICollection#IsSynchronized">
807       <summary>
808         <see cref="T:System.Collections.ICollection" />에 대한 액세스가 SyncRoot와 동기화되는지 여부를 나타내는 값을 가져옵니다.</summary>
809       <returns>true if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, false.<see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />의 경우 이 속성은 항상 false를 반환합니다.</returns>
810     </member>
811     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#ICollection#SyncRoot">
812       <summary>
813         <see cref="T:System.Collections.ICollection" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.이 속성이 지원되지 않는 경우</summary>
814       <returns>항상 null을 반환합니다.</returns>
815       <exception cref="T:System.NotSupportedException">이 속성이 지원되지 않는 경우</exception>
816     </member>
817     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)">
818       <summary>지정한 키와 값을 사전에 추가합니다.</summary>
819       <param name="key">키로 사용할 개체입니다.</param>
820       <param name="value">값으로 사용할 개체입니다.</param>
821       <exception cref="T:System.ArgumentNullException">
822         <paramref name="key" />가 null인 경우</exception>
823       <exception cref="T:System.ArgumentException">
824         <paramref name="key" />의 형식을 <see cref="T:System.Collections.Generic.Dictionary`2" /> 키 형식에 할당할 수 없는 경우. 또는 <paramref name="value" />의 형식을 <see cref="T:System.Collections.Generic.Dictionary`2" />의 값 형식에 할당할 수 없는 경우 또는같은 키가 있는 값이 이미 <see cref="T:System.Collections.Generic.Dictionary`2" />에 있는 경우</exception>
825       <exception cref="T:System.OverflowException">사전에 생성자에 지정된 요소(<see cref="F:System.Int32.MaxValue" />)의 최대 수가 이미 포함되어 있습니다.</exception>
826     </member>
827     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IDictionary#Contains(System.Object)">
828       <summary>지정된 키를 갖는 요소가 <see cref="T:System.Collections.Generic.IDictionary`2" />에 들어 있는지 여부를 가져옵니다.</summary>
829       <returns>true if the <see cref="T:System.Collections.Generic.IDictionary`2" /> contains an element with the specified key; otherwise, false.</returns>
830       <param name="key">
831         <see cref="T:System.Collections.Generic.IDictionary`2" />에서 찾을 키입니다.</param>
832       <exception cref="T:System.ArgumentNullException">
833         <paramref name="key" />가 null인 경우</exception>
834     </member>
835     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IDictionary#GetEnumerator">
836       <summary>
837         <see cref="T:System.Collections.Generic.IDictionary`2" />에 대한 <see cref="T:System.Collections.IDictionaryEnumerator" />를 제공합니다.</summary>
838       <returns>
839         <see cref="T:System.Collections.Generic.IDictionary`2" />에 대한 <see cref="T:System.Collections.IDictionaryEnumerator" />입니다.</returns>
840     </member>
841     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IDictionary#IsFixedSize">
842       <summary>
843         <see cref="T:System.Collections.Generic.IDictionary`2" />의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.</summary>
844       <returns>true if the <see cref="T:System.Collections.Generic.IDictionary`2" /> has a fixed size; otherwise, false.<see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />의 경우 이 속성은 항상 false를 반환합니다.</returns>
845     </member>
846     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IDictionary#IsReadOnly">
847       <summary>
848         <see cref="T:System.Collections.Generic.IDictionary`2" />가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.</summary>
849       <returns>true if the <see cref="T:System.Collections.Generic.IDictionary`2" /> is read-only; otherwise, false.<see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />의 경우 이 속성은 항상 false를 반환합니다.</returns>
850     </member>
851     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IDictionary#Item(System.Object)">
852       <summary>지정된 키에 연결된 값을 가져오거나 설정합니다.</summary>
853       <returns>지정한 키와 연결된 값입니다. <paramref name="key" />가 사전에 없거나 <paramref name="key" />의 형식을 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />의 키 형식에 할당할 수 없으면 null입니다.</returns>
854       <param name="key">가져오거나 설정할 값의 키입니다.</param>
855       <exception cref="T:System.ArgumentNullException">
856         <paramref name="key" />가 null인 경우</exception>
857       <exception cref="T:System.ArgumentException">값이 할당되어 있고, <paramref name="key" />가 키 형식에 할당할 수 없는 형식이거나 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />의 값 형식인 경우</exception>
858     </member>
859     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IDictionary#Keys">
860       <summary>
861         <see cref="T:System.Collections.Generic.IDictionary`2" />의 키를 포함하는 <see cref="T:System.Collections.ICollection" />을 가져옵니다.</summary>
862       <returns>
863         <see cref="T:System.Collections.Generic.IDictionary`2" />의 키를 포함하는 인터페이스입니다.</returns>
864     </member>
865     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IDictionary#Remove(System.Object)">
866       <summary>
867         <see cref="T:System.Collections.IDictionary" />에서 지정한 키를 가진 요소를 제거합니다.</summary>
868       <param name="key">제거할 요소의 키입니다.</param>
869       <exception cref="T:System.ArgumentNullException">
870         <paramref name="key" />가 null인 경우</exception>
871     </member>
872     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IDictionary#Values">
873       <summary>
874         <see cref="T:System.Collections.IDictionary" />의 값이 들어 있는 <see cref="T:System.Collections.ICollection" />을 가져옵니다.</summary>
875       <returns>
876         <see cref="T:System.Collections.IDictionary" />의 값을 포함하는 인터페이스입니다.</returns>
877     </member>
878     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.System#Collections#IEnumerable#GetEnumerator">
879       <summary>
880         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />을 반복하는 열거자를 반환합니다.</summary>
881       <returns>
882         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 대한 열거자입니다.</returns>
883     </member>
884     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.ToArray">
885       <summary>
886         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 저장되어 있는 키/값 쌍을 새 배열에 복사합니다.</summary>
887       <returns>
888         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에서 복사된 키/값 쌍의 스냅숏을 포함하는 새 배열입니다.</returns>
889     </member>
890     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.TryAdd(`0,`1)">
891       <summary>지정된 키와 값을 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 추가하려고 시도합니다.</summary>
892       <returns>키/값 쌍이 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 추가되었으면 true이고, 키가 이미 존재하면 false입니다.</returns>
893       <param name="key">추가할 요소의 키입니다.</param>
894       <param name="value">추가할 요소의 값입니다.참조 형식에 대해 값은 null이 될 수 있습니다.</param>
895       <exception cref="T:System.ArgumentNullException">
896         <paramref name="key" />가 null인 경우</exception>
897       <exception cref="T:System.OverflowException">사전에 생성자에 지정된 요소(<see cref="F:System.Int32.MaxValue" />)의 최대 수가 이미 포함되어 있습니다.</exception>
898     </member>
899     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.TryGetValue(`0,`1@)">
900       <summary>지정된 키에 연결된 값을 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에서 가져오려고 시도합니다.</summary>
901       <returns>키가 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에 있으면 true이고, 그렇지 않으면 false입니다.</returns>
902       <param name="key">가져올 값의 키입니다.</param>
903       <param name="value">이 메서드가 반환 될 때 포함에서 개체는 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> 작업이 실패 한 경우 형식의 기본값 또는 지정된 된 키를 포함 합니다.</param>
904       <exception cref="T:System.ArgumentNullException">
905         <paramref name="key" />가 null인 경우</exception>
906     </member>
907     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.TryRemove(`0,`1@)">
908       <summary>
909         <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에서 지정된 키가 있는 값을 제거하고 반환하려고 시도합니다.</summary>
910       <returns>개체가 성공적으로 제거되면 true이고, 그렇지 않으면 false입니다.</returns>
911       <param name="key">제거하고 반환할 요소의 키입니다.</param>
912       <param name="value">이 메서드가 반환될 경우 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />에서 제거된 개체가 들어 있거나 TValue 형식의 기본값(<paramref name="key" />이 존재하지 않는 경우)이 들어 있습니다. </param>
913       <exception cref="T:System.ArgumentNullException">
914         <paramref name="key" />가 null인 경우</exception>
915     </member>
916     <member name="M:System.Collections.Concurrent.ConcurrentDictionary`2.TryUpdate(`0,`1,`1)">
917       <summary>지정된 키의 기존 값을 지정된 값과 비교하여 두 값이 같으면 키를 세 번째 값으로 업데이트합니다.</summary>
918       <returns>
919         <paramref name="key" />가 있는 값이 <paramref name="comparisonValue" />와 같아 <paramref name="newValue" />로 바뀐 경우 true이고, 그렇지 않으면 false입니다.</returns>
920       <param name="key">
921         <paramref name="comparisonValue" />와 비교되어 바뀔 수 있는 값을 가진 키입니다.</param>
922       <param name="newValue">비교 결과가 같은 경우 지정된 <paramref name="key" />가 있는 요소의 값을 바꿀 값입니다.</param>
923       <param name="comparisonValue">지정된 <paramref name="key" />가 있는 요소의 값과 비교할 값입니다.</param>
924       <exception cref="T:System.ArgumentNullException">
925         <paramref name="key" />가 null인 경우</exception>
926     </member>
927     <member name="P:System.Collections.Concurrent.ConcurrentDictionary`2.Values">
928       <summary>
929         <see cref="T:System.Collections.Generic.Dictionary`2" />의 값이 들어 있는 컬렉션을 가져옵니다.</summary>
930       <returns>
931         <see cref="T:System.Collections.Generic.Dictionary`2" />의 값이 포함된 컬렉션입니다. </returns>
932     </member>
933     <member name="T:System.Collections.Concurrent.ConcurrentQueue`1">
934       <summary>스레드로부터 안전한 FIFO(선입선출) 방식의 컬렉션을 나타냅니다.</summary>
935       <typeparam name="T">큐에 있는 요소의 형식입니다.</typeparam>
936     </member>
937     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.#ctor">
938       <summary>
939         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
940     </member>
941     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
942       <summary>지정된 컬렉션에서 복사한 요소가 포함된 <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
943       <param name="collection">해당 요소가 새 <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />에 복사되는 컬렉션입니다.</param>
944       <exception cref="T:System.ArgumentNullException">
945         <paramref name="collection" /> 인수가 null인 경우</exception>
946     </member>
947     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.CopyTo(`0[],System.Int32)">
948       <summary>
949         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" /> 요소를 지정한 배열 인덱스에서 시작하여 기존의 1차원 <see cref="T:System.Array" />에 복사합니다.</summary>
950       <param name="array">
951         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />에서 복사한 요소의 대상인 일차원 <see cref="T:System.Array" />입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
952       <param name="index">
953         <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다.</param>
954       <exception cref="T:System.ArgumentNullException">
955         <paramref name="array" />는 null 참조(Visual Basic에서는 Nothing)입니다.</exception>
956       <exception cref="T:System.ArgumentOutOfRangeException">
957         <paramref name="index" />가 0보다 작은 경우</exception>
958       <exception cref="T:System.ArgumentException">
959         <paramref name="index" />가 <paramref name="array" />의 길이와 같거나 큰 경우 -또는- 소스 <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />의 요소 수가 대상 <paramref name="array" />의 <paramref name="index" />부터 끝까지의 사용 가능한 공간보다 큰 경우.</exception>
960     </member>
961     <member name="P:System.Collections.Concurrent.ConcurrentQueue`1.Count">
962       <summary>
963         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />에 포함된 요소 수를 가져옵니다.</summary>
964       <returns>
965         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />에 포함된 요소 수입니다.</returns>
966     </member>
967     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.Enqueue(`0)">
968       <summary>개체를 <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />의 끝 부분에 추가합니다.</summary>
969       <param name="item">
970         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />의 끝 부분에 추가할 개체입니다.값은 참조 형식의 경우 null 참조(Visual Basic에서는 Nothing)일 수 있습니다.</param>
971     </member>
972     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.GetEnumerator">
973       <summary>
974         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />을 반복하는 열거자를 반환합니다.</summary>
975       <returns>
976         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />의 콘텐츠에 대한 열거자입니다.</returns>
977     </member>
978     <member name="P:System.Collections.Concurrent.ConcurrentQueue`1.IsEmpty">
979       <summary>
980         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />가 비어 있는지 여부를 나타내는 값을 가져옵니다.</summary>
981       <returns>
982         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />이 비어 있으면 true이고, 그렇지 않으면 false입니다.</returns>
983     </member>
984     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.System#Collections#Concurrent#IProducerConsumerCollection{T}#TryAdd(`0)">
985       <summary>
986         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에 개체를 추가하려고 시도합니다.</summary>
987       <returns>개체가 성공적으로 추가되었으면 true이고, 그렇지 않으면 false입니다.</returns>
988       <param name="item">
989         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에 추가할 개체입니다.값은 참조 형식의 경우 null 참조(Visual Basic에서는 Nothing)일 수 있습니다.</param>
990     </member>
991     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.System#Collections#Concurrent#IProducerConsumerCollection{T}#TryTake(`0@)">
992       <summary>
993         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에서 개체를 제거하고 반환하려고 시도합니다.</summary>
994       <returns>요소가 성공적으로 제거되고 반환되었으면 true이고, 그렇지 않으면 false입니다.</returns>
995       <param name="item">이 메서드가 반환될 경우 작업이 성공했으면 <paramref name="item" />에는 제거된 개체가 들어 있습니다.제거할 수 있는 개체가 없으면 이 값은 지정되지 않습니다.</param>
996     </member>
997     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
998       <summary>특정 <see cref="T:System.Array" /> 인덱스에서 시작하여 <see cref="T:System.Collections.ICollection" />의 요소를 <see cref="T:System.Array" />에 복사합니다.</summary>
999       <param name="array">
1000         <see cref="T:System.Collections.Concurrent.ConcurrentBag`1" />에서 복사한 요소의 대상인 일차원 <see cref="T:System.Array" />입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
1001       <param name="index">
1002         <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다.</param>
1003       <exception cref="T:System.ArgumentNullException">
1004         <paramref name="array" />는 null 참조(Visual Basic에서는 Nothing)입니다.</exception>
1005       <exception cref="T:System.ArgumentOutOfRangeException">
1006         <paramref name="index" />가 0보다 작은 경우</exception>
1007       <exception cref="T:System.ArgumentException">
1008         <paramref name="array" />가 다차원 배열인 경우 -또는- <paramref name="array" />에 0부터 시작하는 인덱스가 없습니다. -또는- <paramref name="index" />가 <paramref name="array" />의 길이와 같거나 큰 경우 -또는- 소스 <see cref="T:System.Collections.ICollection" />의 요소 수가 대상 <paramref name="array" />의 <paramref name="index" />부터 끝까지의 사용 가능한 공간보다 큰 경우. -또는- 소스 <see cref="T:System.Collections.ICollection" /> 형식을 대상 <paramref name="array" /> 형식으로 자동 캐스팅할 수 없는 경우</exception>
1009     </member>
1010     <member name="P:System.Collections.Concurrent.ConcurrentQueue`1.System#Collections#ICollection#IsSynchronized">
1011       <summary>
1012         <see cref="T:System.Collections.ICollection" />에 대한 액세스가 SyncRoot와 동기화되는지 여부를 나타내는 값을 가져옵니다.</summary>
1013       <returns>
1014         <see cref="T:System.Collections.ICollection" />에 대한 액세스가 SyncRoot와 동기화되면 true이고, 그렇지 않으면 false입니다.<see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />의 경우 이 속성은 항상 false를 반환합니다.</returns>
1015     </member>
1016     <member name="P:System.Collections.Concurrent.ConcurrentQueue`1.System#Collections#ICollection#SyncRoot">
1017       <summary>
1018         <see cref="T:System.Collections.ICollection" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.이 속성이 지원되지 않는 경우</summary>
1019       <returns>null을 반환합니다(Visual Basic의 경우 Nothing).</returns>
1020       <exception cref="T:System.NotSupportedException">SyncRoot 속성은 지원되지 않습니다.</exception>
1021     </member>
1022     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.System#Collections#IEnumerable#GetEnumerator">
1023       <summary>컬렉션을 반복하는 열거자를 반환합니다.</summary>
1024       <returns>컬렉션에서 반복하는 데 사용할 수 있는 <see cref="T:System.Collections.IEnumerator" />입니다.</returns>
1025     </member>
1026     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.ToArray">
1027       <summary>
1028         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />에 저장되어 있는 요소를 새 배열에 복사합니다.</summary>
1029       <returns>
1030         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />에서 복사된 요소의 스냅숏을 포함하는 새 배열입니다.</returns>
1031     </member>
1032     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.TryDequeue(`0@)">
1033       <summary>concurrent queue의 시작 부분에서 개체를 제거하고 반환하려고 시도합니다.</summary>
1034       <returns>요소가 <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />의 시작 부분에서 성공적으로 제거되고 반환되었으면 true이고, 그렇지 않으면 false입니다.</returns>
1035       <param name="result">이 메서드가 반환될 경우 작업이 성공했으면 <paramref name="result" />에는 제거된 개체가 들어 있습니다.제거할 수 있는 개체가 없으면 이 값은 지정되지 않습니다.</param>
1036     </member>
1037     <member name="M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)">
1038       <summary>
1039         <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />의 시작 부분에서 개체를 제거하지 않고 반환하려고 시도합니다.</summary>
1040       <returns>개체가 성공적으로 반환되었으면 true이고, 그렇지 않으면 false입니다.</returns>
1041       <param name="result">이 메서드가 반환될 경우 <paramref name="result" />에는 <see cref="T:System.Collections.Concurrent.ConcurrentQueue`1" />의 시작 부분에 있는 개체가 들어 있거나 지정되지 않은 값(작업이 실패한 경우)이 들어 있습니다.</param>
1042     </member>
1043     <member name="T:System.Collections.Concurrent.ConcurrentStack`1">
1044       <summary>스레드로부터 안전한 LIFO(후입선출) 방식의 컬렉션을 나타냅니다.</summary>
1045       <typeparam name="T">스택에 있는 요소의 형식입니다.</typeparam>
1046     </member>
1047     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.#ctor">
1048       <summary>
1049         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
1050     </member>
1051     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
1052       <summary>지정된 컬렉션에서 복사한 요소가 포함된 <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" /> 클래스의 새 인스턴스를 초기화합니다.</summary>
1053       <param name="collection">해당 요소가 새 <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에 복사되는 컬렉션입니다.</param>
1054       <exception cref="T:System.ArgumentNullException">The <paramref name="collection" /> argument is null.</exception>
1055     </member>
1056     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.Clear">
1057       <summary>
1058         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에서 개체를 모두 제거합니다.</summary>
1059     </member>
1060     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.CopyTo(`0[],System.Int32)">
1061       <summary>
1062         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" /> 요소를 지정한 배열 인덱스에서 시작하여 기존의 1차원 <see cref="T:System.Array" />에 복사합니다.</summary>
1063       <param name="array">
1064         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에서 복사한 요소의 대상인 1차원 <see cref="T:System.Array" />입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
1065       <param name="index">
1066         <paramref name="array" />에서 복사가 시작되는 0부터 시작하는 인덱스입니다.</param>
1067       <exception cref="T:System.ArgumentNullException">
1068         <paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
1069       <exception cref="T:System.ArgumentOutOfRangeException">
1070         <paramref name="index" /> is less than zero.</exception>
1071       <exception cref="T:System.ArgumentException">
1072         <paramref name="index" /> is equal to or greater than the length of the <paramref name="array" /> -or- The number of elements in the source <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
1073     </member>
1074     <member name="P:System.Collections.Concurrent.ConcurrentStack`1.Count">
1075       <summary>
1076         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에 포함된 요소 수를 가져옵니다.</summary>
1077       <returns>
1078         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에 포함된 요소 수입니다.</returns>
1079     </member>
1080     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.GetEnumerator">
1081       <summary>
1082         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />을 반복하는 열거자를 반환합니다.</summary>
1083       <returns>
1084         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에 대한 열거자입니다.</returns>
1085     </member>
1086     <member name="P:System.Collections.Concurrent.ConcurrentStack`1.IsEmpty">
1087       <summary>
1088         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />가 비어 있는지를 나타내는 값을 가져옵니다.</summary>
1089       <returns>
1090         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />이 비어 있으면 true이고, 그렇지 않으면 false입니다.</returns>
1091     </member>
1092     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.Push(`0)">
1093       <summary>개체를 <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 삽입합니다.</summary>
1094       <param name="item">
1095         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에 적용할 개체입니다.값은 참조 형식의 경우 null 참조(Visual Basic에서는 Nothing)일 수 있습니다.</param>
1096     </member>
1097     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.PushRange(`0[])">
1098       <summary>여러 개체를 <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 원자 단위로 삽입합니다.</summary>
1099       <param name="items">
1100         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에 적용할 개체입니다.</param>
1101       <exception cref="T:System.ArgumentNullException">
1102         <paramref name="items" /> is a null reference (Nothing in Visual Basic).</exception>
1103     </member>
1104     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.PushRange(`0[],System.Int32,System.Int32)">
1105       <summary>여러 개체를 <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 원자 단위로 삽입합니다.</summary>
1106       <param name="items">
1107         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에 적용할 개체입니다.</param>
1108       <param name="startIndex">
1109         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 요소를 삽입하기 시작할 <paramref name="items" />의 0부터 시작하는 오프셋입니다.</param>
1110       <param name="count">
1111         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 삽입할 요소의 수입니다.</param>
1112       <exception cref="T:System.ArgumentNullException">
1113         <paramref name="items" /> is a null reference (Nothing in Visual Basic).</exception>
1114       <exception cref="T:System.ArgumentOutOfRangeException">
1115         <paramref name="startIndex" /> or <paramref name="count" /> is negative.Or <paramref name="startIndex" /> is greater than or equal to the length of <paramref name="items" />.</exception>
1116       <exception cref="T:System.ArgumentException">
1117         <paramref name="startIndex" /> + <paramref name="count" /> is greater than the length of <paramref name="items" />.</exception>
1118     </member>
1119     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.System#Collections#Concurrent#IProducerConsumerCollection{T}#TryAdd(`0)">
1120       <summary>
1121         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에 개체를 추가하려고 시도합니다.</summary>
1122       <returns>개체가 추가되었으면 true이고, 그렇지 않으면 false입니다.</returns>
1123       <param name="item">
1124         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에 추가할 개체입니다.값은 참조 형식의 경우 null 참조(Visual Basic에서는 Nothing)일 수 있습니다.</param>
1125     </member>
1126     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.System#Collections#Concurrent#IProducerConsumerCollection{T}#TryTake(`0@)">
1127       <summary>
1128         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에서 개체를 제거하고 반환하려고 시도합니다.</summary>
1129       <returns>요소가 제거되고 반환되었으면 true이고, 그렇지 않으면 false입니다.</returns>
1130       <param name="item">이 메서드가 반환될 경우 작업이 성공했으면 <paramref name="item" />에는 제거된 개체가 들어 있습니다.제거할 수 있는 개체가 없으면 이 값은 지정되지 않습니다.</param>
1131     </member>
1132     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
1133       <summary>특정 <see cref="T:System.Array" /> 인덱스부터 시작하여 <see cref="T:System.Collections.ICollection" />의 요소를 <see cref="T:System.Array" />에 복사합니다.</summary>
1134       <param name="array">
1135         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에서 복사한 요소의 대상인 1차원 <see cref="T:System.Array" />입니다.<see cref="T:System.Array" />에는 0부터 시작하는 인덱스가 있어야 합니다.</param>
1136       <param name="index">
1137         <paramref name="array" />에서 복사가 시작되는 0부터 시작하는 인덱스입니다.</param>
1138       <exception cref="T:System.ArgumentNullException">
1139         <paramref name="array" /> is a null reference (Nothing in Visual Basic).</exception>
1140       <exception cref="T:System.ArgumentOutOfRangeException">
1141         <paramref name="index" /> is less than zero.</exception>
1142       <exception cref="T:System.ArgumentException">
1143         <paramref name="array" /> is multidimensional.-or- <paramref name="array" /> does not have zero-based indexing.-or- <paramref name="index" /> is equal to or greater than the length of the <paramref name="array" /> -or- The number of elements in the source <see cref="T:System.Collections.ICollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.-or- The type of the source <see cref="T:System.Collections.ICollection" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
1144     </member>
1145     <member name="P:System.Collections.Concurrent.ConcurrentStack`1.System#Collections#ICollection#IsSynchronized">
1146       <summary>
1147         <see cref="T:System.Collections.ICollection" />에 대한 액세스가 SyncRoot와 동기화되는지를 나타내는 값을 가져옵니다.</summary>
1148       <returns>
1149         <see cref="T:System.Collections.ICollection" />에 대한 액세스가 SyncRoot와 동기화되면 true이고, 그렇지 않으면 false입니다.<see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 경우 이 속성은 항상 false를 반환합니다.</returns>
1150     </member>
1151     <member name="P:System.Collections.Concurrent.ConcurrentStack`1.System#Collections#ICollection#SyncRoot">
1152       <summary>
1153         <see cref="T:System.Collections.ICollection" />에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.이 속성이 지원되지 않는 경우</summary>
1154       <returns>null을 반환합니다(Visual Basic에서는 Nothing).</returns>
1155       <exception cref="T:System.NotSupportedException">The SyncRoot property is not supported</exception>
1156     </member>
1157     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.System#Collections#IEnumerable#GetEnumerator">
1158       <summary>컬렉션을 반복하는 열거자를 반환합니다.</summary>
1159       <returns>컬렉션에서 반복하는 데 사용할 수 있는 <see cref="T:System.Collections.IEnumerator" />입니다.</returns>
1160     </member>
1161     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.ToArray">
1162       <summary>
1163         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에 저장되어 있는 항목을 새 배열에 복사합니다.</summary>
1164       <returns>
1165         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />에서 복사된 요소의 스냅숏을 포함하는 새 배열입니다.</returns>
1166     </member>
1167     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.TryPeek(`0@)">
1168       <summary>
1169         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 있는 개체를 제거하지 않고 반환하려고 시도합니다.</summary>
1170       <returns>개체가 반환되었으면 true이고, 그렇지 않으면 false입니다.</returns>
1171       <param name="result">이 메서드가 반환될 경우 <paramref name="result" />에는 <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 있는 개체가 포함되어 있거나 지정되지 않은 값(작업이 실패한 경우)이 포함되어 있습니다.</param>
1172     </member>
1173     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.TryPop(`0@)">
1174       <summary>
1175         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 있는 개체를 꺼내고 반환하려고 시도합니다.</summary>
1176       <returns>요소가 <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에서 제거되고 반환되었으면 true이고, 그렇지 않으면 false입니다.</returns>
1177       <param name="result">이 메서드가 반환될 경우 작업이 성공했으면 <paramref name="result" />에는 제거된 개체가 들어 있습니다.제거할 수 있는 개체가 없으면 이 값은 지정되지 않습니다.</param>
1178     </member>
1179     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.TryPopRange(`0[])">
1180       <summary>
1181         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 있는 여러 개체를 원자 단위로 꺼내고 반환하려고 시도합니다.</summary>
1182       <returns>
1183         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에서 꺼내어 <paramref name="items" />에 삽입한 개체의 수입니다.</returns>
1184       <param name="items">
1185         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에서 꺼낸 개체가 추가될 <see cref="T:System.Array" />입니다.</param>
1186       <exception cref="T:System.ArgumentNullException">
1187         <paramref name="items" /> is a null argument (Nothing in Visual Basic).</exception>
1188     </member>
1189     <member name="M:System.Collections.Concurrent.ConcurrentStack`1.TryPopRange(`0[],System.Int32,System.Int32)">
1190       <summary>
1191         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에 있는 여러 개체를 원자 단위로 꺼내고 반환하려고 시도합니다.</summary>
1192       <returns>스택의 맨 위에서 꺼내어 <paramref name="items" />에 삽입한 개체의 수입니다.</returns>
1193       <param name="items">
1194         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에서 꺼낸 개체가 추가될 <see cref="T:System.Array" />입니다.</param>
1195       <param name="startIndex">
1196         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위 요소를 삽입하기 시작할 <paramref name="items" />의 0부터 시작하는 오프셋입니다.</param>
1197       <param name="count">
1198         <see cref="T:System.Collections.Concurrent.ConcurrentStack`1" />의 맨 위에서 꺼내어 <paramref name="items" />에 삽입할 개체의 수입니다.</param>
1199       <exception cref="T:System.ArgumentNullException">
1200         <paramref name="items" /> is a null reference (Nothing in Visual Basic).</exception>
1201       <exception cref="T:System.ArgumentOutOfRangeException">
1202         <paramref name="startIndex" /> or <paramref name="count" /> is negative.Or <paramref name="startIndex" /> is greater than or equal to the length of <paramref name="items" />.</exception>
1203       <exception cref="T:System.ArgumentException">
1204         <paramref name="startIndex" /> + <paramref name="count" /> is greater than the length of <paramref name="items" />.</exception>
1205     </member>
1206     <member name="T:System.Collections.Concurrent.EnumerablePartitionerOptions">
1207       <summary>파티셔너의 버퍼링 동작을 제어하는 옵션을 지정합니다.</summary>
1208     </member>
1209     <member name="F:System.Collections.Concurrent.EnumerablePartitionerOptions.NoBuffering">
1210       <summary>한 번에 하나씩 열거 가능한 소스에서 항목을 가져오고 여러 스레드에서 보다 효율적으로 액세스할 수 있는 중간 저장소를 사용하지 않는 파티셔너를 만듭니다.이 옵션은 낮은 대기 시간을 지원하므로 항목이 소스로부터 사용할 수 있게 되자 마자 처리되고 항목 간 종속성도 부분적으로 지원을 제공합니다. 하지만 스레드 자체에서 처리해야 하는 항목을 기다리면서 스레드가 교체 상태에 빠지지 않습니다.</summary>
1211     </member>
1212     <member name="F:System.Collections.Concurrent.EnumerablePartitionerOptions.None">
1213       <summary>최적의 성능을 얻기 위해 버퍼링을 사용하는 기본 동작을 사용합니다.</summary>
1214     </member>
1215     <member name="T:System.Collections.Concurrent.IProducerConsumerCollection`1">
1216       <summary>공급자/소비자 용도의 스레드로부터 안전한 컬렉션을 조작할 메서드를 정의합니다.이 인터페이스는 <see cref="T:System.Collections.Concurrent.BlockingCollection`1" /> 같은 더 높은 수준의 추상이 기본 저장소 메커니즘으로 컬렉션을 사용할 수 있도록 생산자/소비자 컬렉션에 대한 통합 표현을 제공합니다.</summary>
1217       <typeparam name="T">컬렉션에 있는 요소의 형식을 지정합니다.</typeparam>
1218     </member>
1219     <member name="M:System.Collections.Concurrent.IProducerConsumerCollection`1.CopyTo(`0[],System.Int32)">
1220       <summary>지정된 인덱스부터 시작하여 <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />의 요소를 <see cref="T:System.Array" />에 복사합니다.</summary>
1221       <param name="array">
1222         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에서 복사한 요소의 대상인 일차원 <see cref="T:System.Array" />입니다. 배열에서 0부터 시작하는 인덱스를 사용해야 합니다.</param>
1223       <param name="index">
1224         <paramref name="array" />에서 복사가 시작되는 인덱스(0부터 시작)입니다.</param>
1225       <exception cref="T:System.ArgumentNullException">
1226         <paramref name="array" />는 null 참조(Visual Basic에서는 Nothing)입니다.</exception>
1227       <exception cref="T:System.ArgumentOutOfRangeException">
1228         <paramref name="index" />가 0보다 작은 경우</exception>
1229       <exception cref="T:System.ArgumentException">
1230         <paramref name="index" />가 <paramref name="array" />의 길이와 같거나 큰 경우 -또는- 컬렉션의 요소 수가 대상 <paramref name="array" />의 <paramref name="index" />부터 끝까지의 사용 가능한 공간보다 큰 경우. </exception>
1231     </member>
1232     <member name="M:System.Collections.Concurrent.IProducerConsumerCollection`1.ToArray">
1233       <summary>
1234         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에 포함된 요소를 새 배열에 복사합니다.</summary>
1235       <returns>
1236         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에서 복사된 요소를 포함하는 새 배열입니다.</returns>
1237     </member>
1238     <member name="M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryAdd(`0)">
1239       <summary>
1240         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에 개체를 추가하려고 시도합니다.</summary>
1241       <returns>개체가 성공적으로 추가되었으면 true이고, 그렇지 않으면 false입니다.</returns>
1242       <param name="item">
1243         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에 추가할 개체입니다.</param>
1244       <exception cref="T:System.ArgumentException">
1245         <paramref name="item" />은 이 컬렉션에 올바르지 않습니다.</exception>
1246     </member>
1247     <member name="M:System.Collections.Concurrent.IProducerConsumerCollection`1.TryTake(`0@)">
1248       <summary>
1249         <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />에서 개체를 제거하고 반환하려고 시도합니다.</summary>
1250       <returns>개체가 성공적으로 제거되고 반환되었으면 true이고, 그렇지 않으면 false입니다.</returns>
1251       <param name="item">이 메서드가 반환될 경우 개체가 성공적으로 제거되고 반환되었으면 <paramref name="item" />에는 제거된 개체가 들어 있습니다.제거할 수 있는 개체가 없으면 이 값은 지정되지 않습니다.</param>
1252     </member>
1253     <member name="T:System.Collections.Concurrent.OrderablePartitioner`1">
1254       <summary>정렬할 수 있는 데이터 소스를 여러 개의 파티션으로 분할하는 특정 방법을 나타냅니다.</summary>
1255       <typeparam name="TSource">컬렉션에 있는 요소의 형식입니다.</typeparam>
1256     </member>
1257     <member name="M:System.Collections.Concurrent.OrderablePartitioner`1.#ctor(System.Boolean,System.Boolean,System.Boolean)">
1258       <summary>인덱스 키에 대해 지정된 제약 조건을 사용하여 <see cref="T:System.Collections.Concurrent.OrderablePartitioner`1" /> 클래스를 초기화하기 위해 파생 클래스의 생성자에서 호출됩니다.</summary>
1259       <param name="keysOrderedInEachPartition">각 파티션에 있는 요소가 키가 증가하는 순서로 반환되는지 여부를 나타냅니다.</param>
1260       <param name="keysOrderedAcrossPartitions">순서가 빠른 파티션의 요소가 순서가 늦은 파티션의 요소보다 항상 먼저 오는지 여부를 나타냅니다.true이면 파티션 0의 모든 요소가 파티션 1의 모든 요소보다 작은 순서 키를 갖고, 파티션 1의 모든 요소가 파티션 2의 모든 요소보다 작은 순서 키를 갖는 식으로 처리됩니다.</param>
1261       <param name="keysNormalized">키를 정규화할지 여부를 나타냅니다.true인 경우 모든 순서 키가 [0 .. numberOfElements-1] 범위의 서로 다른 정수입니다.false이면 순서 키가 서로 다르지만 절대 값이 아니라 상대적인 순서만 고려합니다.</param>
1262     </member>
1263     <member name="M:System.Collections.Concurrent.OrderablePartitioner`1.GetDynamicPartitions">
1264       <summary>기본 컬렉션을 여러 파티션으로 분할할 수 있는 개체를 만듭니다.</summary>
1265       <returns>내부 데이터 소스에 대한 파티션을 만들 수 있는 개체입니다.</returns>
1266       <exception cref="T:System.NotSupportedException">동적 분할은 기본 클래스에서 지원되지 않습니다.파생된 클래스에서 구현되어야 합니다.</exception>
1267     </member>
1268     <member name="M:System.Collections.Concurrent.OrderablePartitioner`1.GetOrderableDynamicPartitions">
1269       <summary>기본 컬렉션을 여러 파티션으로 분할할 수 있는 개체를 만듭니다.</summary>
1270       <returns>내부 데이터 소스에 대한 파티션을 만들 수 있는 개체입니다.</returns>
1271       <exception cref="T:System.NotSupportedException">동적 분할은 이 파티셔너에서 지원되지 않습니다.</exception>
1272     </member>
1273     <member name="M:System.Collections.Concurrent.OrderablePartitioner`1.GetOrderablePartitions(System.Int32)">
1274       <summary>기본 컬렉션을 지정된 개수의 정렬할 수 있는 파티션으로 분할합니다.</summary>
1275       <returns>
1276         <paramref name="partitionCount" /> 열거자가 포함된 목록입니다.</returns>
1277       <param name="partitionCount">만들 파티션의 수입니다.</param>
1278     </member>
1279     <member name="M:System.Collections.Concurrent.OrderablePartitioner`1.GetPartitions(System.Int32)">
1280       <summary>기본 컬렉션을 지정된 개수의 정렬된 파티션으로 분할합니다.</summary>
1281       <returns>
1282         <paramref name="partitionCount" /> 열거자가 포함된 목록입니다.</returns>
1283       <param name="partitionCount">만들 파티션의 수입니다.</param>
1284     </member>
1285     <member name="P:System.Collections.Concurrent.OrderablePartitioner`1.KeysNormalized">
1286       <summary>순서 키를 정규화할지 여부를 가져옵니다.</summary>
1287       <returns>키가 정규화되면 true이고, 그렇지 않으면 false입니다.</returns>
1288     </member>
1289     <member name="P:System.Collections.Concurrent.OrderablePartitioner`1.KeysOrderedAcrossPartitions">
1290       <summary>순서가 빠른 파티션의 요소가 순서가 늦은 파티션의 요소보다 항상 먼저 오는지 여부를 가져옵니다.</summary>
1291       <returns>순서가 빠른 파티션의 요소가 순서가 늦은 파티션의 요소보다 항상 먼저 오면 true이고, 그렇지 않으면 false입니다.</returns>
1292     </member>
1293     <member name="P:System.Collections.Concurrent.OrderablePartitioner`1.KeysOrderedInEachPartition">
1294       <summary>각 파티션에 있는 요소가 키가 증가하는 순서로 생성되는지 여부를 가져옵니다.</summary>
1295       <returns>각 파티션에 있는 요소가 키가 증가하는 순서로 생성되면 true이고, 그렇지 않으면 false입니다.</returns>
1296     </member>
1297     <member name="T:System.Collections.Concurrent.Partitioner">
1298       <summary>배열, 목록 및 열거 가능한 형식에 사용할 수 있는 공용 분할 전략을 제공합니다.</summary>
1299     </member>
1300     <member name="M:System.Collections.Concurrent.Partitioner.Create``1(System.Collections.Generic.IEnumerable{``0})">
1301       <summary>
1302         <see cref="T:System.Collections.Generic.IEnumerable`1" /> 인스턴스에서 정렬할 수 있는 파티셔너를 만듭니다.</summary>
1303       <returns>입력 배열을 기초로 정렬할 수 있는 파티셔너입니다.</returns>
1304       <param name="source">분할할 열거 가능한 형식입니다.</param>
1305       <typeparam name="TSource">소스 열거 가능한 형식에 있는 요소의 형식입니다.</typeparam>
1306     </member>
1307     <member name="M:System.Collections.Concurrent.Partitioner.Create``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Concurrent.EnumerablePartitionerOptions)">
1308       <summary>
1309         <see cref="T:System.Collections.Generic.IEnumerable`1" /> 인스턴스에서 정렬할 수 있는 파티셔너를 만듭니다.</summary>
1310       <returns>입력 배열을 기초로 정렬할 수 있는 파티셔너입니다.</returns>
1311       <param name="source">분할할 열거 가능한 형식입니다.</param>
1312       <param name="partitionerOptions">파티셔너의 버퍼링 동작을 제어하는 옵션입니다.</param>
1313       <typeparam name="TSource">소스 열거 가능한 형식에 있는 요소의 형식입니다.</typeparam>
1314       <exception cref="T:System.ArgumentOutOfRangeException">
1315         <paramref name="partitionerOptions" /> 인수는 <see cref="T:System.Collections.Concurrent.EnumerablePartitionerOptions" />에 대해 잘못된 값을 지정합니다.</exception>
1316     </member>
1317     <member name="M:System.Collections.Concurrent.Partitioner.Create``1(System.Collections.Generic.IList{``0},System.Boolean)">
1318       <summary>
1319         <see cref="T:System.Collections.Generic.IList`1" /> 인스턴스에서 정렬할 수 있는 파티셔너를 만듭니다.</summary>
1320       <returns>입력 목록을 기초로 정렬할 수 있는 파티셔너입니다.</returns>
1321       <param name="list">분할할 목록입니다.</param>
1322       <param name="loadBalance">만들어진 파티셔너가 파티션 간에 부하를 정적으로 분산하는 것이 아니라 동적으로 분산시켜야 하는지 여부를 나타내는 부울 값입니다.</param>
1323       <typeparam name="TSource">소스 목록에 있는 요소의 형식입니다.</typeparam>
1324     </member>
1325     <member name="M:System.Collections.Concurrent.Partitioner.Create(System.Int32,System.Int32)">
1326       <summary>사용자가 지정한 범위를 분할하는 파티셔너를 만듭니다.</summary>
1327       <returns>파티셔너입니다.</returns>
1328       <param name="fromInclusive">범위의 하한(포함)입니다.</param>
1329       <param name="toExclusive">범위의 상한(제외)입니다.</param>
1330       <exception cref="T:System.ArgumentOutOfRangeException">
1331         <paramref name="toExclusive" /> 인수는 <paramref name="fromInclusive" /> 인수보다 작거나 같습니다.</exception>
1332     </member>
1333     <member name="M:System.Collections.Concurrent.Partitioner.Create(System.Int32,System.Int32,System.Int32)">
1334       <summary>사용자가 지정한 범위를 분할하는 파티셔너를 만듭니다.</summary>
1335       <returns>파티셔너입니다.</returns>
1336       <param name="fromInclusive">범위의 하한(포함)입니다.</param>
1337       <param name="toExclusive">범위의 상한(제외)입니다.</param>
1338       <param name="rangeSize">각 하위 범위의 크기입니다.</param>
1339       <exception cref="T:System.ArgumentOutOfRangeException">
1340         <paramref name="toExclusive" /> 인수는 <paramref name="fromInclusive" /> 인수보다 작거나 같습니다.또는<paramref name="rangeSize" /> 인수가 0보다 작거나 같은 경우.</exception>
1341     </member>
1342     <member name="M:System.Collections.Concurrent.Partitioner.Create(System.Int64,System.Int64)">
1343       <summary>사용자가 지정한 범위를 분할하는 파티셔너를 만듭니다.</summary>
1344       <returns>파티셔너입니다.</returns>
1345       <param name="fromInclusive">범위의 하한(포함)입니다.</param>
1346       <param name="toExclusive">범위의 상한(제외)입니다.</param>
1347       <exception cref="T:System.ArgumentOutOfRangeException">
1348         <paramref name="toExclusive" /> 인수는 <paramref name="fromInclusive" /> 인수보다 작거나 같습니다.</exception>
1349     </member>
1350     <member name="M:System.Collections.Concurrent.Partitioner.Create(System.Int64,System.Int64,System.Int64)">
1351       <summary>사용자가 지정한 범위를 분할하는 파티셔너를 만듭니다.</summary>
1352       <returns>파티셔너입니다.</returns>
1353       <param name="fromInclusive">범위의 하한(포함)입니다.</param>
1354       <param name="toExclusive">범위의 상한(제외)입니다.</param>
1355       <param name="rangeSize">각 하위 범위의 크기입니다.</param>
1356       <exception cref="T:System.ArgumentOutOfRangeException">
1357         <paramref name="toExclusive" /> 인수는 <paramref name="fromInclusive" /> 인수보다 작거나 같습니다.또는<paramref name="rangeSize" /> 인수가 0보다 작거나 같은 경우.</exception>
1358     </member>
1359     <member name="M:System.Collections.Concurrent.Partitioner.Create``1(``0[],System.Boolean)">
1360       <summary>
1361         <see cref="T:System.Array" /> 인스턴스에서 정렬할 수 있는 파티셔너를 만듭니다.</summary>
1362       <returns>입력 배열을 기초로 정렬할 수 있는 파티셔너입니다.</returns>
1363       <param name="array">분할할 배열입니다.</param>
1364       <param name="loadBalance">만들어진 파티셔너가 파티션 간에 부하를 정적으로 분산하는 것이 아니라 동적으로 분산시켜야 하는지 여부를 나타내는 부울 값입니다.</param>
1365       <typeparam name="TSource">소스 배열에 있는 요소의 형식입니다.</typeparam>
1366     </member>
1367     <member name="T:System.Collections.Concurrent.Partitioner`1">
1368       <summary>데이터 소스를 여러 개의 파티션으로 분할하는 특정 방법을 나타냅니다.</summary>
1369       <typeparam name="TSource">컬렉션에 있는 요소의 형식입니다.</typeparam>
1370     </member>
1371     <member name="M:System.Collections.Concurrent.Partitioner`1.#ctor">
1372       <summary>새 파티셔너 인스턴스를 만듭니다.</summary>
1373     </member>
1374     <member name="M:System.Collections.Concurrent.Partitioner`1.GetDynamicPartitions">
1375       <summary>기본 컬렉션을 여러 파티션으로 분할할 수 있는 개체를 만듭니다.</summary>
1376       <returns>내부 데이터 소스에 대한 파티션을 만들 수 있는 개체입니다.</returns>
1377       <exception cref="T:System.NotSupportedException">동적 분할은 기본 클래스에서 지원되지 않습니다.파생 클래스에서 구현해야 합니다.</exception>
1378     </member>
1379     <member name="M:System.Collections.Concurrent.Partitioner`1.GetPartitions(System.Int32)">
1380       <summary>기본 컬렉션을 지정된 개수의 파티션으로 분할합니다.</summary>
1381       <returns>
1382         <paramref name="partitionCount" /> 열거자가 포함된 목록입니다.</returns>
1383       <param name="partitionCount">만들 파티션의 수입니다.</param>
1384     </member>
1385     <member name="P:System.Collections.Concurrent.Partitioner`1.SupportsDynamicPartitions">
1386       <summary>추가 파티션을 동적으로 만들 수 있는지 여부를 가져옵니다.</summary>
1387       <returns>
1388         <see cref="T:System.Collections.Concurrent.Partitioner`1" />에서 요청을 받은 경우 동적으로 파티션을 만들 수 있으면 true이고, <see cref="T:System.Collections.Concurrent.Partitioner`1" />에서 정적으로만 파티션을 할당할 수 있으면 false입니다.</returns>
1389     </member>
1390   </members>
1391 </doc>