Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Runtime.CompilerServices.Unsafe.xml
index 9d79492..2ee9db6 100755 (executable)
       <typeparam name="T">The type of reference.</typeparam>
       <returns>A new reference that reflects the addition of offset to pointer.</returns>
     </member>
-    <member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.UIntPtr)">
-      <summary>Adds an element offset to the given reference.</summary>
-      <param name="source">The reference to add the offset to.</param>
-      <param name="elementOffset">The offset to add.</param>
-      <typeparam name="T">The type of reference.</typeparam>
-      <returns>A new reference that reflects the addition of offset to pointer.</returns>
-    </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(System.Void*,System.Int32)">
       <summary>Adds an element offset to the given void pointer.</summary>
       <param name="source">The void pointer to add the offset to.</param>
       <typeparam name="T">The type of reference.</typeparam>
       <returns>A new reference that reflects the addition of byte offset to pointer.</returns>
     </member>
-    <member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.UIntPtr)">
-      <summary>Adds a byte offset to the given reference.</summary>
-      <param name="source">The reference to add the offset to.</param>
-      <param name="byteOffset">The offset to add.</param>
-      <typeparam name="T">The type of reference.</typeparam>
-      <returns>A new reference that reflects the addition of byte offset to pointer.</returns>
-    </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.AreSame``1(``0@,``0@)">
       <summary>Determines whether the specified references point to the same location.</summary>
       <param name="left">The first reference to compare.</param>
       <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 without assuming architecture dependent alignment of the addresses.</summary>
+      <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 without assuming architecture dependent alignment of the addresses.</summary>
+      <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>
       <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 without assuming architecture dependent alignment of the address.</summary>
+      <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 without assuming architecture dependent alignment of the address.</summary>
+      <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>
       <returns>
         <see langword="true" /> if <paramref name="left" /> is less than <paramref name="right" />; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Runtime.CompilerServices.Unsafe.IsNullRef``1(``0@)">
-      <summary>Determines if a given reference to a value of type <typeparamref name="T" /> is a null reference.</summary>
-      <param name="source">The reference to check.</param>
-      <typeparam name="T">The type of the reference.</typeparam>
-      <returns>
-        <see langword="true" /> if <paramref name="source" /> is a null reference; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Runtime.CompilerServices.Unsafe.NullRef``1">
-      <summary>Returns a reference to a value of type <typeparamref name="T" /> that is a null reference.</summary>
-      <typeparam name="T">The type of the reference.</typeparam>
-      <returns>A reference to a value of type <typeparamref name="T" /> that is a null reference.</returns>
-    </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.Read``1(System.Void*)">
       <summary>Reads a value of type <typeparamref name="T" /> from the given location.</summary>
       <param name="source">The location to read from.</param>
       <returns>An object of type <typeparamref name="T" /> read from the given location.</returns>
     </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Byte@)">
-      <summary>Reads a value of type <typeparamref name="T" /> from the given location without assuming architecture dependent alignment of the addresses.</summary>
+      <summary>Reads a value of type <typeparamref name="T" /> from the given location
+without assuming architecture dependent alignment of the addresses.</summary>
       <param name="source">The location to read from.</param>
       <typeparam name="T">The type to read.</typeparam>
       <returns>An object of type <typeparamref name="T" /> read from the given location.</returns>
     </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Void*)">
-      <summary>Reads a value of type <typeparamref name="T" /> from the given location without assuming architecture dependent alignment of the addresses.</summary>
+      <summary>Reads a value of type <typeparamref name="T" /> from the given location
+without assuming architecture dependent alignment of the addresses.</summary>
       <param name="source">The location to read from.</param>
       <typeparam name="T">The type to read.</typeparam>
       <returns>An object of type <typeparamref name="T" /> read from the given location.</returns>
       <typeparam name="T">The type of object whose size is retrieved.</typeparam>
       <returns>The size of an object of type <typeparamref name="T" />.</returns>
     </member>
-    <member name="M:System.Runtime.CompilerServices.Unsafe.SkipInit``1(``0@)">
-      <summary>Bypasses definite assignment rules for a given value.</summary>
-      <param name="value">The uninitialized object.</param>
-      <typeparam name="T">The type of the uninitialized object.</typeparam>
-    </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.Int32)">
       <summary>Subtracts an element offset from the given reference.</summary>
       <param name="source">The reference to subtract the offset from.</param>
       <typeparam name="T">The type of reference.</typeparam>
       <returns>A new reference that reflects the subtraction of offset from pointer.</returns>
     </member>
-    <member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.UIntPtr)">
-      <summary>Subtracts an element offset from the given reference.</summary>
-      <param name="source">The reference to subtract the offset from.</param>
-      <param name="elementOffset">The offset to subtract.</param>
-      <typeparam name="T">The type of reference.</typeparam>
-      <returns>A new reference that reflects the subraction of offset from pointer.</returns>
-    </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(System.Void*,System.Int32)">
       <summary>Subtracts an element offset from the given void pointer.</summary>
       <param name="source">The void pointer to subtract the offset from.</param>
       <typeparam name="T">The type of reference.</typeparam>
       <returns>A new reference that reflects the subtraction of byte offset from pointer.</returns>
     </member>
-    <member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.UIntPtr)">
-      <summary>Subtracts a byte offset from the given reference.</summary>
-      <param name="source">The reference to subtract the offset from.</param>
-      <param name="byteOffset">The offset to subtract.</param>
-      <typeparam name="T">The type of reference.</typeparam>
-      <returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
-    </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.Unbox``1(System.Object)">
       <summary>Returns a <see langword="mutable ref" /> to a boxed value.</summary>
       <param name="box">The value to unbox.</param>
       <typeparam name="T">The type to be unboxed.</typeparam>
+      <returns>A <see langword="mutable ref" /> to the boxed value <paramref name="box" />.</returns>
       <exception cref="T:System.NullReferenceException">
         <paramref name="box" /> is <see langword="null" />, and <typeparamref name="T" /> is a non-nullable value type.</exception>
       <exception cref="T:System.InvalidCastException">
         <paramref name="box" /> is not a boxed value type.
-         
 -or-
-
 <paramref name="box" /> is not a boxed <typeparamref name="T" />.</exception>
       <exception cref="T:System.TypeLoadException">
         <typeparamref name="T" /> cannot be found.</exception>
-      <returns>A <see langword="mutable ref" /> to the boxed value <paramref name="box" />.</returns>
     </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.Write``1(System.Void*,``0)">
       <summary>Writes a value of type <typeparamref name="T" /> to the given location.</summary>
       <typeparam name="T">The type of value to write.</typeparam>
     </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Byte@,``0)">
-      <summary>Writes a value of type <typeparamref name="T" /> to the given location without assuming architecture dependent alignment of the addresses.</summary>
+      <summary>Writes a value of type <typeparamref name="T" /> to the given location
+without assuming architecture dependent alignment of the addresses.</summary>
       <param name="destination">The location to write to.</param>
       <param name="value">The value to write.</param>
       <typeparam name="T">The type of value to write.</typeparam>
     </member>
     <member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Void*,``0)">
-      <summary>Writes a value of type <typeparamref name="T" /> to the given location without assuming architecture dependent alignment of the addresses.</summary>
+      <summary>Writes a value of type <typeparamref name="T" /> to the given location
+without assuming architecture dependent alignment of the addresses.</summary>
       <param name="destination">The location to write to.</param>
       <param name="value">The value to write.</param>
       <typeparam name="T">The type of value to write.</typeparam>