Skip to content

Commit 0ed967e

Browse files
authored
Merge pull request #7363 from Narick9/patch-1
Update IConfiguration.xml
2 parents ed13070 + 1b6d3f6 commit 0ed967e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/Microsoft.Extensions.Configuration/IConfiguration.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@
114114
<summary>Gets a configuration sub-section with the specified key.</summary>
115115
<returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" />.</returns>
116116
<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>
117+
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>
118120
</Docs>
119121
</Member>
120122
<Member MemberName="Item">

0 commit comments

Comments
 (0)