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.
2 parents ed13070 + 1b6d3f6 commit 0ed967eCopy full SHA for 0ed967e
xml/Microsoft.Extensions.Configuration/IConfiguration.xml
@@ -114,7 +114,9 @@
114
<summary>Gets a configuration sub-section with the specified key.</summary>
115
<returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" />.</returns>
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.</remarks>
+ an empty <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" /> will be returned.
118
+
119
+ 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