Skip to content

Commit 05e7765

Browse files
carlossanlopRon Petrusha
authored andcommitted
Missing returns from System.Reflection.MetadataLoadContext.LoadFromStream (#2965)
1 parent 1d39dcf commit 05e7765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Reflection/MetadataLoadContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Note that the behavior of this method matches the behavior of the <xref:System.R
312312
<Docs>
313313
<param name="assembly">A <see cref="T:System.IO.Stream" /> holding an assembly.</param>
314314
<summary>Loads an assembly from a stream and binds its assembly name to it in the <see cref="T:System.Reflection.MetadataLoadContext" />. If a prior assembly with the same name was already loaded into the <see cref="T:System.Reflection.MetadataLoadContext" />, the prior assembly will be returned.</summary>
315-
<returns>To be added.</returns>
315+
<returns>The loaded assembly.</returns>
316316
<remarks>
317317
<format type="text/markdown"><![CDATA[
318318

0 commit comments

Comments
 (0)