You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Configuration.xml
update GetSection and GetSectionGroup return value information
* Apply suggestions from code review
Co-Authored-By: MSDN-WhiteKnight <[email protected]>
<returns>The specified <seecref="T:System.Configuration.ConfigurationSection" /> object, or <seelangword="null" /> if the requested section does not exist.</returns>
339
339
<remarks>
340
340
<formattype="text/markdown"><![CDATA[
341
341
@@ -390,7 +390,7 @@
390
390
<paramname="sectionGroupName">The path name of the <seecref="T:System.Configuration.ConfigurationSectionGroup" /> to return.</param>
391
391
<paramname="path">The path name of the <seecref="T:System.Configuration.ConfigurationSectionGroup" /> to return.</param>
392
392
<summary>Gets the specified <seecref="T:System.Configuration.ConfigurationSectionGroup" /> object.</summary>
<returns>The <seecref="T:System.Configuration.ConfigurationSectionGroup" /> specified, or <seelangword="null" /> if the requested section group does not exist.</returns>
0 commit comments