Skip to content

Commit cf971ca

Browse files
committed
System.Collections.Concurrent
1 parent ef19a53 commit cf971ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@
14161416
<Docs>
14171417
<summary>Gets a collection containing the keys in the <see cref="T:System.Collections.Generic.Dictionary`2" />.</summary>
14181418
<value>A collection of keys in the <see cref="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 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />.</remarks>
14201420
<related type="Article" href="/dotnet/standard/collections/thread-safe/">Thread-Safe Collections</related>
14211421
<related type="Article" href="/dotnet/standard/collections/thread-safe/how-to-add-and-remove-items">How to: Add and Remove Items from a ConcurrentDictionary</related>
14221422
</Docs>
@@ -3003,7 +3003,7 @@ The key is compared using the dictionary's comparer (or the default comparer for
30033003
<Docs>
30043004
<summary>Gets a collection that contains the values in the <see cref="T:System.Collections.Generic.Dictionary`2" />.</summary>
30053005
<value>A collection that contains the values in the <see cref="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 <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" />.</remarks>
30073007
<related type="Article" href="/dotnet/standard/collections/thread-safe/">Thread-Safe Collections</related>
30083008
<related type="Article" href="/dotnet/standard/collections/thread-safe/how-to-add-and-remove-items">How to: Add and Remove Items from a ConcurrentDictionary</related>
30093009
</Docs>

0 commit comments

Comments
 (0)