We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f39263 commit 1b6d3f6Copy full SHA for 1b6d3f6
xml/Microsoft.Extensions.Configuration/IConfiguration.xml
@@ -116,7 +116,7 @@
116
<remarks>This method will never return <see langword="null" />. If no matching sub-section is found with the specified key,
117
an empty <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> will be returned.
118
119
- You can reach sub-subsection by passing "section1:section2:section.." as key parameter</remarks>
+ You can reach a sub-subsection by passing "section1:section2:section.." for <paramref name="key"/>.</remarks>
120
</Docs>
121
</Member>
122
<Member MemberName="Item">
0 commit comments