Skip to content

Commit 9da4fa5

Browse files
authored
Merge pull request #2300 from dotnet/jkotas-patch-1
Update AssemblyLoadContext.xml
2 parents afe5dbc + 5b54269 commit 9da4fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Runtime.Loader/AssemblyLoadContext.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ This constructor is protected. It can only be called from the <xref:System.Runti
220220
<Docs>
221221
<param name="assembly">An assembly.</param>
222222
<summary>Gets the <see cref="T:System.Runtime.Loader.AssemblyLoadContext" /> containing the specified <see cref="T:System.Reflection.Assembly" />.</summary>
223-
<returns>The assembly load context containing the <paramref name="assembly" />.</returns>
223+
<returns>The assembly load context containing the <paramref name="assembly" />. If the <paramref name="assembly" /> is not provided by the runtime, this method returns null.</returns>
224224
<remarks>To be added.</remarks>
225225
<exception cref="T:System.ArgumentNullException">
226226
<paramref name="assembly" /> is <see langword="null" />.</exception>
@@ -774,4 +774,4 @@ This constructor is protected. It can only be called from the <xref:System.Runti
774774
</Docs>
775775
</Member>
776776
</Members>
777-
</Type>
777+
</Type>

0 commit comments

Comments
 (0)