You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1416,7 +1416,7 @@
1416
1416
<Docs>
1417
1417
<summary>Gets a collection containing the keys in the <seecref="T:System.Collections.Generic.Dictionary`2" />.</summary>
1418
1418
<value>A collection of keys in the <seecref="T:System.Collections.Generic.Dictionary`2" />.</value>
1419
-
<remarks>To be added.</remarks>
1419
+
<remarks>The property returns a copy of all the keys. It's not kept in sync with <seecref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />.</remarks>
<relatedtype="Article"href="/dotnet/standard/collections/thread-safe/how-to-add-and-remove-items">How to: Add and Remove Items from a ConcurrentDictionary</related>
1422
1422
</Docs>
@@ -3003,7 +3003,7 @@ The key is compared using the dictionary's comparer (or the default comparer for
3003
3003
<Docs>
3004
3004
<summary>Gets a collection that contains the values in the <seecref="T:System.Collections.Generic.Dictionary`2" />.</summary>
3005
3005
<value>A collection that contains the values in the <seecref="T:System.Collections.Generic.Dictionary`2" />.</value>
3006
-
<remarks>To be added.</remarks>
3006
+
<remarks>The property returns a copy of all the values. It's not kept in sync with <seecref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />.</remarks>
<relatedtype="Article"href="/dotnet/standard/collections/thread-safe/how-to-add-and-remove-items">How to: Add and Remove Items from a ConcurrentDictionary</related>
0 commit comments