[Build] Update Tizen.NET package assets (#2123)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API7 / build / tizen70 / ref / System.Threading.Overlapped.xml
index 73aa488..a397606 100755 (executable)
         <paramref name="preAllocated" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
         <paramref name="preAllocated" /> is currently in use for another I/O operation.</exception>
-      <exception cref="T:System.ObjectDisposedException">This method was called after the <see cref="T:System.Threading.ThreadPoolBoundHandle" /> was disposed.  
- -or-  
- This method was called after <paramref name="preAllocated" /> was disposed.</exception>
+      <exception cref="T:System.ObjectDisposedException">This method was called after the <see cref="T:System.Threading.ThreadPoolBoundHandle" /> was disposed.
+-or-
+This method was called after <paramref name="preAllocated" /> was disposed.</exception>
     </member>
     <member name="M:System.Threading.ThreadPoolBoundHandle.BindHandle(System.Runtime.InteropServices.SafeHandle)">
       <summary>Returns a <see cref="T:System.Threading.ThreadPoolBoundHandle" /> for the specified handle, which is bound to the system thread pool.</summary>
       <exception cref="T:System.ArgumentNullException">
         <paramref name="handle" /> is <see langword="null" />.</exception>
       <exception cref="T:System.ArgumentException">
-        <paramref name="handle" /> has been disposed.  
--or-  
-<paramref name="handle" /> does not refer to a valid I/O handle.  
--or-  
-<paramref name="handle" /> refers to a handle that has not been opened for overlapped I/O.  
--or-  
+        <paramref name="handle" /> has been disposed.
+-or-
+<paramref name="handle" /> does not refer to a valid I/O handle.
+-or-
+<paramref name="handle" /> refers to a handle that has not been opened for overlapped I/O.
+-or-
 <paramref name="handle" /> refers to a handle that has already been bound.</exception>
     </member>
     <member name="M:System.Threading.ThreadPoolBoundHandle.Dispose">