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 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" >
You can’t perform that action at this time.
0 commit comments