[Build] Update Tizen.NET package assets (#2123)
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API7 / build / tizen70 / ref / System.Runtime.CompilerServices.Unsafe.xml
index 6f29188..2ee9db6 100755 (executable)
       <param name="byteCount">The number of bytes to copy.</param>
     </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Byte@,System.Byte@,System.UInt32)">
-      <summary>Copies bytes from the source address to the destination address 
+      <summary>Copies bytes from the source address to the destination address
 without assuming architecture dependent alignment of the addresses.</summary>
       <param name="destination">The destination address to copy to.</param>
       <param name="source">The source address to copy from.</param>
       <param name="byteCount">The number of bytes to copy.</param>
     </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32)">
-      <summary>Copies bytes from the source address to the destination address 
+      <summary>Copies bytes from the source address to the destination address
 without assuming architecture dependent alignment of the addresses.</summary>
       <param name="destination">The destination address to copy to.</param>
       <param name="source">The source address to copy from.</param>
@@ -132,14 +132,14 @@ without assuming architecture dependent alignment of the addresses.</summary>
       <param name="byteCount">The number of bytes to initialize.</param>
     </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Byte@,System.Byte,System.UInt32)">
-      <summary>Initializes a block of memory at the given location with a given initial value 
+      <summary>Initializes a block of memory at the given location with a given initial value
 without assuming architecture dependent alignment of the address.</summary>
       <param name="startAddress">The address of the start of the memory block to initialize.</param>
       <param name="value">The value to initialize the block to.</param>
       <param name="byteCount">The number of bytes to initialize.</param>
     </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Void*,System.Byte,System.UInt32)">
-      <summary>Initializes a block of memory at the given location with a given initial value 
+      <summary>Initializes a block of memory at the given location with a given initial value
 without assuming architecture dependent alignment of the address.</summary>
       <param name="startAddress">The address of the start of the memory block to initialize.</param>
       <param name="value">The value to initialize the block to.</param>