Skip to content

Commit 7f94e3f

Browse files
committed
Update ConfigurationRoot.xml (correctly now?)
1 parent 2ce2231 commit 7f94e3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
<param name="providers">The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" />s for this configuration.</param>
9494
<summary>Initializes a Configuration root with a list of providers.</summary>
9595
<remarks>To be added.</remarks>
96+
<exception cref="T:System.ArgumentNullException">
97+
<paramref name="providers" /> is <see langword="null" />.</exception>
9698
</Docs>
9799
</Member>
98100
<Member MemberName="Dispose">
@@ -234,7 +236,7 @@
234236
<param name="key">The key of the configuration section.</param>
235237
<summary>Gets a configuration sub-section with the specified key.</summary>
236238
<returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" />.</returns>
237-
<remarks>This method will never return <see langword="null" />. If no matching sub-section is found with the specified key,
239+
<remarks>This method will never return <see langword="null" />. If no matching sub-section is found with the specified key,
238240
an empty <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> will be returned.</remarks>
239241
</Docs>
240242
</Member>

0 commit comments

Comments
 (0)