File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
xml/Microsoft.Extensions.Configuration Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 114
114
<summary >Gets a configuration sub-section with the specified key.</summary >
115
115
<returns >The <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationSection" />.</returns >
116
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 >
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 >
118
120
</Docs >
119
121
</Member >
120
122
<Member MemberName =" Item" >
You can’t perform that action at this time.
0 commit comments