[Build] Update Tizen.NET package assets (#2123)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API7 / build / tizen70 / ref / System.Web.HttpUtility.xml
index b4a9df6..be04dd0 100755 (executable)
@@ -69,9 +69,9 @@
       <param name="encoding">The <see cref="T:System.Text.Encoding" /> to use.</param>
       <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection" /> of query parameters and values.</returns>
       <exception cref="T:System.ArgumentNullException">
-        <paramref name="query" /> is <see langword="null" />.  
+        <paramref name="query" /> is <see langword="null" />.
 -or-
- <paramref name="encoding" /> is <see langword="null" />.</exception>
+<paramref name="encoding" /> is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Int32,System.Int32,System.Text.Encoding)">
       <summary>Converts a URL-encoded byte array into a decoded string using the specified encoding object, starting at the specified position in the array, and continuing for the specified number of bytes.</summary>
@@ -83,9 +83,9 @@
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />, but <paramref name="count" /> does not equal <see langword="0" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> is less than <see langword="0" /> or greater than the length of the <paramref name="bytes" /> array.  
+        <paramref name="offset" /> is less than <see langword="0" /> or greater than the length of the <paramref name="bytes" /> array.
 -or-
- <paramref name="count" /> is less than <see langword="0" />, or <paramref name="count" /> + <paramref name="offset" /> is greater than the length of the <paramref name="bytes" /> array.</exception>
+<paramref name="count" /> is less than <see langword="0" />, or <paramref name="count" /> + <paramref name="offset" /> is greater than the length of the <paramref name="bytes" /> array.</exception>
     </member>
     <member name="M:System.Web.HttpUtility.UrlDecode(System.Byte[],System.Text.Encoding)">
       <summary>Converts a URL-encoded byte array into a decoded string using the specified decoding object.</summary>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />, but <paramref name="count" /> does not equal <see langword="0" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> is less than <see langword="0" /> or greater than the length of the <paramref name="bytes" /> array.  
+        <paramref name="offset" /> is less than <see langword="0" /> or greater than the length of the <paramref name="bytes" /> array.
 -or-
- <paramref name="count" /> is less than <see langword="0" />, or <paramref name="count" /> + <paramref name="offset" /> is greater than the length of the <paramref name="bytes" /> array.</exception>
+<paramref name="count" /> is less than <see langword="0" />, or <paramref name="count" /> + <paramref name="offset" /> is greater than the length of the <paramref name="bytes" /> array.</exception>
     </member>
     <member name="M:System.Web.HttpUtility.UrlDecodeToBytes(System.String)">
       <summary>Converts a URL-encoded string into a decoded array of bytes.</summary>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="bytes" /> is <see langword="null" />, but <paramref name="count" /> does not equal <see langword="0" />.</exception>
       <exception cref="T:System.ArgumentOutOfRangeException">
-        <paramref name="offset" /> is less than <see langword="0" /> or greater than the length of the <paramref name="bytes" /> array.  
+        <paramref name="offset" /> is less than <see langword="0" /> or greater than the length of the <paramref name="bytes" /> array.
 -or-
- <paramref name="count" /> is less than <see langword="0" />, or <paramref name="count" /> + <paramref name="offset" /> is greater than the length of the <paramref name="bytes" /> array.</exception>
+<paramref name="count" /> is less than <see langword="0" />, or <paramref name="count" /> + <paramref name="offset" /> is greater than the length of the <paramref name="bytes" /> array.</exception>
     </member>
     <member name="M:System.Web.HttpUtility.UrlEncodeToBytes(System.String)">
       <summary>Converts a string into a URL-encoded array of bytes.</summary>