Skip to content

Commit 6f39263

Browse files
Update IConfiguration.xml
Add a additional remark paragraph
1 parent d88edb1 commit 6f39263

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 sub-subsection by passing "section1:section2:section.." as key parameter</remarks>
118120
</Docs>
119121
</Member>
120122
<Member MemberName="Item">

0 commit comments

Comments
 (0)