diff --git a/xml/System.Collections.ObjectModel/KeyedCollection`2.xml b/xml/System.Collections.ObjectModel/KeyedCollection`2.xml index 432469156b3..160881f3b3f 100644 --- a/xml/System.Collections.ObjectModel/KeyedCollection`2.xml +++ b/xml/System.Collections.ObjectModel/KeyedCollection`2.xml @@ -1122,11 +1122,12 @@ - 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 .