You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Buffers/ReadOnlySequence`1.xml
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -460,8 +460,8 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
460
460
</Parameters>
461
461
<Docs>
462
462
<paramname="start">The start index at which to begin this slice.</param>
463
-
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at a specified index and continuing to the end of the read-only sequence.</summary>
464
-
<returns>To be added.</returns>
463
+
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at a specified index and continuing to the end of the read-only sequence.</summary>
464
+
<returns>A slice starting at index <paramrefname="start" /> and continuing to the end of the current read-only sequence.</returns>
465
465
<remarks>To be added.</remarks>
466
466
</Docs>
467
467
</Member>
@@ -491,8 +491,8 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
491
491
</Parameters>
492
492
<Docs>
493
493
<paramname="start">The starting (inclusive) <seecref="T:System.SequencePosition" /> at which to begin this slice.</param>
494
-
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" /> that begins at a specified starting sequence position and continues to its end.</summary>
495
-
<returns>To be added.</returns>
494
+
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at a specified sequence position and continuing to the end of the read-only sequence.</summary>
495
+
<returns>A slice starting at sequence position <paramrefname="start" /> and continuing to the end of the current read-only sequence.</returns>
496
496
<remarks>To be added.</remarks>
497
497
</Docs>
498
498
</Member>
@@ -523,8 +523,8 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
523
523
</Parameters>
524
524
<Docs>
525
525
<paramname="start">The index at which to begin this slice.</param>
526
-
<paramname="length">The length of the slice</param>
527
-
<summary>Forms a slice out of the given <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" />, with <paramrefname="length" /> items.</summary>
526
+
<paramname="length">The length of the slice.</param>
527
+
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" />, with <paramrefname="length" /> items.</summary>
528
528
<returns>A slice that consists of <paramrefname="length" /> elements from the current instance starting at index <paramrefname="start" />.</returns>
529
529
<remarks>To be added.</remarks>
530
530
</Docs>
@@ -556,9 +556,9 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
556
556
</Parameters>
557
557
<Docs>
558
558
<paramname="start">The index at which to begin this slice.</param>
559
-
<paramname="end">The end (inclusive) of the slice.</param>
560
-
<summary>Forms a slice out of the given <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" />, ending at <paramrefname="end" /> (inclusive).</summary>
561
-
<returns>A slice that consists of items from the <paramrefname="start" /> sequence position to the <paramrefname="end" /> sequence position in the current read-only sequence.</returns>
559
+
<paramname="end">The end (exclusive) <seecref="T:System.SequencePosition" /> of the slice.</param>
560
+
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" /> and ending at <paramrefname="end" /> (exclusive).</summary>
561
+
<returns>A slice that consists of items from the <paramrefname="start" /> index to, but not including, the <paramrefname="end" /> sequence position in the current read-only sequence.</returns>
562
562
<remarks>To be added.</remarks>
563
563
</Docs>
564
564
</Member>
@@ -591,7 +591,7 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
591
591
<paramname="start">The index at which to begin this slice.</param>
592
592
<paramname="length">The length of the slice.</param>
593
593
<summary>Forms a slice out of the given <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" />, with <paramrefname="length" /> items.</summary>
594
-
<returns>To be added.</returns>
594
+
<returns>A slice that consists of <paramrefname="length" /> elements from the current instance starting at index <paramrefname="start" />.</returns>
595
595
<remarks>To be added.</remarks>
596
596
</Docs>
597
597
</Member>
@@ -622,9 +622,9 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
622
622
</Parameters>
623
623
<Docs>
624
624
<paramname="start">The index at which to begin this slice.</param>
625
-
<paramname="end">The end (inclusive) of the slice.</param>
626
-
<summary>Forms a slice out of the given <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" />, ending at <paramrefname="end" /> (inclusive).</summary>
627
-
<returns>To be added.</returns>
625
+
<paramname="end">The end (exclusive) of the slice.</param>
626
+
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" /> and ending at <paramrefname="end" /> (exclusive).</summary>
627
+
<returns>A slice that consists of items from the <paramrefname="start" /> index to, but not including, the <paramrefname="end" /> sequence position in the current read-only sequence.</returns>
628
628
<remarks>To be added.</remarks>
629
629
</Docs>
630
630
</Member>
@@ -656,8 +656,8 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
656
656
<Docs>
657
657
<paramname="start">The starting (inclusive) <seecref="T:System.SequencePosition" /> at which to begin this slice.</param>
658
658
<paramname="length">The length of the slice.</param>
659
-
<summary>Forms a slice out of the given <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at '<paramrefname="start" />, with <paramrefname="length" /> items.</summary>
660
-
<returns>To be added.</returns>
659
+
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" />, with <paramrefname="length" /> items.</summary>
660
+
<returns>A slice that consists of <paramrefname="length" /> elements from the current instance starting at sequence position <paramrefname="start" />.</returns>
661
661
<remarks>To be added.</remarks>
662
662
</Docs>
663
663
</Member>
@@ -689,8 +689,8 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
689
689
<Docs>
690
690
<paramname="start">The starting (inclusive) <seecref="T:System.SequencePosition" /> at which to begin this slice.</param>
691
691
<paramname="length">The length of the slice.</param>
692
-
<summary>Forms a slice out of the given <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" />, with <paramrefname="length" /> items.</summary>
693
-
<returns>To be added.</returns>
692
+
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" />, with <paramrefname="length" /> items.</summary>
693
+
<returns>A slice that consists of <paramrefname="length" /> elements from the current instance starting at sequence position <paramrefname="start" />.</returns>
694
694
<remarks>To be added.</remarks>
695
695
</Docs>
696
696
</Member>
@@ -721,9 +721,9 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
721
721
</Parameters>
722
722
<Docs>
723
723
<paramname="start">The starting (inclusive) <seecref="T:System.SequencePosition" /> at which to begin this slice.</param>
724
-
<paramname="end">The ending (inclusive) <seecref="T:System.SequencePosition" /> of the slice.</param>
725
-
<summary>Forms a slice out of the given <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" />, ending at <paramrefname="end" /> (inclusive).</summary>
726
-
<returns>To be added.</returns>
724
+
<paramname="end">The ending (exclusive) <seecref="T:System.SequencePosition" /> of the slice.</param>
725
+
<summary>Forms a slice out of the current <seecref="T:System.Buffers.ReadOnlySequence`1" />, beginning at <paramrefname="start" /> and ending at <paramrefname="end" /> (exclusive).</summary>
726
+
<returns>A slice that consists of items from the <paramrefname="start" /> sequence position to, but not including, the <paramrefname="end" /> sequence position in the current read-only sequence.</returns>
0 commit comments