Skip to content

Commit c53fc62

Browse files
committed
Clean up IEnumerable
1 parent 11b51e8 commit c53fc62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Runtime.Loader/AssemblyLoadContext.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ This constructor is protected. It can only be called from the <xref:System.Runti
176176
<ReturnType>System.Collections.Generic.IEnumerable&lt;System.Runtime.Loader.AssemblyLoadContext&gt;</ReturnType>
177177
</ReturnValue>
178178
<Docs>
179-
<summary>Returns an <see cref="T:System.Collections.Generic.IEnumerable`1" /> for all <see cref="T:System.Runtime.Loader.AssemblyLoadContext" /> instances.</summary>
180-
<value>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> for all <see cref="T:System.Runtime.Loader.AssemblyLoadContext" /> instances.</value>
179+
<summary>Returns a collection of all <see cref="T:System.Runtime.Loader.AssemblyLoadContext" /> instances.</summary>
180+
<value>A collection all <see cref="T:System.Runtime.Loader.AssemblyLoadContext" /> instances.</value>
181181
<remarks>To be added.</remarks>
182182
</Docs>
183183
</Member>
@@ -197,8 +197,8 @@ This constructor is protected. It can only be called from the <xref:System.Runti
197197
<ReturnType>System.Collections.Generic.IEnumerable&lt;System.Reflection.Assembly&gt;</ReturnType>
198198
</ReturnValue>
199199
<Docs>
200-
<summary>Returns an <see cref="T:System.Collections.Generic.IEnumerable`1" /> for the <see cref="T:System.Reflection.Assembly" /> instances loaded in the <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
201-
<value>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> for the <see cref="T:System.Reflection.Assembly" /> instances loaded in the <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</value>
200+
<summary>Returns a collection of the <see cref="T:System.Reflection.Assembly" /> instances loaded in the <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</summary>
201+
<value>A collection of the <see cref="T:System.Reflection.Assembly" /> instances loaded in the <see cref="T:System.Runtime.Loader.AssemblyLoadContext" />.</value>
202202
<remarks>To be added.</remarks>
203203
</Docs>
204204
</Member>

0 commit comments

Comments
 (0)