diff --git a/xml/System.Text.RegularExpressions/GroupCollection.xml b/xml/System.Text.RegularExpressions/GroupCollection.xml
index 0729d26508f..291b2e06c19 100644
--- a/xml/System.Text.RegularExpressions/GroupCollection.xml
+++ b/xml/System.Text.RegularExpressions/GroupCollection.xml
@@ -816,16 +816,13 @@ This member is an explicit interface member implementation. It can be used only
Provides an enumerator that iterates through the group collection.
An enumerator that contains all names and objects in the collection.
-
- objects in the collection, you should use the group iteration construct (such as `foreach` in C# and `For Each`…`Next` in Visual Basic) that is provided by your programming language.
- ]]>
-
+ ]]>
@@ -859,15 +856,13 @@ Instead of calling this method to retrieve an enumerator that lets you iterate t
Provides an enumerator that iterates through the group collection.
An enumerator that contains all objects in the group collection.
-
- objects in the collection, you should use the group iteration construct (such as `foreach` in C# and `For Each`…`Next` in Visual Basic) that is provided by your programming language.
- ]]>
-
+ ]]>
diff --git a/xml/System/FormattableString.xml b/xml/System/FormattableString.xml
index aaa6dc4c1ad..944ed945199 100644
--- a/xml/System/FormattableString.xml
+++ b/xml/System/FormattableString.xml
@@ -146,8 +146,7 @@
Returns a result string in which arguments are formatted by using the conventions of the current culture.
The string that results from formatting the current instance by using the conventions of the current culture.
-
- .
+ ]]>
+
diff --git a/xml/System/Index.xml b/xml/System/Index.xml
index 1f9e6ddb058..a3e65da0006 100644
--- a/xml/System/Index.xml
+++ b/xml/System/Index.xml
@@ -69,15 +69,13 @@
A boolean indicating if the index is from the start () or from the end () of a collection.
Initializes a new with a specified index position and a value that indicates if the index is from the start or the end of a collection.
-
- is constructed from the end, an index value of 1 points to the last element, and an index value of 0 points beyond last element.
- ]]>
-
+ ]]>
@@ -278,8 +276,7 @@ If the is constructed from the end, an index value
Calculates the offset from the start using the given collection length.
The offset.
-
- , which will have the same effect as validation.
- ]]>
-
+ ]]>
diff --git a/xml/System/Range.xml b/xml/System/Range.xml
index e85993a001f..3e53c6b1de4 100644
--- a/xml/System/Range.xml
+++ b/xml/System/Range.xml
@@ -29,8 +29,7 @@
Represents a range that has start and end indexes.
-
-
-
+ ]]>
@@ -267,15 +265,13 @@
Returns a instance with the starting offset and length of a range.
The starting offset and length of the range.
-
-
-
+ ]]>
is outside the bounds of the current range.
diff --git a/xml/System/ReadOnlySpan`1.xml b/xml/System/ReadOnlySpan`1.xml
index 56950a4b5f7..bfa8ecd0a64 100644
--- a/xml/System/ReadOnlySpan`1.xml
+++ b/xml/System/ReadOnlySpan`1.xml
@@ -145,15 +145,13 @@ A `ReadOnlySpan` instance is often used to reference the elements of an array
The number of elements to include.
Creates a new that includes a specified number of elements of an array starting at a specified index.
-
-
-
+ ]]>
is , but or is non-zero.
diff --git a/xml/System/SequencePosition.xml b/xml/System/SequencePosition.xml
index 6d55cebf896..a94870156c1 100644
--- a/xml/System/SequencePosition.xml
+++ b/xml/System/SequencePosition.xml
@@ -143,8 +143,7 @@ Equality does not guarantee that the two instances point to the same location in
Equality does not guarantee that the two instances point to the same location in a .
- ]]>
-
+ ]]>
diff --git a/xml/System/Span`1.xml b/xml/System/Span`1.xml
index 5cdc0bdd9eb..c2fda0e0e93 100644
--- a/xml/System/Span`1.xml
+++ b/xml/System/Span`1.xml
@@ -201,15 +201,13 @@ If `array` is `null`, this constructor returns a `null` `Span`.
The number of elements to include in the new .
Creates a new object that includes a specified number of elements of an array starting at a specified index.
-
-
-
+ ]]>
is , but or is non-zero.
diff --git a/xml/System/String.xml b/xml/System/String.xml
index a9126ac48c8..327c1facf64 100644
--- a/xml/System/String.xml
+++ b/xml/System/String.xml
@@ -4764,15 +4764,13 @@ Depending on Why you want to call the `Copy` method, there are a number of alter
Returns an enumeration of from this string.
A string rune enumerator.
-
- .
- ]]>
-
+ ]]>
@@ -6425,15 +6423,13 @@ String 'This is a string.' in domain 'NewDomain': 75CC8236
Returns a reference to the element of the string at index zero.
A character representing the reference to the element of the string at index zero.
-
- in memory. It is required to support the use of a within a fixed statement.
- ]]>
-
+ ]]>
The string is null.
diff --git a/xml/System/ValueTuple.xml b/xml/System/ValueTuple.xml
index 9126a3dca32..c3443e1eb30 100644
--- a/xml/System/ValueTuple.xml
+++ b/xml/System/ValueTuple.xml
@@ -1125,15 +1125,13 @@ The type is not serializable in .NET Core 1.x or in the
Returns the string representation of this instance.
This method always returns "()".
-
-
-
+ ]]>
diff --git a/xml/System/ValueTuple`2.xml b/xml/System/ValueTuple`2.xml
index 2e3546845c0..74b07968dd7 100644
--- a/xml/System/ValueTuple`2.xml
+++ b/xml/System/ValueTuple`2.xml
@@ -514,8 +514,7 @@ The type is not serializable in .NET Core 1.x or in
if the current instance is equal to the specified objects; otherwise, .
-
- implementation is called only if `other` is not `null`, and if it can be successfully cast to a whose components are of the same types as those of the current instance. The method first passes the values of the objects to be compared to the implementation. If this method call returns `true`, the method is called again and passed the values of the two instances.
- ]]>
-
+ ]]>