diff --git a/xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml b/xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml
index 6b559f579c5..6f6152a4ff9 100644
--- a/xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml
+++ b/xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml
@@ -700,8 +700,9 @@
System.Boolean
- To be added.
- To be added.
+ Gets a value that indicates whether the collection is read-only.
+
+ if the collection is read-only; otherwise, .
To be added.
@@ -730,8 +731,8 @@
System.Collections.Generic.ICollection<TKey>
- To be added.
- To be added.
+ Gets a collection containing the keys of the generic dictionary.
+ A collection containing the keys of the object that implements the generic dictionary.
To be added.
@@ -760,8 +761,8 @@
System.Collections.Generic.ICollection<TValue>
- To be added.
- To be added.
+ Gets a collection containing the values in the generic dictionary.
+ A collection containing the values in the object that implements the generic dictionary.
To be added.
@@ -790,8 +791,8 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through the collection.
+ An enumerator that can be used to iterate through the collection.
To be added.
diff --git a/xml/System.Collections.Immutable/ImmutableDictionary`2.xml b/xml/System.Collections.Immutable/ImmutableDictionary`2.xml
index fe7f6ffb75f..95e72ec2529 100644
--- a/xml/System.Collections.Immutable/ImmutableDictionary`2.xml
+++ b/xml/System.Collections.Immutable/ImmutableDictionary`2.xml
@@ -816,9 +816,9 @@
- To be added.
- To be added.
- To be added.
+ The object to use as the key of the element to add.
+ The object to use as the value of the element to add.
+ Adds an element with the provided key and value to the immutable dictionary.
To be added.
@@ -850,9 +850,9 @@
- To be added.
- To be added.
- To be added.
+ The type of the key.
+ Gets or sets the with the specified key.
+ An object of type associated with the .
To be added.
@@ -881,8 +881,8 @@
System.Collections.Generic.ICollection<TKey>
- To be added.
- To be added.
+ Gets the keys.
+ A collection containing the keys.
To be added.
@@ -913,9 +913,10 @@
- To be added.
- To be added.
- To be added.
+ The key of the element to remove.
+ Removes the element with the specified key from the generic dictionary.
+
+ if the element is successfully removed; otherwise, . This method also returns if was not found in the original generic dictionary.
To be added.
@@ -944,8 +945,8 @@
System.Collections.Generic.ICollection<TValue>
- To be added.
- To be added.
+ Gets the values.
+ A collection containing the values.
To be added.
@@ -974,8 +975,8 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through the collection.
+ An enumerator that can be used to iterate through the collection.
To be added.
@@ -1571,8 +1572,8 @@
- To be added.
- To be added.
+ Retrieves an empty dictionary that has the same ordering and key-value comparison rules as this dictionary instance.
+ The immutable dictionary instance.
To be added.
@@ -1704,9 +1705,9 @@
- To be added.
- To be added.
- To be added.
+ The key-value pairs to set on the map. Any keys that conflict with existing keys will replace the previous values.
+ Applies a given set of key-value pairs to an immutable dictionary, replacing any conflicting keys in the resulting dictionary.
+ A copy of the immutable dictionary with updated key-value pairs.
To be added.
diff --git a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Builder.xml b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Builder.xml
index 4c750f9892d..6af268bfd9b 100644
--- a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Builder.xml
+++ b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Builder.xml
@@ -676,8 +676,8 @@
System.Boolean
- To be added.
- To be added.
+ Gets a value that indicates whether this instance is read-only.
+ Always .
To be added.
diff --git a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2.xml b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2.xml
index 26725ba47e2..e84dc85b44d 100644
--- a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2.xml
+++ b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2.xml
@@ -798,9 +798,9 @@
- To be added.
- To be added.
- To be added.
+ The object to use as the key of the element to add.
+ The object to use as the value of the element to add.
+ Adds an element with the provided key and value to the generic dictionary.
To be added.
@@ -833,8 +833,8 @@
To be added.
- To be added.
- To be added.
+ Gets or sets the with the specified key.
+ An object of type associated with the .
To be added.
@@ -863,8 +863,8 @@
System.Collections.Generic.ICollection<TKey>
- To be added.
- To be added.
+ Gets the keys.
+ A collection containing the keys.
To be added.
@@ -895,9 +895,10 @@
- To be added.
- To be added.
- To be added.
+ The key of the element to remove.
+ Removes the element with the specified key from the generic dictionary.
+
+ if the element is successfully removed; otherwise, . This method also returns if was not found in the original generic dictionary.
To be added.
@@ -926,8 +927,8 @@
System.Collections.Generic.ICollection<TValue>
- To be added.
- To be added.
+ Gets the values.
+ A collection containing the values.
To be added.
@@ -956,8 +957,8 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through the collection.
+ An enumerator that can be used to iterate through the collection.
To be added.
@@ -1491,7 +1492,7 @@
To be added.
To be added.
To be added.
- To be added.
+ The instance.
To be added.
@@ -1524,7 +1525,7 @@
To be added.
To be added.
- To be added.
+ The instance.
To be added.
@@ -1554,7 +1555,7 @@
To be added.
- To be added.
+ The instance.
To be added.
@@ -1587,7 +1588,7 @@
To be added.
To be added.
- To be added.
+ The instance.
To be added.
@@ -1620,7 +1621,7 @@
To be added.
To be added.
- To be added.
+ The instance.
To be added.
@@ -1655,7 +1656,7 @@
To be added.
To be added.
To be added.
- To be added.
+ The instance.
To be added.
@@ -1686,9 +1687,9 @@
- To be added.
- To be added.
- To be added.
+ A set of key-value pairs to set on the map.
+ Applies a given set of key-value pairs to an immutable dictionary, replacing any conflicting keys in the resulting dictionary.
+ The instance.
To be added.