diff --git a/xml/System.Numerics/BigInteger.xml b/xml/System.Numerics/BigInteger.xml
index 87d9d0c35f6..98b81a72cc3 100644
--- a/xml/System.Numerics/BigInteger.xml
+++ b/xml/System.Numerics/BigInteger.xml
@@ -10105,6 +10105,7 @@ The integer value `33022` can be exported in four different arrays:
To be added.
To be added.
To be added.
+
diff --git a/xml/System.Numerics/INumberBase`1.xml b/xml/System.Numerics/INumberBase`1.xml
index 73dfad20684..92c262de225 100644
--- a/xml/System.Numerics/INumberBase`1.xml
+++ b/xml/System.Numerics/INumberBase`1.xml
@@ -1285,7 +1285,7 @@ For this method matches the IEE
A bitwise combination of number styles that can be present in .
An object that provides culture-specific formatting information about .
On return, contains the result of succesfully parsing or an undefined value on failure.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -1326,7 +1326,7 @@ For this method matches the IEE
A bitwise combination of number styles that can be present in .
An object that provides culture-specific formatting information about .
On return, contains the result of succesfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System.Numerics/Matrix3x2.xml b/xml/System.Numerics/Matrix3x2.xml
index 6d6442d6afc..dc7f856ec65 100644
--- a/xml/System.Numerics/Matrix3x2.xml
+++ b/xml/System.Numerics/Matrix3x2.xml
@@ -1125,11 +1125,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The index of the row containing the element to get or set.
+ The index of the column containing the element to get or set.
+ Gets or sets the element at the specified indices.
+ The element at [][].
To be added.
+
+ was less than zero or greater than the number of rows.
+ -or-
+ was less than zero or greater than the number of columns.
diff --git a/xml/System.Numerics/Matrix4x4.xml b/xml/System.Numerics/Matrix4x4.xml
index 76eb35b9882..e92f6ec0048 100644
--- a/xml/System.Numerics/Matrix4x4.xml
+++ b/xml/System.Numerics/Matrix4x4.xml
@@ -2058,11 +2058,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The index of the row containing the element to get or set.
+ The index of the column containing the element to get or set.
+ Gets or sets the element at the specified indices.
+ The element at [][].
To be added.
+
+ was less than zero or greater than the number of rows.
+ -or-
+ was less than zero or greater than the number of columns.
diff --git a/xml/System.Numerics/Quaternion.xml b/xml/System.Numerics/Quaternion.xml
index 289402dbbac..84b67ad5d16 100644
--- a/xml/System.Numerics/Quaternion.xml
+++ b/xml/System.Numerics/Quaternion.xml
@@ -859,10 +859,12 @@ w = cos(theta/2)
- To be added.
- To be added.
- To be added.
+ The index of the element to get or set.
+ Gets or sets the element at the specified index.
+ The element at .
To be added.
+
+ was less than zero or greater than the number of elements.
diff --git a/xml/System.Numerics/Vector2.xml b/xml/System.Numerics/Vector2.xml
index bd83eb3d7b8..9e67c8281e5 100644
--- a/xml/System.Numerics/Vector2.xml
+++ b/xml/System.Numerics/Vector2.xml
@@ -942,10 +942,12 @@
- To be added.
- To be added.
- To be added.
+ The index of the element to get or set.
+ Gets or sets the element at the specified index.
+ The the element at .
To be added.
+
+ was less than zero or greater than the number of elements.
diff --git a/xml/System.Numerics/Vector3.xml b/xml/System.Numerics/Vector3.xml
index d49b66c7c61..89b99ff75bf 100644
--- a/xml/System.Numerics/Vector3.xml
+++ b/xml/System.Numerics/Vector3.xml
@@ -1030,10 +1030,12 @@
- To be added.
- To be added.
- To be added.
+ The index of the element to get or set.
+ Gets or sets the element at the specified index.
+ The the element at .
To be added.
+
+ was less than zero or greater than the number of elements.
diff --git a/xml/System.Numerics/Vector4.xml b/xml/System.Numerics/Vector4.xml
index 7df3b798d78..de34acee1ef 100644
--- a/xml/System.Numerics/Vector4.xml
+++ b/xml/System.Numerics/Vector4.xml
@@ -1030,10 +1030,12 @@
- To be added.
- To be added.
- To be added.
+ The index of the element to get or set.
+ Gets or sets the element at the specified index.
+ The the element at .
To be added.
+
+ was less than zero or greater than the number of elements.
diff --git a/xml/System.Runtime.InteropServices/NFloat.xml b/xml/System.Runtime.InteropServices/NFloat.xml
index ecb5aabde56..cc6d65306a7 100644
--- a/xml/System.Runtime.InteropServices/NFloat.xml
+++ b/xml/System.Runtime.InteropServices/NFloat.xml
@@ -5673,7 +5673,7 @@ This computes `tan(x * π)`.
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -5714,6 +5714,7 @@ This computes `tan(x * π)`.
To be added.
To be added.
To be added.
+
diff --git a/xml/System/Byte.xml b/xml/System/Byte.xml
index 22c1dccef98..c947bea2c45 100644
--- a/xml/System/Byte.xml
+++ b/xml/System/Byte.xml
@@ -3779,7 +3779,7 @@ This member is an explicit interface member implementation. It can be used only
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -3823,7 +3823,7 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/DateOnly.xml b/xml/System/DateOnly.xml
index 3a4aa56dc51..af0abe9eede 100644
--- a/xml/System/DateOnly.xml
+++ b/xml/System/DateOnly.xml
@@ -1504,7 +1504,7 @@
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -1542,7 +1542,7 @@
To be added.
To be added.
To be added.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/DateTime.xml b/xml/System/DateTime.xml
index 53e22729c15..943b24bdacc 100644
--- a/xml/System/DateTime.xml
+++ b/xml/System/DateTime.xml
@@ -9528,7 +9528,7 @@ The following example illustrates how the string representation of a To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -9572,7 +9572,7 @@ The following example illustrates how the string representation of a To be added.
To be added.
To be added.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/DateTimeOffset.xml b/xml/System/DateTimeOffset.xml
index 144fd488feb..339dc01a822 100644
--- a/xml/System/DateTimeOffset.xml
+++ b/xml/System/DateTimeOffset.xml
@@ -6421,7 +6421,7 @@ Me.ToUtcDateTime().ToFileTime()
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -6465,7 +6465,7 @@ Me.ToUtcDateTime().ToFileTime()
To be added.
To be added.
To be added.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Decimal.xml b/xml/System/Decimal.xml
index 1d172200da5..5b67c52eeb9 100644
--- a/xml/System/Decimal.xml
+++ b/xml/System/Decimal.xml
@@ -6599,9 +6599,9 @@ If you specify or
- The value whose sign is to be computed.
+ The value whose sign is to be computed.
Computes the sign of a value.
- A positive value if is positive, if is zero, and a negative value if is negative.
+ A positive value if is positive, if is zero, and a negative value if is negative.
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -9580,10 +9580,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/Double.xml b/xml/System/Double.xml
index 6fcf38b3390..c33e88efe62 100644
--- a/xml/System/Double.xml
+++ b/xml/System/Double.xml
@@ -7945,7 +7945,7 @@ If a separator is encountered in the `s` parameter during a parse operation, and
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -7989,10 +7989,11 @@ If a separator is encountered in the `s` parameter during a parse operation, and
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/Guid.xml b/xml/System/Guid.xml
index 6425ebd9021..29100cda288 100644
--- a/xml/System/Guid.xml
+++ b/xml/System/Guid.xml
@@ -2289,7 +2289,7 @@ Because the `provider` parameter is ignored, you cannot use it to provide a cust
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -2333,7 +2333,7 @@ Because the `provider` parameter is ignored, you cannot use it to provide a cust
To be added.
To be added.
To be added.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Half.xml b/xml/System/Half.xml
index 88fb14c0bed..467854629b9 100644
--- a/xml/System/Half.xml
+++ b/xml/System/Half.xml
@@ -5707,6 +5707,7 @@ This computes `tan(x * π)`.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/IParsable`1.xml b/xml/System/IParsable`1.xml
index 6b7becd56d1..29a006697d0 100644
--- a/xml/System/IParsable`1.xml
+++ b/xml/System/IParsable`1.xml
@@ -94,7 +94,7 @@
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/ISpanParsable`1.xml b/xml/System/ISpanParsable`1.xml
index 0d7cb5ade52..524f4ea0c21 100644
--- a/xml/System/ISpanParsable`1.xml
+++ b/xml/System/ISpanParsable`1.xml
@@ -89,7 +89,7 @@
The span of characters to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing , or an undefined value on failure.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
diff --git a/xml/System/Int128.xml b/xml/System/Int128.xml
index c89103253e0..0ce589f29c7 100644
--- a/xml/System/Int128.xml
+++ b/xml/System/Int128.xml
@@ -3699,6 +3699,7 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/Int16.xml b/xml/System/Int16.xml
index 8914a5199a8..3352b78fd73 100644
--- a/xml/System/Int16.xml
+++ b/xml/System/Int16.xml
@@ -3956,7 +3956,7 @@ This member is an explicit interface member implementation. It can be used only
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -4000,10 +4000,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/Int32.xml b/xml/System/Int32.xml
index fd9f21a2a21..9d3847063e5 100644
--- a/xml/System/Int32.xml
+++ b/xml/System/Int32.xml
@@ -4103,7 +4103,7 @@ This member is an explicit interface member implementation. It can be used only
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -4147,10 +4147,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/Int64.xml b/xml/System/Int64.xml
index 82d7ecb6574..3b2da0e5fff 100644
--- a/xml/System/Int64.xml
+++ b/xml/System/Int64.xml
@@ -4015,7 +4015,7 @@ This member is an explicit interface member implementation. It can be used only
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -4059,10 +4059,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/IntPtr.xml b/xml/System/IntPtr.xml
index fd33c9c1d01..2cfeef8799b 100644
--- a/xml/System/IntPtr.xml
+++ b/xml/System/IntPtr.xml
@@ -3685,11 +3685,12 @@ This member is an explicit interface member implementation. It can be used only
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A read-only span of characters containing a number to convert.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
+
+ if was converted successfully; otherwise, .
To be added.
@@ -3730,10 +3731,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/SByte.xml b/xml/System/SByte.xml
index 14c6b1994ab..fe714312266 100644
--- a/xml/System/SByte.xml
+++ b/xml/System/SByte.xml
@@ -3967,7 +3967,7 @@ This member is an explicit interface member implementation. It can be used only
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -4011,10 +4011,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/Single.xml b/xml/System/Single.xml
index 08b33b08467..558ec62a854 100644
--- a/xml/System/Single.xml
+++ b/xml/System/Single.xml
@@ -7925,7 +7925,7 @@ If a separator is encountered in the `s` parameter during a parse operation, and
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -7969,10 +7969,11 @@ If a separator is encountered in the `s` parameter during a parse operation, and
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/TimeOnly.xml b/xml/System/TimeOnly.xml
index 00a75628652..ac78919e9bc 100644
--- a/xml/System/TimeOnly.xml
+++ b/xml/System/TimeOnly.xml
@@ -1785,7 +1785,7 @@ The accepted standard formats are 'r', 'R', 'o', 'O', 't', and 'T'.
A span of characters to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the value equivalent to the time contained in , if the conversion succeeded, or if the conversion failed. The conversion fails if is the empty string or does not contain a valid string representation of a time. This parameter is passed uninitialized.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -1823,7 +1823,7 @@ The accepted standard formats are 'r', 'R', 'o', 'O', 't', and 'T'.
A string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the value equivalent to the time contained in , if the conversion succeeded, or if the conversion failed. The conversion fails if is the empty string or does not contain a valid string representation of a time. This parameter is passed uninitialized.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was parsed successfully; otherwise, .
To be added.
diff --git a/xml/System/UInt128.xml b/xml/System/UInt128.xml
index 628959a2e2e..f4abd57526c 100644
--- a/xml/System/UInt128.xml
+++ b/xml/System/UInt128.xml
@@ -3593,6 +3593,7 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/UInt16.xml b/xml/System/UInt16.xml
index f5626081fef..50bd6b28e62 100644
--- a/xml/System/UInt16.xml
+++ b/xml/System/UInt16.xml
@@ -3769,7 +3769,7 @@ This member is an explicit interface member implementation. It can be used only
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -3813,10 +3813,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/UInt32.xml b/xml/System/UInt32.xml
index ece0b927045..24522a8609a 100644
--- a/xml/System/UInt32.xml
+++ b/xml/System/UInt32.xml
@@ -3796,7 +3796,7 @@ This member is an explicit interface member implementation. It can be used only
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -3840,10 +3840,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/UInt64.xml b/xml/System/UInt64.xml
index 803d69a64af..b0dd813c8ea 100644
--- a/xml/System/UInt64.xml
+++ b/xml/System/UInt64.xml
@@ -3762,7 +3762,7 @@ This member is an explicit interface member implementation. It can be used only
To be added.
To be added.
To be added.
- Tries to parses a span of characters into a value.
+ Tries to parse a span of characters into a value.
if was successfully parsed; otherwise, .
To be added.
@@ -3806,10 +3806,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+
diff --git a/xml/System/UIntPtr.xml b/xml/System/UIntPtr.xml
index 93d54b0d154..584dcf852c5 100644
--- a/xml/System/UIntPtr.xml
+++ b/xml/System/UIntPtr.xml
@@ -3190,11 +3190,12 @@ This member is an explicit interface member implementation. It can be used only
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A read-only span of characters containing a number to convert.
+ An object that provides culture-specific formatting information about .
+ When this method returns, contains the result of successfully parsing or an undefined value on failure.
+ Tries to parse a string into a value.
+
+ if was converted successfully; otherwise, .
To be added.
@@ -3235,10 +3236,11 @@ This member is an explicit interface member implementation. It can be used only
The string to parse.
An object that provides culture-specific formatting information about .
When this method returns, contains the result of successfully parsing or an undefined value on failure.
- Tries to parses a string into a value.
+ Tries to parse a string into a value.
if was successfully parsed; otherwise, .
To be added.
+