Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up paramrefs (System namespace) #10184

Merged
merged 3 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions xml/System/Activator.xml

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions xml/System/AppDomain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ Application domains, which are represented by <xref:System.AppDomain> objects, h
]]></format>
</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
<paramref name="assemblyFile" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
<exception cref="T:System.TypeLoadException">The type cannot be loaded.</exception>
<exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
<exception cref="T:System.MissingMethodException">No public parameterless constructor was found.</exception>
Expand Down Expand Up @@ -1540,7 +1540,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
<exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
<exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
<exception cref="T:System.TypeLoadException">
<paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
<paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
<exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
<altmember cref="M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)" />
</Docs>
Expand Down Expand Up @@ -1641,7 +1641,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
<exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
<exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
<exception cref="T:System.TypeLoadException">
<paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
<paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
<exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
<altmember cref="M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)" />
</Docs>
Expand Down Expand Up @@ -1753,7 +1753,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
<exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
<exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
<exception cref="T:System.TypeLoadException">
<paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
<paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
<exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
<altmember cref="M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)" />
</Docs>
Expand Down Expand Up @@ -1849,7 +1849,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the

<paramref name="securityAttributes" /> is not <see langword="null" />. When legacy CAS policy is not enabled, <paramref name="securityAttributes" /> should be <see langword="null" /></exception>
<exception cref="T:System.TypeLoadException">
<paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
<paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
<exception cref="T:System.NullReferenceException">This instance is <see langword="null" />.</exception>
<altmember cref="M:System.Activator.CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)" />
</Docs>
Expand Down Expand Up @@ -1948,7 +1948,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
<paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
<exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
<exception cref="T:System.TypeLoadException">
<paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
<paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
<exception cref="T:System.IO.FileNotFoundException">
<paramref name="assemblyName" /> was not found.</exception>
<exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
Expand Down Expand Up @@ -2050,7 +2050,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
<paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
<exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
<exception cref="T:System.TypeLoadException">
<paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
<paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
<exception cref="T:System.IO.FileNotFoundException">
<paramref name="assemblyName" /> was not found.</exception>
<exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
Expand Down Expand Up @@ -2174,7 +2174,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
<paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
<exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
<exception cref="T:System.TypeLoadException">
<paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
<paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
<exception cref="T:System.IO.FileNotFoundException">
<paramref name="assemblyName" /> was not found.</exception>
<exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
Expand Down Expand Up @@ -2275,7 +2275,7 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
<paramref name="assemblyName" /> or <paramref name="typeName" /> is <see langword="null" />.</exception>
<exception cref="T:System.MissingMethodException">No matching constructor was found.</exception>
<exception cref="T:System.TypeLoadException">
<paramref name="typename" /> was not found in <paramref name="assemblyName" />.</exception>
<paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
<exception cref="T:System.IO.FileNotFoundException">
<paramref name="assemblyName" /> was not found.</exception>
<exception cref="T:System.MethodAccessException">The caller does not have permission to call this constructor.</exception>
Expand Down Expand Up @@ -3046,25 +3046,25 @@ This method overload uses the <xref:System.AppDomainSetup> information from the
]]></format>
</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="assemblyName" /> is <see langword="null" />.
<paramref name="assemblyFile" /> is <see langword="null" />.

-or-

<paramref name="typeName" /> is <see langword="null" />.</exception>
<exception cref="T:System.NotSupportedException">The caller cannot provide activation attributes for an object that does not inherit from <see cref="T:System.MarshalByRefObject" />.</exception>
<exception cref="T:System.AppDomainUnloadedException">The operation is attempted on an unloaded application domain.</exception>
<exception cref="T:System.IO.FileNotFoundException">
<paramref name="assemblyName" /> was not found.</exception>
<paramref name="assemblyFile" /> was not found.</exception>
<exception cref="T:System.TypeLoadException">
<paramref name="typeName" /> was not found in <paramref name="assemblyName" />.</exception>
<paramref name="typeName" /> was not found in <paramref name="assemblyFile" />.</exception>
<exception cref="T:System.MissingMethodException">No matching public constructor was found.</exception>
<exception cref="T:System.MethodAccessException">The caller does not have sufficient permission to call this constructor.</exception>
<exception cref="T:System.BadImageFormatException">
<paramref name="assemblyName" /> is not a valid assembly.
<paramref name="assemblyFile" /> is not a valid assembly.

-or-

<paramref name="assemblyName" /> was compiled with a later version of the common language runtime that the version that is currently loaded.</exception>
<paramref name="assemblyFile" /> was compiled with a later version of the common language runtime that the version that is currently loaded.</exception>
<exception cref="T:System.IO.FileLoadException">An assembly or module was loaded twice with two different evidences.</exception>
<altmember cref="M:System.Activator.CreateInstanceFrom(System.String,System.String)" />
</Docs>
Expand Down
8 changes: 4 additions & 4 deletions xml/System/ArgumentException.xml
Original file line number Diff line number Diff line change
Expand Up @@ -650,13 +650,13 @@ The following example demonstrates how to throw and catch an <xref:System.Argume

</term><description> Value

</description></listheader><item><term> The <paramref name="paramName" /> is a null reference (<see langword="Nothing" /> in Visual Basic) or of zero length.
</description></listheader><item><term> The <see cref="P:System.ArgumentException.ParamName" /> is a null reference (<see langword="Nothing" /> in Visual Basic) or of zero length.

</term><description> The <paramref name="message" /> string passed to the constructor.
</term><description> The <see cref="P:System.ArgumentException.Message" /> string passed to the constructor.

</description></item><item><term> The <paramref name="paramName" /> is not null reference (<see langword="Nothing" /> in Visual Basic) and it has a length greater than zero.
</description></item><item><term> The <see cref="P:System.ArgumentException.ParamName" /> is not null and has a length greater than zero.

</term><description> The <paramref name="message" /> string appended with the name of the invalid parameter.
</term><description> The <see cref="P:System.ArgumentException.Message" /> string appended with the name of the invalid parameter.

</description></item></list></value>
<remarks>
Expand Down
8 changes: 4 additions & 4 deletions xml/System/ArgumentOutOfRangeException.xml
Original file line number Diff line number Diff line change
Expand Up @@ -848,13 +848,13 @@ The following example defines a class to contain information about an invited gu

</term><description> Value

</description></listheader><item><term> The <paramref name="actualValue" /> is <see langword="null" />.
</description></listheader><item><term> The <see cref="P:System.ArgumentOutOfRangeException.ActualValue" /> is <see langword="null" />.

</term><description> The <paramref name="message" /> string passed to the constructor.
</term><description> The <see cref="P:System.ArgumentOutOfRangeException.Message" /> string passed to the constructor.

</description></item><item><term> The <paramref name="actualValue" /> is not <see langword="null" />.
</description></item><item><term> The <see cref="P:System.ArgumentOutOfRangeException.ActualValue" /> is not <see langword="null" />.

</term><description> The <paramref name="message" /> string appended with the string representation of the invalid argument value.
</term><description> The <see cref="P:System.ArgumentOutOfRangeException.Message" /> string appended with the string representation of the invalid argument value.

</description></item></list></value>
<remarks>
Expand Down
12 changes: 6 additions & 6 deletions xml/System/Array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is <see langword="null" />.</exception>
<exception cref="T:System.InvalidOperationException">
<paramref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
<typeparamref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
<altmember cref="T:System.IComparable`1" />
<altmember cref="Overload:System.Array.Sort" />
<related type="Article" href="/dotnet/standard/globalization-localization/performing-culture-insensitive-string-operations-in-arrays">Performing Culture-Insensitive String Operations in Arrays</related>
Expand Down Expand Up @@ -954,7 +954,7 @@
<exception cref="T:System.ArgumentException">
<paramref name="comparer" /> is <see langword="null" />, and <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
<exception cref="T:System.InvalidOperationException">
<paramref name="comparer" /> is <see langword="null" />, and <paramref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface</exception>
<paramref name="comparer" /> is <see langword="null" />, and <typeparamref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface</exception>
<altmember cref="T:System.Collections.Generic.IComparer`1" />
<altmember cref="T:System.IComparable`1" />
<altmember cref="Overload:System.Array.Sort" />
Expand Down Expand Up @@ -1064,7 +1064,7 @@

<paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
<exception cref="T:System.InvalidOperationException">
<paramref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
<typeparamref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
<altmember cref="T:System.IComparable`1" />
<altmember cref="Overload:System.Array.Sort" />
<related type="Article" href="/dotnet/standard/globalization-localization/performing-culture-insensitive-string-operations-in-arrays">Performing Culture-Insensitive String Operations in Arrays</related>
Expand Down Expand Up @@ -1195,7 +1195,7 @@

<paramref name="comparer" /> is <see langword="null" />, and <paramref name="value" /> is of a type that is not compatible with the elements of <paramref name="array" />.</exception>
<exception cref="T:System.InvalidOperationException">
<paramref name="comparer" /> is <see langword="null" />, and <paramref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
<paramref name="comparer" /> is <see langword="null" />, and <typeparamref name="T" /> does not implement the <see cref="T:System.IComparable`1" /> generic interface.</exception>
<altmember cref="T:System.Collections.Generic.IComparer`1" />
<altmember cref="T:System.IComparable`1" />
<altmember cref="Overload:System.Array.Sort" />
Expand Down Expand Up @@ -3475,7 +3475,7 @@
<param name="array">The one-dimensional, zero-based array to search.</param>
<param name="match">The predicate that defines the conditions of the element to search for.</param>
<summary>Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire <see cref="T:System.Array" />.</summary>
<returns>The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type <paramref name="T" />.</returns>
<returns>The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type <typeparamref name="T" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -3991,7 +3991,7 @@
<param name="array">The one-dimensional, zero-based <see cref="T:System.Array" /> to search.</param>
<param name="match">The <see cref="T:System.Predicate`1" /> that defines the conditions of the element to search for.</param>
<summary>Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire <see cref="T:System.Array" />.</summary>
<returns>The last element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type <paramref name="T" />.</returns>
<returns>The last element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type <typeparamref name="T" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
Loading