[Build] Update Tizen.NET package assets (#2123)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API7 / build / tizen70 / ref / System.Text.Encoding.Extensions.xml
index d7aa243..d183623 100755 (executable)
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetByteCount(System.Char[],System.Int32,System.Int32)">
       <summary>Calculates the number of bytes produced by encoding a set of characters from the specified character array.</summary>
@@ -34,14 +34,14 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetByteCount(System.ReadOnlySpan{System.Char})">
       <summary>Calculates the number of bytes produced by encoding the specified character span.</summary>
@@ -55,9 +55,9 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)">
       <summary>Encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.</summary>
@@ -67,16 +67,16 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteCount">The maximum number of bytes to write.</param>
       <returns>The actual number of bytes written at the location indicated by <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" />.  
--or-  
+        <paramref name="chars" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>Encodes a set of characters from the specified character array into the specified byte array.</summary>
@@ -87,20 +87,20 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" />.  
--or-  
+        <paramref name="chars" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetBytes(System.ReadOnlySpan{System.Char},System.Span{System.Byte})">
       <summary>Encodes the specified character span into the specified byte span.</summary>
@@ -117,20 +117,20 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.  
--or-  
+        <paramref name="s" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetCharCount(System.Byte*,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.</summary>
@@ -140,12 +140,12 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetCharCount(System.Byte[],System.Int32,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.</summary>
@@ -156,14 +156,14 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetCharCount(System.ReadOnlySpan{System.Byte})">
       <summary>Calculates the number of characters produced by decoding the specified byte span.</summary>
@@ -178,16 +178,16 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charCount">The maximum number of characters to write.</param>
       <returns>The actual number of characters written at the location indicated by <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" />.  
--or-  
+        <paramref name="bytes" /> is <see langword="null" />.
+-or-
 <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteCount" /> or <paramref name="charCount" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="charCount" /> is less than the resulting number of characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)">
       <summary>Decodes a sequence of bytes from the specified byte array into the specified character array.</summary>
@@ -198,20 +198,20 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charIndex">The index at which to start writing the resulting set of characters.</param>
       <returns>The actual number of characters written into <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" />.  
--or-  
+        <paramref name="bytes" /> is <see langword="null" />.
+-or-
 <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.  
--or-  
-<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.
+-or-
+<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 <paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetChars(System.ReadOnlySpan{System.Byte},System.Span{System.Char})">
       <summary>Decodes the specified byte span into the specified character span.</summary>
@@ -232,8 +232,8 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charCount">The number of characters to encode.</param>
       <returns>The maximum number of bytes produced by encoding the specified number of characters.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charCount" /> is less than zero.  
--or-  
+        <paramref name="charCount" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetMaxCharCount(System.Int32)">
@@ -241,8 +241,8 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteCount">The number of bytes to decode.</param>
       <returns>The maximum number of characters produced by decoding the specified number of bytes.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteCount" /> is less than zero.  
--or-  
+        <paramref name="byteCount" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
     </member>
     <member name="M:System.Text.ASCIIEncoding.GetString(System.Byte[],System.Int32,System.Int32)">
@@ -254,12 +254,12 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="P:System.Text.ASCIIEncoding.IsSingleByte">
       <summary>Gets a value indicating whether the current encoding uses single-byte code points.</summary>
@@ -304,13 +304,13 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetByteCount(System.Char[],System.Int32,System.Int32)">
       <summary>Calculates the number of bytes produced by encoding a set of characters from the specified character array.</summary>
@@ -321,15 +321,15 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetByteCount(System.String)">
       <summary>Calculates the number of bytes produced by encoding the characters in the specified string.</summary>
@@ -339,9 +339,9 @@ The resulting number of bytes is greater than the maximum number that can be ret
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="s" /> contains an invalid sequence of characters.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)">
       <summary>Encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.</summary>
@@ -351,17 +351,17 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteCount">The maximum number of bytes to write.</param>
       <returns>The actual number of bytes written at the location indicated by the <paramref name="bytes" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).  
--or-  
+        <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).
+-or-
 <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.  
- -or-  
- <paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.
+-or-
+<paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>Encodes a set of characters from the specified character array into the specified byte array.</summary>
@@ -372,21 +372,21 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).  
--or-  
+        <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).
+-or-
 <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.  
- -or-  
- <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.
+-or-
+<paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>Encodes a set of characters from the specified <see cref="T:System.String" /> into the specified byte array.</summary>
@@ -397,21 +397,21 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.  
--or-  
+        <paramref name="s" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="s" /> contains an invalid sequence of characters.  
- -or-  
- <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="s" /> contains an invalid sequence of characters.
+-or-
+<paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetCharCount(System.Byte*,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.</summary>
@@ -421,13 +421,13 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetCharCount(System.Byte[],System.Int32,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.</summary>
@@ -438,15 +438,15 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetChars(System.Byte*,System.Int32,System.Char*,System.Int32)">
       <summary>Decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.</summary>
@@ -456,17 +456,17 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charCount">The maximum number of characters to write.</param>
       <returns>The actual number of characters written at the location indicated by the <paramref name="chars" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).  
--or-  
+        <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).
+-or-
 <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteCount" /> or <paramref name="charCount" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.  
- -or-  
- <paramref name="charCount" /> is less than the resulting number of characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.
+-or-
+<paramref name="charCount" /> is less than the resulting number of characters.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)">
       <summary>Decodes a sequence of bytes from the specified byte array into the specified character array.</summary>
@@ -477,21 +477,21 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charIndex">The index at which to start writing the resulting set of characters.</param>
       <returns>The actual number of characters written into <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).  
--or-  
+        <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).
+-or-
 <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.  
--or-  
-<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.
+-or-
+<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 <paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.  
- -or-  
- <paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.
+-or-
+<paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetDecoder">
       <summary>Obtains a decoder that converts a UTF-16 encoded sequence of bytes into a sequence of Unicode characters.</summary>
@@ -510,24 +510,24 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charCount">The number of characters to encode.</param>
       <returns>The maximum number of bytes produced by encoding the specified number of characters.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charCount" /> is less than zero.  
--or-  
+        <paramref name="charCount" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetMaxCharCount(System.Int32)">
       <summary>Calculates the maximum number of characters produced by decoding the specified number of bytes.</summary>
       <param name="byteCount">The number of bytes to decode.</param>
       <returns>The maximum number of characters produced by decoding the specified number of bytes.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteCount" /> is less than zero.  
--or-  
+        <paramref name="byteCount" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UnicodeEncoding.GetPreamble">
       <summary>Returns a Unicode byte order mark encoded in UTF-16 format, if the constructor for this instance requests a byte order mark.</summary>
@@ -542,13 +542,13 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="P:System.Text.UnicodeEncoding.Preamble">
       <summary>Gets a Unicode byte order mark encoded in UTF-16 format, if this object is configured to supply one.</summary>
@@ -590,13 +590,13 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetByteCount(System.Char[],System.Int32,System.Int32)">
       <summary>Calculates the number of bytes produced by encoding a set of characters from the specified character array.</summary>
@@ -607,15 +607,15 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetByteCount(System.String)">
       <summary>Calculates the number of bytes produced by encoding the characters in the specified <see cref="T:System.String" />.</summary>
@@ -625,9 +625,9 @@ The resulting number of bytes is greater than the maximum number that can be ret
         <paramref name="s" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="s" /> contains an invalid sequence of characters.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)">
       <summary>Encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.</summary>
@@ -637,17 +637,17 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteCount">The maximum number of bytes to write.</param>
       <returns>The actual number of bytes written at the location indicated by the <paramref name="bytes" /> parameter.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" />.  
--or-  
+        <paramref name="chars" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.  
- -or-  
- <paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.
+-or-
+<paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>Encodes a set of characters from the specified character array into the specified byte array.</summary>
@@ -658,21 +658,21 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" />.  
--or-  
+        <paramref name="chars" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.  
- -or-  
- <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.
+-or-
+<paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>Encodes a set of characters from the specified <see cref="T:System.String" /> into the specified byte array.</summary>
@@ -683,21 +683,21 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.  
--or-  
+        <paramref name="s" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="s" /> contains an invalid sequence of characters.  
- -or-  
- <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="s" /> contains an invalid sequence of characters.
+-or-
+<paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetCharCount(System.Byte*,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.</summary>
@@ -707,13 +707,13 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetCharCount(System.Byte[],System.Int32,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.</summary>
@@ -724,15 +724,15 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetChars(System.Byte*,System.Int32,System.Char*,System.Int32)">
       <summary>Decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.</summary>
@@ -742,17 +742,17 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charCount">The maximum number of characters to write.</param>
       <returns>The actual number of characters written at the location indicated by <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" />.  
--or-  
+        <paramref name="bytes" /> is <see langword="null" />.
+-or-
 <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteCount" /> or <paramref name="charCount" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.  
- -or-  
- <paramref name="charCount" /> is less than the resulting number of characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.
+-or-
+<paramref name="charCount" /> is less than the resulting number of characters.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)">
       <summary>Decodes a sequence of bytes from the specified byte array into the specified character array.</summary>
@@ -763,21 +763,21 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charIndex">The index at which to start writing the resulting set of characters.</param>
       <returns>The actual number of characters written into <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" />.  
--or-  
+        <paramref name="bytes" /> is <see langword="null" />.
+-or-
 <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.  
--or-  
-<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.
+-or-
+<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 <paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.  
- -or-  
- <paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.
+-or-
+<paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetDecoder">
       <summary>Obtains a decoder that converts a UTF-32 encoded sequence of bytes into a sequence of Unicode characters.</summary>
@@ -796,24 +796,24 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charCount">The number of characters to encode.</param>
       <returns>The maximum number of bytes produced by encoding the specified number of characters.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charCount" /> is less than zero.  
--or-  
+        <paramref name="charCount" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetMaxCharCount(System.Int32)">
       <summary>Calculates the maximum number of characters produced by decoding the specified number of bytes.</summary>
       <param name="byteCount">The number of bytes to decode.</param>
       <returns>The maximum number of characters produced by decoding the specified number of bytes.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteCount" /> is less than zero.  
--or-  
+        <paramref name="byteCount" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF32Encoding.GetPreamble">
       <summary>Returns a Unicode byte order mark encoded in UTF-32 format, if the <see cref="T:System.Text.UTF32Encoding" /> object is configured to supply one.</summary>
@@ -828,13 +828,13 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for a complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for a complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="P:System.Text.UTF32Encoding.Preamble">
       <summary>Gets a Unicode byte order mark encoded in UTF-32 format, if this object is configured to supply one.</summary>
@@ -865,12 +865,12 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" /> in Visual Basic .NET).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an int.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetByteCount(System.Char[],System.Int32,System.Int32)">
       <summary>Calculates the number of bytes produced by encoding a set of characters from the specified character array.</summary>
@@ -881,14 +881,14 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an int.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetByteCount(System.String)">
       <summary>Calculates the number of bytes produced by encoding the characters in the specified <see cref="T:System.String" /> object.</summary>
@@ -897,9 +897,9 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="s" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The resulting number of bytes is greater than the maximum number that can be returned as an int.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)">
       <summary>Encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.</summary>
@@ -909,16 +909,16 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteCount">The maximum number of bytes to write.</param>
       <returns>The actual number of bytes written at the location indicated by <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).  
--or-  
+        <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).
+-or-
 <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>Encodes a set of characters from the specified character array into the specified byte array.</summary>
@@ -929,20 +929,20 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).  
--or-  
+        <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).
+-or-
 <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>Encodes a set of characters from the specified <see cref="T:System.String" /> into the specified byte array.</summary>
@@ -953,20 +953,20 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" /> (<see langword="Nothing" />).  
--or-  
+        <paramref name="s" /> is <see langword="null" /> (<see langword="Nothing" />).
+-or-
 <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetCharCount(System.Byte*,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.</summary>
@@ -976,12 +976,12 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of characters is greater than the maximum number that can be returned as an int.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetCharCount(System.Byte[],System.Int32,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.</summary>
@@ -992,14 +992,14 @@ The resulting number of characters is greater than the maximum number that can b
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 The resulting number of characters is greater than the maximum number that can be returned as an int.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetChars(System.Byte*,System.Int32,System.Char*,System.Int32)">
       <summary>Decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.</summary>
@@ -1009,16 +1009,16 @@ The resulting number of characters is greater than the maximum number that can b
       <param name="charCount">The maximum number of characters to write.</param>
       <returns>The actual number of characters written at the location indicated by <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).  
--or-  
+        <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).
+-or-
 <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteCount" /> or <paramref name="charCount" /> is less than zero.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="charCount" /> is less than the resulting number of characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)">
       <summary>Decodes a sequence of bytes from the specified byte array into the specified character array.</summary>
@@ -1029,20 +1029,20 @@ The resulting number of characters is greater than the maximum number that can b
       <param name="charIndex">The index at which to start writing the resulting set of characters.</param>
       <returns>The actual number of characters written into <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).  
--or-  
+        <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).
+-or-
 <paramref name="chars" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.  
--or-  
-<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.
+-or-
+<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 <paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetDecoder">
       <summary>Obtains a decoder that converts a UTF-7 encoded sequence of bytes into a sequence of Unicode characters.</summary>
@@ -1061,24 +1061,24 @@ The resulting number of characters is greater than the maximum number that can b
       <param name="charCount">The number of characters to encode.</param>
       <returns>The maximum number of bytes produced by encoding the specified number of characters.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charCount" /> is less than zero.  
--or-  
+        <paramref name="charCount" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an int.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetMaxCharCount(System.Int32)">
       <summary>Calculates the maximum number of characters produced by decoding the specified number of bytes.</summary>
       <param name="byteCount">The number of bytes to decode.</param>
       <returns>The maximum number of characters produced by decoding the specified number of bytes.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteCount" /> is less than zero.  
--or-  
+        <paramref name="byteCount" /> is less than zero.
+-or-
 The resulting number of characters is greater than the maximum number that can be returned as an int.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF7Encoding.GetString(System.Byte[],System.Int32,System.Int32)">
       <summary>Decodes a range of bytes from a byte array into a string.</summary>
@@ -1089,12 +1089,12 @@ The resulting number of characters is greater than the maximum number that can b
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for fuller explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="T:System.Text.UTF8Encoding">
       <summary>Represents a UTF-8 encoding of Unicode characters.</summary>
@@ -1128,13 +1128,13 @@ The resulting number of characters is greater than the maximum number that can b
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for a complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for a complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetByteCount(System.Char[],System.Int32,System.Int32)">
       <summary>Calculates the number of bytes produced by encoding a set of characters from the specified character array.</summary>
@@ -1145,15 +1145,15 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- The <see cref="P:System.Text.Encoding.EncoderFallback" /> property is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+The <see cref="P:System.Text.Encoding.EncoderFallback" /> property is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetByteCount(System.ReadOnlySpan{System.Char})">
       <summary>Calculates the number of bytes produced by encoding the specified character span.</summary>
@@ -1161,8 +1161,8 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <returns>The number of bytes produced by encoding the specified character span.</returns>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
       <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetByteCount(System.String)">
       <summary>Calculates the number of bytes produced by encoding the characters in the specified <see cref="T:System.String" />.</summary>
@@ -1172,9 +1172,9 @@ The resulting number of bytes is greater than the maximum number that can be ret
         <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)">
       <summary>Encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.</summary>
@@ -1184,17 +1184,17 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteCount">The maximum number of bytes to write.</param>
       <returns>The actual number of bytes written at the location indicated by <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" />.  
--or-  
+        <paramref name="chars" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.  
- -or-  
- <paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.
+-or-
+<paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)">
       <summary>Encodes a set of characters from the specified character array into the specified byte array.</summary>
@@ -1205,21 +1205,21 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="chars" /> is <see langword="null" />.  
--or-  
+        <paramref name="chars" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.  
- -or-  
- <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.
+-or-
+<paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetBytes(System.ReadOnlySpan{System.Char},System.Span{System.Byte})">
       <summary>Encodes the specified character span into the specified byte span.</summary>
@@ -1236,21 +1236,21 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="byteIndex">The index at which to start writing the resulting sequence of bytes.</param>
       <returns>The actual number of bytes written into <paramref name="bytes" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="s" /> is <see langword="null" />.  
--or-  
+        <paramref name="s" /> is <see langword="null" />.
+-or-
 <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.  
--or-  
-<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.  
--or-  
+        <paramref name="charIndex" /> or <paramref name="charCount" /> or <paramref name="byteIndex" /> is less than zero.
+-or-
+<paramref name="charIndex" /> and <paramref name="charCount" /> do not denote a valid range in <paramref name="chars" />.
+-or-
 <paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="s" /> contains an invalid sequence of characters.  
- -or-  
- <paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="s" /> contains an invalid sequence of characters.
+-or-
+<paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetCharCount(System.Byte*,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.</summary>
@@ -1260,13 +1260,13 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="count" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetCharCount(System.Byte[],System.Int32,System.Int32)">
       <summary>Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.</summary>
@@ -1277,15 +1277,15 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
-<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
+<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetCharCount(System.ReadOnlySpan{System.Byte})">
       <summary>Calculates the number of characters produced by decoding the specified byte span.</summary>
@@ -1300,17 +1300,17 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charCount">The maximum number of characters to write.</param>
       <returns>The actual number of characters written at the location indicated by <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" />.  
--or-  
+        <paramref name="bytes" /> is <see langword="null" />.
+-or-
 <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="byteCount" /> or <paramref name="charCount" /> is less than zero.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.  
- -or-  
- <paramref name="charCount" /> is less than the resulting number of characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.
+-or-
+<paramref name="charCount" /> is less than the resulting number of characters.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)">
       <summary>Decodes a sequence of bytes from the specified byte array into the specified character array.</summary>
@@ -1321,21 +1321,21 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charIndex">The index at which to start writing the resulting set of characters.</param>
       <returns>The actual number of characters written into <paramref name="chars" />.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="bytes" /> is <see langword="null" />.  
--or-  
+        <paramref name="bytes" /> is <see langword="null" />.
+-or-
 <paramref name="chars" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.  
--or-  
-<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.  
--or-  
+        <paramref name="byteIndex" /> or <paramref name="byteCount" /> or <paramref name="charIndex" /> is less than zero.
+-or-
+<paramref name="byteindex" /> and <paramref name="byteCount" /> do not denote a valid range in <paramref name="bytes" />.
+-or-
 <paramref name="charIndex" /> is not a valid index in <paramref name="chars" />.</exception>
-      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.  
- -or-  
- <paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.
+-or-
+<paramref name="chars" /> does not have enough capacity from <paramref name="charIndex" /> to the end of the array to accommodate the resulting characters.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetChars(System.ReadOnlySpan{System.Byte},System.Span{System.Char})">
       <summary>Decodes the specified byte span into the specified character span.</summary>
@@ -1360,24 +1360,24 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <param name="charCount">The number of characters to encode.</param>
       <returns>The maximum number of bytes produced by encoding the specified number of characters.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="charCount" /> is less than zero.  
--or-  
+        <paramref name="charCount" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.EncoderFallback" /> is set to <see cref="T:System.Text.EncoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetMaxCharCount(System.Int32)">
       <summary>Calculates the maximum number of characters produced by decoding the specified number of bytes.</summary>
       <param name="byteCount">The number of bytes to decode.</param>
       <returns>The maximum number of characters produced by decoding the specified number of bytes.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="byteCount" /> is less than zero.  
--or-  
+        <paramref name="byteCount" /> is less than zero.
+-or-
 The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="M:System.Text.UTF8Encoding.GetPreamble">
       <summary>Returns a Unicode byte order mark encoded in UTF-8 format, if the <see cref="T:System.Text.UTF8Encoding" /> encoding object is configured to supply one.</summary>
@@ -1392,13 +1392,13 @@ The resulting number of bytes is greater than the maximum number that can be ret
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="index" /> or <paramref name="count" /> is less than zero.  
--or-  
+        <paramref name="index" /> or <paramref name="count" /> is less than zero.
+-or-
 <paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
       <exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
-      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)  
- -and-  
- <see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
+      <exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see Character Encoding in the .NET Framework for complete explanation)
+-and-
+<see cref="P:System.Text.Encoding.DecoderFallback" /> is set to <see cref="T:System.Text.DecoderExceptionFallback" />.</exception>
     </member>
     <member name="P:System.Text.UTF8Encoding.Preamble">
       <summary>Gets a Unicode byte order mark encoded in UTF-8 format, if this object is configured to supply one.</summary>