|
351 | 351 | <Parameter Name="capacity" Type="System.Int32" />
|
352 | 352 | </Parameters>
|
353 | 353 | <Docs>
|
354 |
| - <param name="concurrencyLevel">The estimated number of threads that will update the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> concurrently.</param> |
| 354 | + <param name="concurrencyLevel">The estimated number of threads that will update the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> concurrently, or in .NET 8+ only, -1 to indicate the default concurrency level.</param> |
355 | 355 | <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> can contain.</param>
|
356 | 356 | <summary>Initializes a new instance of the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> class that is empty, has the specified concurrency level and capacity, and uses the default comparer for the key type.</summary>
|
357 | 357 | <remarks>To be added.</remarks>
|
|
400 | 400 | <Parameter Name="comparer" Type="System.Collections.Generic.IEqualityComparer<TKey>" />
|
401 | 401 | </Parameters>
|
402 | 402 | <Docs>
|
403 |
| - <param name="concurrencyLevel">The estimated number of threads that will update the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> concurrently.</param> |
| 403 | + <param name="concurrencyLevel">The estimated number of threads that will update the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> concurrently, or in .NET 8+ only, -1 to indicate the default concurrency level.</param> |
404 | 404 | <param name="collection">The <see cref="T:System.Collections.Generic.IEnumerable`1" /> whose elements are copied to the new <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />.</param>
|
405 | 405 | <param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys.</param>
|
406 | 406 | <summary>Initializes a new instance of the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.IEnumerable" />, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</summary>
|
|
450 | 450 | <Parameter Name="comparer" Type="System.Collections.Generic.IEqualityComparer<TKey>" />
|
451 | 451 | </Parameters>
|
452 | 452 | <Docs>
|
453 |
| - <param name="concurrencyLevel">The estimated number of threads that will update the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> concurrently.</param> |
| 453 | + <param name="concurrencyLevel">The estimated number of threads that will update the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> concurrently, or in .NET 8+ only, -1 to indicate the default concurrency level.</param> |
454 | 454 | <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> can contain.</param>
|
455 | 455 | <param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys.</param>
|
456 | 456 | <summary>Initializes a new instance of the <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> class that is empty, has the specified concurrency level, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</summary>
|
|
0 commit comments