Skip to content

Conversation

jeffhandley
Copy link
Member

Corresponding docs change for dotnet/runtime#116524

@jeffhandley jeffhandley requested a review from a team as a code owner September 1, 2025 21:06
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 1, 2025
@jeffhandley jeffhandley added area-System.Memory and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Sep 1, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-memory

<remarks>To be added.</remarks>
<summary>Returns the offset of a <paramref name="position" /> within this sequence.</summary>
<returns>The offset in the sequence.</returns>
<remarks>The returned offset is not a zero-based index from the start. Subtract <code>mySequence.GetOffset(mySequence.Start)</code> from the returned offset to obtain the zero-based index offset.</remarks>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<remarks>The returned offset is not a zero-based index from the start. Subtract <code>mySequence.GetOffset(mySequence.Start)</code> from the returned offset to obtain the zero-based index offset.</remarks>
<remarks>The returned offset is not a zero-based index from the start. To obtain the zero-based index offset, subtract <code>mySequence.GetOffset(mySequence.Start)</code> from the returned offset.</remarks>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants