Skip to content

Commit 49f6f10

Browse files
carlossanlopRon Petrusha
andcommitted
Document System.Collections.Generic.IAsyncEnumera* and System.Drawing.Design.BitmapEditor (#2797)
* Document System.Collections.Generic.IAsyncEnumera* and System.Drawing.Design.BitmapEditor * suggestions by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]>
1 parent da537ea commit 49f6f10

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

xml/System.Collections.Generic/IAsyncEnumerable`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</TypeParameters>
2626
<Interfaces />
2727
<Docs>
28-
<typeparam name="T">To be added.</typeparam>
28+
<typeparam name="T">The type of the elements in the collection.</typeparam>
2929
<summary>Exposes an enumerator that provides asynchronous iteration over values of a specified type.</summary>
3030
<remarks>To be added.</remarks>
3131
</Docs>

xml/System.Collections.Generic/IAsyncEnumerator`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</Interface>
3030
</Interfaces>
3131
<Docs>
32-
<typeparam name="T">To be added.</typeparam>
32+
<typeparam name="T">The type of the elements in the collection.</typeparam>
3333
<summary>Supports a simple asynchronous iteration over a generic collection.</summary>
3434
<remarks>To be added.</remarks>
3535
</Docs>

xml/System.Drawing.Design/BitmapEditor.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<ReturnType>System.Collections.Generic.List&lt;System.String&gt;</ReturnType>
9898
</ReturnValue>
9999
<Docs>
100-
<summary>To be added.</summary>
100+
<summary>Provides the list of default file extensions used to filter the file list.</summary>
101101
<remarks>To be added.</remarks>
102102
</Docs>
103103
</Member>
@@ -195,4 +195,4 @@
195195
</Docs>
196196
</Member>
197197
</Members>
198-
</Type>
198+
</Type>

0 commit comments

Comments
 (0)