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 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 >
96
98
</Docs >
97
99
</Member >
98
100
<Member MemberName =" Dispose" >
234
236
<param name =" key" >The key of the configuration section.</param >
235
237
<summary >Gets a configuration sub-section with the specified key.</summary >
236
238
<returns >The <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationSection" />.</returns >
237
- <remarks >This method will never return <see langword =" null" />. If no matching sub-section is found with the specified key,
239
+ <remarks >This method will never return <see langword =" null" />. If no matching sub-section is found with the specified key,
238
240
an empty <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationSection" /> will be returned.</remarks >
239
241
</Docs >
240
242
</Member >
You can’t perform that action at this time.
0 commit comments