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
Copy file name to clipboardExpand all lines: xml/System/AppDomainSetup.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -848,7 +848,7 @@
848
848
<ReturnType>System.Boolean</ReturnType>
849
849
</ReturnValue>
850
850
<Docs>
851
-
<summary>Gets or sets a value that indicates whether the [<publisherPolicy>](/dotnet/framework/configure-apps/file-schema/runtime/publisherpolicy-element) section of the configuration file is applied to an application domain.</summary>
851
+
<summary>Gets or sets a value that indicates whether the <see href="/dotnet/framework/configure-apps/file-schema/runtime/publisherpolicy-element"><publisherPolicy></see> section of the configuration file is applied to an application domain.</summary>
852
852
<value>
853
853
<seelangword="true" /> if the <seelangword="<publisherPolicy>" /> section of the configuration file for an application domain is ignored; <seelangword="false" /> if the declared publisher policy is honored.</value>
Copy file name to clipboardExpand all lines: xml/System/Char.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9009,7 +9009,7 @@ This member is an explicit interface member implementation. It can be used only
9009
9009
]]></format>
9010
9010
</remarks>
9011
9011
<block subset="none" type="usage">
9012
-
<para>As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling character-casing and string-casing methods that substitute default values. Instead, you should call methods that require parameters to be explicitly specified. To convert a character to lowercase by using the casing conventions of the current culture, call the <see cref="M:System.Char.ToLower(System.Char,System.Globalization.CultureInfo)" /> method overload with a value of <see cref="P:System.Globalization.CultureInfo.CurrentCulture" /> for its <paramref name="culture" /> parameter.</para>
9012
+
<para>As explained in <see href="/dotnet/standard/base-types/best-practices-strings">Best Practices for Using Strings</see>, we recommend that you avoid calling character-casing and string-casing methods that substitute default values. Instead, you should call methods that require parameters to be explicitly specified. To convert a character to lowercase by using the casing conventions of the current culture, call the <see cref="M:System.Char.ToLower(System.Char,System.Globalization.CultureInfo)" /> method overload with a value of <see cref="P:System.Globalization.CultureInfo.CurrentCulture" /> for its <paramref name="culture" /> parameter.</para>
@@ -9448,7 +9448,7 @@ This member is an explicit interface member implementation. It can be used only
9448
9448
]]></format>
9449
9449
</remarks>
9450
9450
<block subset="none" type="usage">
9451
-
<para>As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling character-casing and string-casing methods that substitute default values. Instead, you should call methods that require parameters to be explicitly specified. To convert a character to uppercase by using the casing conventions of the current culture, call the <see cref="M:System.Char.ToUpper(System.Char,System.Globalization.CultureInfo)" /> method overload with a value of <see cref="P:System.Globalization.CultureInfo.CurrentCulture" /> for its <paramref name="culture" /> parameter.</para>
9451
+
<para>As explained in <see href="/dotnet/standard/base-types/best-practices-strings">Best Practices for Using Strings</see>, we recommend that you avoid calling character-casing and string-casing methods that substitute default values. Instead, you should call methods that require parameters to be explicitly specified. To convert a character to uppercase by using the casing conventions of the current culture, call the <see cref="M:System.Char.ToUpper(System.Char,System.Globalization.CultureInfo)" /> method overload with a value of <see cref="P:System.Globalization.CultureInfo.CurrentCulture" /> for its <paramref name="culture" /> parameter.</para>
Copy file name to clipboardExpand all lines: xml/System/Console.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5377,7 +5377,7 @@ This method can be used to reacquire the standard output stream after it has bee
5377
5377
<paramrefname="format" /> or <paramrefname="arg" /> is <seelangword="null" />.</exception>
5378
5378
<exceptioncref="T:System.FormatException">The format specification in <paramrefname="format" /> is invalid.</exception>
5379
5379
<blocksubset="none"type="usage">
5380
-
<para>This method is not called by C++ code. The C++ compiler resolves calls to [System.Console.Write](xref:System.Console.Write*) that include a string and a list of four or more object parameters as a call to <seecref="M:System.Console.Write(System.String,System.Object,System.Object,System.Object,System.Object)" />. It resolves calls to [System.Console.Write](xref:System.Console.Write*) that include a string and an object array as a call to <seecref="M:System.Console.Write(System.String,System.Object)" />.</para>
5380
+
<para>This method is not called by C++ code. The C++ compiler resolves calls to <see href="xref:System.Console.Write*">System.Console.Write</see> that include a string and a list of four or more object parameters as a call to <seecref="M:System.Console.Write(System.String,System.Object,System.Object,System.Object,System.Object)" />. It resolves calls to <see href="xref:System.Console.Write*">System.Console.Write</see> that include a string and an object array as a call to <seecref="M:System.Console.Write(System.String,System.Object)" />.</para>
5381
5381
</block>
5382
5382
<altmembercref="M:System.Console.Read" />
5383
5383
<altmembercref="M:System.Console.ReadLine" />
@@ -6946,7 +6946,7 @@ This method can be used to reacquire the standard output stream after it has bee
6946
6946
<paramrefname="format" /> or <paramrefname="arg" /> is <seelangword="null" />.</exception>
6947
6947
<exceptioncref="T:System.FormatException">The format specification in <paramrefname="format" /> is invalid.</exception>
6948
6948
<blocksubset="none"type="usage">
6949
-
<para>This method is not called by C++ code. The C++ compiler resolves calls to [System.Console.WriteLine](xref:System.Console.WriteLine*) that include a string and a list of four or more object parameters as a call to <seecref="M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object,System.Object)" />. It resolves calls to [System.Console.WriteLine](xref:System.Console.WriteLine*) that include a string and an object array as a call to <seecref="M:System.Console.WriteLine(System.String,System.Object)" />.</para>
6949
+
<para>This method is not called by C++ code. The C++ compiler resolves calls to <see href="xref:System.Console.WriteLine*">System.Console.WriteLine</see> that include a string and a list of four or more object parameters as a call to <seecref="M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object,System.Object)" />. It resolves calls to <see href="xref:System.Console.WriteLine*">System.Console.WriteLine</see> that include a string and an object array as a call to <seecref="M:System.Console.WriteLine(System.String,System.Object)" />.</para>
6950
6950
</block>
6951
6951
<altmembercref="M:System.Console.Read" />
6952
6952
<altmembercref="M:System.Console.ReadLine" />
@@ -7407,4 +7407,4 @@ This method can be used to reacquire the standard output stream after it has bee
Copy file name to clipboardExpand all lines: xml/System/DateTime.xml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5729,7 +5729,7 @@ You can also download a complete set of `DateTime.Parse` examples, which are inc
5729
5729
<Parameter Name="s" Type="System.String" />
5730
5730
</Parameters>
5731
5731
<Docs>
5732
-
<param name="s">A string that contains a date and time to convert. See [The string to parse](#StringToParse) for more information.</param>
5732
+
<param name="s">A string that contains a date and time to convert. See <see href="#StringToParse">The string to parse</see> for more information.</param>
5733
5733
<summary>Converts the string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using the conventions of the current culture.</summary>
5734
5734
<returns>An object that is equivalent to the date and time contained in <paramref name="s" />.</returns>
5735
5735
<remarks>
@@ -5884,8 +5884,8 @@ It handles the <xref:System.FormatException> exception that is thrown when the m
5884
5884
</Parameter>
5885
5885
</Parameters>
5886
5886
<Docs>
5887
-
<param name="s">A string that contains a date and time to convert. See [The string to parse](#StringToParse) for more information.</param>
5888
-
<param name="provider">An object that supplies culture-specific format information about <paramref name="s" />. See [Parsing and cultural conventions](#Culture)</param>
5887
+
<param name="s">A string that contains a date and time to convert. See <see href="#StringToParse">The string to parse</see> for more information.</param>
5888
+
<param name="provider">An object that supplies culture-specific format information about <paramref name="s" />. See <see href="#Culture">Parsing and cultural conventions</see></param>
5889
5889
<summary>Converts the string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using culture-specific format information.</summary>
5890
5890
<returns>An object that is equivalent to the date and time contained in <paramref name="s" /> as specified by <paramref name="provider" />.</returns>
5891
5891
<remarks>
@@ -5966,8 +5966,8 @@ The following example parses an array of date strings by using the conventions o
<param name="s">The memory span that contains the string to parse. See [The string to parse](#StringToParse) for more information.</param>
5970
-
<param name="provider">An object that supplies culture-specific format information about <paramref name="s" />. See [Parsing and cultural conventions](#Culture)</param>
5969
+
<param name="s">The memory span that contains the string to parse. See <see href="#StringToParse">The string to parse</see> for more information.</param>
5970
+
<param name="provider">An object that supplies culture-specific format information about <paramref name="s" />. See <see href="#Culture">Parsing and cultural conventions</see></param>
5971
5971
<param name="styles">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" /> for the parse operation to succeed, and that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
5972
5972
<summary>Converts a memory span that contains string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using culture-specific format information and a formatting style.</summary>
5973
5973
<returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="provider" /> and <paramref name="styles" />.</returns>
@@ -6036,8 +6036,8 @@ The following example parses an array of date strings by using the conventions o
<param name="s">A string that contains a date and time to convert. See [The string to parse](#StringToParse) for more information.</param>
6040
-
<param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />. See [Parsing and cultural conventions](#Culture)</param>
6039
+
<param name="s">A string that contains a date and time to convert. See <see href="#StringToParse">The string to parse</see> for more information.</param>
6040
+
<param name="provider">An object that supplies culture-specific formatting information about <paramref name="s" />. See <see href="#Culture">Parsing and cultural conventions</see></param>
6041
6041
<param name="styles">A bitwise combination of the enumeration values that indicates the style elements that can be present in <paramref name="s" /> for the parse operation to succeed, and that defines how to interpret the parsed date in relation to the current time zone or the current date. A typical value to specify is <see cref="F:System.Globalization.DateTimeStyles.None" />.</param>
6042
6042
<summary>Converts the string representation of a date and time to its <see cref="T:System.DateTime" /> equivalent by using culture-specific format information and a formatting style.</summary>
6043
6043
<returns>An object that is equivalent to the date and time contained in <paramref name="s" />, as specified by <paramref name="provider" /> and <paramref name="styles" />.</returns>
@@ -10480,4 +10480,4 @@ The following example illustrates the <xref:System.DateTime.TryParse%28System.St
0 commit comments