Skip to content

Commit d3d4b0f

Browse files
MSDN-WhiteKnightRon Petrusha
authored andcommitted
Update Configuration.xml (#2350)
* Update Configuration.xml update GetSection and GetSectionGroup return value information * Apply suggestions from code review Co-Authored-By: MSDN-WhiteKnight <[email protected]>
1 parent 86df335 commit d3d4b0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Configuration/Configuration.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
<param name="sectionName">The path to the section to be returned.</param>
336336
<param name="path">The path to the section to be returned.</param>
337337
<summary>Returns the specified <see cref="T:System.Configuration.ConfigurationSection" /> object.</summary>
338-
<returns>The specified <see cref="T:System.Configuration.ConfigurationSection" /> object.</returns>
338+
<returns>The specified <see cref="T:System.Configuration.ConfigurationSection" /> object, or <see langword="null" /> if the requested section does not exist.</returns>
339339
<remarks>
340340
<format type="text/markdown"><![CDATA[
341341
@@ -390,7 +390,7 @@
390390
<param name="sectionGroupName">The path name of the <see cref="T:System.Configuration.ConfigurationSectionGroup" /> to return.</param>
391391
<param name="path">The path name of the <see cref="T:System.Configuration.ConfigurationSectionGroup" /> to return.</param>
392392
<summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSectionGroup" /> object.</summary>
393-
<returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup" /> specified.</returns>
393+
<returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup" /> specified, or <see langword="null" /> if the requested section group does not exist.</returns>
394394
<remarks>
395395
<format type="text/markdown"><![CDATA[
396396
@@ -1072,4 +1072,4 @@
10721072
</Docs>
10731073
</Member>
10741074
</Members>
1075-
</Type>
1075+
</Type>

0 commit comments

Comments
 (0)