File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
xml/Microsoft.Extensions.Configuration Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 93
93
<param name =" providers" >The <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationProvider" />s for this configuration.</param >
94
94
<summary >Initializes a Configuration root with a list of providers.</summary >
95
95
<remarks >To be added.</remarks >
96
- <exception cref =" T:System.ArgumentNullException" >
97
- <paramref name =" providers" /> is <see langword =" null" />.</exception >
98
96
</Docs >
99
97
</Member >
100
98
<Member MemberName =" Dispose" >
236
234
<param name =" key" >The key of the configuration section.</param >
237
235
<summary >Gets a configuration sub-section with the specified key.</summary >
238
236
<returns >The <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationSection" />.</returns >
239
- <remarks >This method will never return <see langword =" null" />. If no matching sub-section is found with the specified key,
237
+ <remarks >This method will never return <see langword =" null" />. If no matching sub-section is found with the specified key,
240
238
an empty <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationSection" /> will be returned.</remarks >
241
239
</Docs >
242
240
</Member >
You can’t perform that action at this time.
0 commit comments