diff --git a/xml/System.Runtime.InteropServices/CLong.xml b/xml/System.Runtime.InteropServices/CLong.xml index 9d3205145a9..7800452aa35 100644 --- a/xml/System.Runtime.InteropServices/CLong.xml +++ b/xml/System.Runtime.InteropServices/CLong.xml @@ -94,7 +94,7 @@ The integer value. - Constructs an instance from a native sized integer. + Constructs an instance from a native-sized integer. To be added. is outside the range of the underlying storage type. diff --git a/xml/System.Runtime.InteropServices/CULong.xml b/xml/System.Runtime.InteropServices/CULong.xml index 52bfd0d9553..51871844006 100644 --- a/xml/System.Runtime.InteropServices/CULong.xml +++ b/xml/System.Runtime.InteropServices/CULong.xml @@ -94,7 +94,7 @@ The integer value. - Constructs an instance from a native sized unsigned integer. + Constructs an instance from a native-sized unsigned integer. To be added. is outside the range of the underlying storage type. diff --git a/xml/System.Runtime.InteropServices/Marshal.xml b/xml/System.Runtime.InteropServices/Marshal.xml index cb56bedd4dd..bfeca48a1d0 100644 --- a/xml/System.Runtime.InteropServices/Marshal.xml +++ b/xml/System.Runtime.InteropServices/Marshal.xml @@ -9245,7 +9245,7 @@ On .NET 6 and later versions, this method is functionally equivalent to 4.2.0.0 - Reads a processor native sized integer from unmanaged memory. Reading from unaligned memory locations is supported. + Reads a processor native-sized integer from unmanaged memory. Reading from unaligned memory locations is supported. @@ -9393,7 +9393,7 @@ On .NET 6 and later versions, this method is functionally equivalent to The base address in unmanaged memory from which to read. An additional byte offset, which is added to the parameter before reading. - Reads a processor native sized integer at a given offset from unmanaged memory. + Reads a processor native-sized integer at a given offset from unmanaged memory. The integer read from unmanaged memory at the given offset. The base address in unmanaged memory of the source object. An additional byte offset, which is added to the parameter before reading. - Reads a processor native sized integer from unmanaged memory. + Reads a processor native-sized integer from unmanaged memory. The integer read from unmanaged memory at the given offset. The address in unmanaged memory to write to. The value to write. - Writes a processor native sized integer value into unmanaged memory. + Writes a processor native-sized integer value into unmanaged memory. The base address in unmanaged memory of the target object. An additional byte offset, which is added to the parameter before writing. The value to write. - Writes a processor native sized integer value to unmanaged memory. + Writes a processor native-sized integer value to unmanaged memory. A signed number. - Returns an integer that indicates the sign of a native sized signed integer. + Returns an integer that indicates the sign of a native-sized signed integer. A number that indicates the sign of , as shown in the following table. Return value