diff --git a/xml/System.Runtime.CompilerServices/Unsafe.xml b/xml/System.Runtime.CompilerServices/Unsafe.xml
index 2b56c825de5..c43530b086b 100644
--- a/xml/System.Runtime.CompilerServices/Unsafe.xml
+++ b/xml/System.Runtime.CompilerServices/Unsafe.xml
@@ -49,11 +49,11 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of void pointer.
+ The void pointer to add the offset to.
+ The offset to add.
+ Adds an element offset to the given void pointer.
+ A new void pointer that reflects the addition of offset to the specified pointer.
To be added.
@@ -185,9 +185,7 @@
The type of reference.
The first reference to compare.
The second reference to compare.
-
- Determines whether the specified references point to the same location.
-
+ Determines whether the specified references point to the same location.
if and point to the same location; otherwise, .
To be added.
@@ -764,11 +762,11 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the reference.
+ The first value to compare.
+ The second value to compare.
+ Returns a value that indicates whether a specified reference is greater than another specified reference.
+ if is greater than ; otherwise, .
To be added.
@@ -797,11 +795,11 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the reference.
+ The first value to compare.
+ The second value to compare.
+ Returns a value that indicates whether a specified reference is less than another specified reference.
+ if is less than ; otherwise, .
To be added.
@@ -964,11 +962,11 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the void pointer.
+ The void pointer to subtract the offset from.
+ The offset to subtract.
+ Subtracts an element offset from the given void pointer.
+ A new void pointer that reflects the subtraction of offset from the specified pointer.
To be added.
@@ -1062,8 +1060,7 @@
The type of reference.
The reference to subtract the offset from.
- The offset to subtract.
- To be added.
+ The offset to subtract.
Subtracts a byte offset from the given reference.