diff --git a/xml/System.Collections.Concurrent/ConcurrentDictionary`2+AlternateLookup`1.xml b/xml/System.Collections.Concurrent/ConcurrentDictionary`2+AlternateLookup`1.xml
index 9d4fbcec8f0..b1fc4e7d9bb 100644
--- a/xml/System.Collections.Concurrent/ConcurrentDictionary`2+AlternateLookup`1.xml
+++ b/xml/System.Collections.Concurrent/ConcurrentDictionary`2+AlternateLookup`1.xml
@@ -176,7 +176,8 @@
otherwise, the default value for the type of the value parameter.
Gets the value associated with the specified alternate key.
- To be added.
+
+ if an entry was found; otherwise, .
To be added.
is .
@@ -213,7 +214,8 @@
otherwise, the default value for the type of the value parameter.
Gets the value associated with the specified alternate key.
- To be added.
+
+ if an entry was found; otherwise, .
To be added.
is .
diff --git a/xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml b/xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml
index 4e2f31eb635..d73132de058 100644
--- a/xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml
+++ b/xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml
@@ -2704,11 +2704,18 @@ This member is an explicit interface member implementation. It can be used only
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The alternate type of a key for performing lookups.
+ The created lookup instance when the method returns , or a default instance that should not be used if the method returns .
+
+ Gets an instance of a type that may be used to perform operations on a
+ using a as a key instead of a .
+
+
+ if a lookup could be created; otherwise, .
+
+ This instance must be using a comparer that implements with
+ and . If it doesn't, the method will return .
+
diff --git a/xml/System.Collections.Frozen/FrozenDictionary`2+AlternateLookup`1.xml b/xml/System.Collections.Frozen/FrozenDictionary`2+AlternateLookup`1.xml
index dabf7845286..94eb94600dd 100644
--- a/xml/System.Collections.Frozen/FrozenDictionary`2+AlternateLookup`1.xml
+++ b/xml/System.Collections.Frozen/FrozenDictionary`2+AlternateLookup`1.xml
@@ -157,7 +157,8 @@
otherwise, the default value for the type of the value parameter.
Gets the value associated with the specified alternate key.
- To be added.
+
+ if an entry was found; otherwise, .
To be added.
is .
diff --git a/xml/System.Collections.Frozen/FrozenDictionary`2.xml b/xml/System.Collections.Frozen/FrozenDictionary`2.xml
index 5b3c8c03a83..b1ec85ac651 100644
--- a/xml/System.Collections.Frozen/FrozenDictionary`2.xml
+++ b/xml/System.Collections.Frozen/FrozenDictionary`2.xml
@@ -1221,11 +1221,18 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The alternate type of a key for performing lookups.
+ The created lookup instance when the method returns , or a default instance that should not be used if the method returns .
+
+ Gets an instance of a type that may be used to perform operations on a
+ using a as a key instead of a .
+
+
+ if a lookup could be created; otherwise, .
+
+ This instance must be using a comparer that implements with
+ and . If it doesn't, the method will return .
+
@@ -1263,8 +1270,7 @@
The key of the value to get.
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of .
Gets the value associated with the specified key.
-
- if the dictionary contains an element with the specified key; otherwise, .
+ if the dictionary contains an element with the specified key; otherwise, .
To be added.
diff --git a/xml/System.Collections.Frozen/FrozenSet`1.xml b/xml/System.Collections.Frozen/FrozenSet`1.xml
index 586ca878080..d3eda2433f1 100644
--- a/xml/System.Collections.Frozen/FrozenSet`1.xml
+++ b/xml/System.Collections.Frozen/FrozenSet`1.xml
@@ -962,11 +962,18 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The alternate type of a key for performing lookups.
+ The created lookup instance when the method returns , or a default instance that should not be used if the method returns .
+
+ Gets an instance of a type that may be used to perform operations on a
+ using a instead of a .
+
+
+ if a lookup could be created; otherwise, .
+
+ This instance must be using a comparer that implements with
+ and . If it doesn't, the method will return .
+
diff --git a/xml/System.Collections.Generic/OrderedDictionary`2+KeyCollection.xml b/xml/System.Collections.Generic/OrderedDictionary`2+KeyCollection.xml
index 551a6db7562..e268bb3b9d4 100644
--- a/xml/System.Collections.Generic/OrderedDictionary`2+KeyCollection.xml
+++ b/xml/System.Collections.Generic/OrderedDictionary`2+KeyCollection.xml
@@ -97,7 +97,7 @@
- To be added.
+ They key to the location in the collection.
Determines whether the contains a specific value.
if is found in the ; otherwise, .
diff --git a/xml/System.Linq/Enumerable.xml b/xml/System.Linq/Enumerable.xml
index 34c475eb5a9..8740ee6b85f 100644
--- a/xml/System.Linq/Enumerable.xml
+++ b/xml/System.Linq/Enumerable.xml
@@ -393,17 +393,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the elements of .
+ The type of the key returned by .
+ The type of the accumulator value.
+ An to aggregate over.
+ A function to extract the key for each element.
+ A factory for the initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An to compare keys with.
+ Applies an accumulator function over a sequence, grouping results by key.
+ An enumerable containing the aggregates corresponding to each key deriving from .
+
+ This method is comparable to the methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.
+
@@ -466,17 +468,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the elements of .
+ The type of the key returned by .
+ The type of the accumulator value.
+ An to aggregate over.
+ A function to extract the key for each element.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An to compare keys with.
+ Applies an accumulator function over a sequence, grouping results by key.
+ An enumerable containing the aggregates corresponding to each key deriving from .
+
+ This method is comparable to the methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.
+
@@ -2893,13 +2897,13 @@ Each chunk except the last one will be of size `size`. The last chunk will conta
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of elements of .
+ The type of the key returned by .
+ A sequence that contains elements to be counted.
+ A function to extract the key for each element.
+ An to compare keys with.
+ Returns the count of elements in the source sequence grouped by key.
+ An enumerable containing the frequencies of each key occurrence in .
To be added.
@@ -5677,7 +5681,7 @@ Only unique elements are returned.
The type of the elements of .
The source enumerable providing the elements.
Returns an enumerable that incorporates the element's index into a tuple.
- To be added.
+ An enumerable that incorporates each element index into a tuple.
To be added.
is .
diff --git a/xml/System.Linq/Queryable.xml b/xml/System.Linq/Queryable.xml
index 9dabc0bb05a..db212ff3c93 100644
--- a/xml/System.Linq/Queryable.xml
+++ b/xml/System.Linq/Queryable.xml
@@ -421,17 +421,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the elements of .
+ The type of the key returned by .
+ The type of the accumulator value.
+ An to aggregate over.
+ A function to extract the key for each element.
+ A factory for the initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An to compare keys with.
+ Applies an accumulator function over a sequence, grouping results by key.
+ An enumerable containing the aggregates corresponding to each key deriving from .
+
+ This method is comparable to the methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.
+
@@ -494,17 +496,19 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the elements of .
+ The type of the key returned by .
+ The type of the accumulator value.
+ An to aggregate over.
+ A function to extract the key for each element.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An to compare keys with.
+ Applies an accumulator function over a sequence, grouping results by key.
+ An enumerable containing the aggregates corresponding to each key deriving from .
+
+ This method is comparable to the methods where each grouping is being aggregated into a single value as opposed to allocating a collection for each group.
+
@@ -5834,7 +5838,7 @@ The last chunk will contain the remaining elements and may be of a smaller size.
The type of the elements of .
An to return an element from.
Return index and the associated item.
- To be added.
+ An enumerable that incorporates each element index into a tuple.
To be added.
is .