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
+2-3
Original file line number
Diff line number
Diff line change
@@ -580,7 +580,7 @@
580
580
</ReturnValue>
581
581
<Docs>
582
582
<summary>Gets a value that indicates whether the <seecref="T:System.Buffers.ReadOnlySequence`1" /> is empty.</summary>
583
-
<value>To be added.</value>
583
+
<value><seelangword="true" /> if the read-only sequence is empty; otherwise, <seelangword="false" />.</value>
584
584
<remarks>To be added.</remarks>
585
585
</Docs>
586
586
</Member>
@@ -615,8 +615,7 @@
615
615
</ReturnValue>
616
616
<Docs>
617
617
<summary>Gets a value that indicates whether the <seecref="T:System.Buffers.ReadOnlySequence`1" /> contains a single <seecref="T:System.ReadOnlyMemory`1" /> segment.</summary>
618
-
<value>
619
-
<seelangword="true" /> if the read-only sequence is empty; otherwise, <seelangword="false" />.</value>
618
+
<value><seelangword="true" /> if the read-only sequence consists of a single memory segment; otherwise, <seelangword="false" />.</value>
0 commit comments