From 34a33035f9a7cdaa05f3636b96cbf9227b70f613 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Lopez Date: Fri, 1 Nov 2019 18:25:18 -0700 Subject: [PATCH 1/2] Document TryGetValue from System.Collections.ObjectModel.KeyedCollection --- .../KeyedCollection`2.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xml/System.Collections.ObjectModel/KeyedCollection`2.xml b/xml/System.Collections.ObjectModel/KeyedCollection`2.xml index 432469156b3..4230fc5df24 100644 --- a/xml/System.Collections.ObjectModel/KeyedCollection`2.xml +++ b/xml/System.Collections.ObjectModel/KeyedCollection`2.xml @@ -1122,12 +1122,13 @@ - To be added. - To be added. - To be added. - To be added. + The key of the item to search in the collection. + When this method returns , the item from the collection that matches the provided key; when this method returns , the value for the type of the collection. + Tries to get an item from the collection using the specified key. + if an item for the specified key was found in the collection; otherwise. To be added. + is . - + \ No newline at end of file From 12c2ec37e100720a680fa4943729842079fa9a16 Mon Sep 17 00:00:00 2001 From: Andy De George <2672110+Thraka@users.noreply.github.com> Date: Tue, 5 Nov 2019 10:33:36 -0800 Subject: [PATCH 2/2] Update KeyedCollection`2.xml --- xml/System.Collections.ObjectModel/KeyedCollection`2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Collections.ObjectModel/KeyedCollection`2.xml b/xml/System.Collections.ObjectModel/KeyedCollection`2.xml index 4230fc5df24..160881f3b3f 100644 --- a/xml/System.Collections.ObjectModel/KeyedCollection`2.xml +++ b/xml/System.Collections.ObjectModel/KeyedCollection`2.xml @@ -1125,10 +1125,10 @@ The key of the item to search in the collection. When this method returns , the item from the collection that matches the provided key; when this method returns , the value for the type of the collection. Tries to get an item from the collection using the specified key. - if an item for the specified key was found in the collection; otherwise. + if an item for the specified key was found in the collection; otherwise, . To be added. is . - \ No newline at end of file +