From fd89cde26953f96ede56525d0a9bc6a967907218 Mon Sep 17 00:00:00 2001 From: Edward Brey Date: Fri, 1 Nov 2019 17:08:33 -0500 Subject: [PATCH] Define group value order Documents that the grouping is stable. --- xml/System.Linq/Enumerable.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.Linq/Enumerable.xml b/xml/System.Linq/Enumerable.xml index 2df65139394..290a4d597a1 100644 --- a/xml/System.Linq/Enumerable.xml +++ b/xml/System.Linq/Enumerable.xml @@ -11623,7 +11623,7 @@ Only unique elements are returned. An to create a from. A function to extract a key from each element. Creates a from an according to a specified key selector function. - A that contains keys and values. + A that contains keys and values. The values within each group are in the same order as in . A function to extract a key from each element. An to compare keys. Creates a from an according to a specified key selector function and key comparer. - A that contains keys and values. + A that contains keys and values. The values within each group are in the same order as in . The to create a from. A function to extract a key from each element. Creates a from an according to a specified key selector function. - A that contains keys and values. + A that contains keys and values. The values within each group are in the same order as in . A function to extract a key from each element. An to compare keys. Creates a from an according to a specified key selector function and key comparer. - A that contains keys and values. + A that contains keys and values. The values within each group are in the same order as in .