|
98 | 98 | <Parameters />
|
99 | 99 | <Docs>
|
100 | 100 | <summary>
|
101 |
| - <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para> |
102 |
| - <para>has the default initial capacity, and uses the default equality comparer for the key type.</para> |
| 101 | + <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.</para> |
103 | 102 | </summary>
|
104 | 103 | <remarks>To be added.</remarks>
|
105 | 104 | </Docs>
|
|
126 | 125 | <para>The initial order of the elements in the new collection is the order the elements are enumerated from the supplied dictionary.</para>
|
127 | 126 | </param>
|
128 | 127 | <summary>
|
129 |
| - <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from</para> |
130 |
| - <para>the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the default equality comparer for the key type.</para> |
| 128 | + <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the default equality comparer for the key type.</para> |
131 | 129 | </summary>
|
132 | 130 | <remarks>To be added.</remarks>
|
133 | 131 | <exception cref="T:System.ArgumentNullException">
|
|
196 | 194 | </Parameters>
|
197 | 195 | <Docs>
|
198 | 196 | <param name="comparer">
|
199 |
| - <para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para> |
200 |
| - <para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para> |
| 197 | + <para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para> |
201 | 198 | </param>
|
202 | 199 | <summary>
|
203 |
| - <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para> |
204 |
| - <para>has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para> |
| 200 | + <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para> |
205 | 201 | </summary>
|
206 | 202 | <remarks>To be added.</remarks>
|
207 | 203 | </Docs>
|
|
225 | 221 | <Docs>
|
226 | 222 | <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> can contain.</param>
|
227 | 223 | <summary>
|
228 |
| - <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para> |
229 |
| - <para>has the specified initial capacity, and uses the default equality comparer for the key type.</para> |
| 224 | + <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type.</para> |
230 | 225 | </summary>
|
231 | 226 | <remarks>To be added.</remarks>
|
232 | 227 | <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than 0.</exception>
|
|
262 | 257 | <para>The initial order of the elements in the new collection is the order the elements are enumerated from the supplied dictionary.</para>
|
263 | 258 | </param>
|
264 | 259 | <param name="comparer">
|
265 |
| - <para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para> |
266 |
| - <para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para> |
| 260 | + <para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para> |
267 | 261 | </param>
|
268 | 262 | <summary>
|
269 |
| - <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from</para> |
270 |
| - <para>the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para> |
| 263 | + <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para> |
271 | 264 | </summary>
|
272 | 265 | <remarks>To be added.</remarks>
|
273 | 266 | <exception cref="T:System.ArgumentNullException">
|
|
311 | 304 | <para>The initial order of the elements in the new collection is the order the elements are enumerated from the supplied collection.</para>
|
312 | 305 | </param>
|
313 | 306 | <param name="comparer">
|
314 |
| - <para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para> |
315 |
| - <para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para> |
| 307 | + <para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para> |
316 | 308 | </param>
|
317 | 309 | <summary>
|
318 |
| - <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied</para> |
319 |
| - <para>from the specified <see cref="T:System.Collections.Generic.IEnumerable`1" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para> |
| 310 | + <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IEnumerable`1" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para> |
320 | 311 | </summary>
|
321 | 312 | <remarks>To be added.</remarks>
|
322 | 313 | <exception cref="T:System.ArgumentNullException">
|
|
350 | 341 | <Docs>
|
351 | 342 | <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> can contain.</param>
|
352 | 343 | <param name="comparer">
|
353 |
| - <para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para> |
354 |
| - <para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para> |
| 344 | + <para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para> |
355 | 345 | </param>
|
356 | 346 | <summary>
|
357 |
| - <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para> |
358 |
| - <para>has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para> |
| 347 | + <para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para> |
359 | 348 | </summary>
|
360 | 349 | <remarks>To be added.</remarks>
|
361 | 350 | <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than 0.</exception>
|
|
0 commit comments