From d924089afac5811ff7318e5cbfb68cbdd4d4ef58 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Mon, 22 Jul 2019 16:15:47 -0700 Subject: [PATCH 1/2] Document System.Collections.Generic.IAsyncEnumera* and System.Drawing.Design.BitmapEditor --- xml/System.Collections.Generic/IAsyncEnumerable`1.xml | 2 +- xml/System.Collections.Generic/IAsyncEnumerator`1.xml | 2 +- xml/System.Drawing.Design/BitmapEditor.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/System.Collections.Generic/IAsyncEnumerable`1.xml b/xml/System.Collections.Generic/IAsyncEnumerable`1.xml index 0135dfa937b..6cc39f7f0e6 100644 --- a/xml/System.Collections.Generic/IAsyncEnumerable`1.xml +++ b/xml/System.Collections.Generic/IAsyncEnumerable`1.xml @@ -22,7 +22,7 @@ - To be added. + The type of the elements in the collection. Exposes an enumerator that provides asynchronous iteration over values of a specified type. To be added. diff --git a/xml/System.Collections.Generic/IAsyncEnumerator`1.xml b/xml/System.Collections.Generic/IAsyncEnumerator`1.xml index 151c70b5d25..672e005a80f 100644 --- a/xml/System.Collections.Generic/IAsyncEnumerator`1.xml +++ b/xml/System.Collections.Generic/IAsyncEnumerator`1.xml @@ -26,7 +26,7 @@ - To be added. + The type of the elements in the collection. Supports a simple asynchronous iteration over a generic collection. To be added. diff --git a/xml/System.Drawing.Design/BitmapEditor.xml b/xml/System.Drawing.Design/BitmapEditor.xml index 95a6d080407..2b99d6a1a6b 100644 --- a/xml/System.Drawing.Design/BitmapEditor.xml +++ b/xml/System.Drawing.Design/BitmapEditor.xml @@ -97,7 +97,7 @@ System.Collections.Generic.List<System.String> - To be added. + The list of default file extensions used to filter the file list. To be added. From d4a14af987dc8f08ac297ec2744a74f01e123a26 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com> Date: Tue, 23 Jul 2019 13:46:31 -0700 Subject: [PATCH 2/2] suggestions by rpetrusha Co-Authored-By: Ron Petrusha --- xml/System.Drawing.Design/BitmapEditor.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Drawing.Design/BitmapEditor.xml b/xml/System.Drawing.Design/BitmapEditor.xml index 2b99d6a1a6b..9d832e46d91 100644 --- a/xml/System.Drawing.Design/BitmapEditor.xml +++ b/xml/System.Drawing.Design/BitmapEditor.xml @@ -97,7 +97,7 @@ System.Collections.Generic.List<System.String> - The list of default file extensions used to filter the file list. + Provides the list of default file extensions used to filter the file list. To be added. @@ -195,4 +195,4 @@ - \ No newline at end of file +