|
49 | 49 | <Parameter Name="elementOffset" Type="System.Int32" Index="1" FrameworkAlternate="dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;netcore-3.0" />
|
50 | 50 | </Parameters>
|
51 | 51 | <Docs>
|
52 |
| - <typeparam name="T">To be added.</typeparam> |
53 |
| - <param name="source">To be added.</param> |
54 |
| - <param name="elementOffset">To be added.</param> |
55 |
| - <summary>To be added.</summary> |
56 |
| - <returns>To be added.</returns> |
| 52 | + <typeparam name="T">The type of void pointer.</typeparam> |
| 53 | + <param name="source">The void pointer to add the offset to.</param> |
| 54 | + <param name="elementOffset">The offset to add.</param> |
| 55 | + <summary>Adds an element offset to the given void pointer.</summary> |
| 56 | + <returns>A new void pointer that reflects the addition of offset to the specified pointer.</returns> |
57 | 57 | <remarks>To be added.</remarks>
|
58 | 58 | </Docs>
|
59 | 59 | </Member>
|
|
185 | 185 | <typeparam name="T">The type of reference.</typeparam>
|
186 | 186 | <param name="left">The first reference to compare.</param>
|
187 | 187 | <param name="right">The second reference to compare.</param>
|
188 |
| - <summary> |
189 |
| - Determines whether the specified references point to the same location. |
190 |
| - </summary> |
| 188 | + <summary>Determines whether the specified references point to the same location.</summary> |
191 | 189 | <returns>
|
192 | 190 | <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> point to the same location; otherwise, <see langword="false" />.</returns>
|
193 | 191 | <remarks>To be added.</remarks>
|
|
764 | 762 | <Parameter Name="right" Type="T" RefType="ref" Index="1" FrameworkAlternate="dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;netcore-3.0" />
|
765 | 763 | </Parameters>
|
766 | 764 | <Docs>
|
767 |
| - <typeparam name="T">To be added.</typeparam> |
768 |
| - <param name="left">To be added.</param> |
769 |
| - <param name="right">To be added.</param> |
770 |
| - <summary>To be added.</summary> |
771 |
| - <returns>To be added.</returns> |
| 765 | + <typeparam name="T">The type of the reference.</typeparam> |
| 766 | + <param name="left">The first value to compare.</param> |
| 767 | + <param name="right">The second value to compare.</param> |
| 768 | + <summary>Returns a value that indicates whether a specified reference is greater than another specified reference.</summary> |
| 769 | + <returns><see langword="true" /> if <paramref name="left" /> is greater than <paramref name="right" />; otherwise, <see langword="false" />.</returns> |
772 | 770 | <remarks>To be added.</remarks>
|
773 | 771 | </Docs>
|
774 | 772 | </Member>
|
|
797 | 795 | <Parameter Name="right" Type="T" RefType="ref" Index="1" FrameworkAlternate="dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;netcore-3.0" />
|
798 | 796 | </Parameters>
|
799 | 797 | <Docs>
|
800 |
| - <typeparam name="T">To be added.</typeparam> |
801 |
| - <param name="left">To be added.</param> |
802 |
| - <param name="right">To be added.</param> |
803 |
| - <summary>To be added.</summary> |
804 |
| - <returns>To be added.</returns> |
| 798 | + <typeparam name="T">The type of the reference.</typeparam> |
| 799 | + <param name="left">The first value to compare.</param> |
| 800 | + <param name="right">The second value to compare.</param> |
| 801 | + <summary>Returns a value that indicates whether a specified reference is less than another specified reference.</summary> |
| 802 | + <returns><see langword="true" /> if <paramref name="left" /> is less than <paramref name="right" />; otherwise, <see langword="false" />.</returns> |
805 | 803 | <remarks>To be added.</remarks>
|
806 | 804 | </Docs>
|
807 | 805 | </Member>
|
|
964 | 962 | <Parameter Name="elementOffset" Type="System.Int32" Index="1" FrameworkAlternate="dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;netcore-3.0" />
|
965 | 963 | </Parameters>
|
966 | 964 | <Docs>
|
967 |
| - <typeparam name="T">To be added.</typeparam> |
968 |
| - <param name="source">To be added.</param> |
969 |
| - <param name="elementOffset">To be added.</param> |
970 |
| - <summary>To be added.</summary> |
971 |
| - <returns>To be added.</returns> |
| 965 | + <typeparam name="T">The type of the void pointer.</typeparam> |
| 966 | + <param name="source">The void pointer to subtract the offset from.</param> |
| 967 | + <param name="elementOffset">The offset to subtract.</param> |
| 968 | + <summary>Subtracts an element offset from the given void pointer.</summary> |
| 969 | + <returns>A new void pointer that reflects the subtraction of offset from the specified pointer.</returns> |
972 | 970 | <remarks>To be added.</remarks>
|
973 | 971 | </Docs>
|
974 | 972 | </Member>
|
|
1062 | 1060 | <Docs>
|
1063 | 1061 | <typeparam name="T">The type of reference.</typeparam>
|
1064 | 1062 | <param name="source">The reference to subtract the offset from.</param>
|
1065 |
| - <param name="bytesOffset">The offset to subtract.</param> |
1066 |
| - <param name="byteOffset">To be added.</param> |
| 1063 | + <param name="byteOffset">The offset to subtract.</param> |
1067 | 1064 | <summary>
|
1068 | 1065 | Subtracts a byte offset from the given reference.
|
1069 | 1066 | </summary>
|
|
0 commit comments