Skip to content

Commit 83e4099

Browse files
authored
Automatic port of System.Buffers docs (dotnet#4810)
1 parent 71c13b3 commit 83e4099

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

xml/System.Buffers/SequenceReader`1.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -968,11 +968,13 @@ This method copies a fixed amount of data out of the sequence if possible. It do
968968
<Parameter Name="advancePastDelimiter" Type="System.Boolean" Index="2" FrameworkAlternate="net-5.0" />
969969
</Parameters>
970970
<Docs>
971-
<param name="sequence">To be added.</param>
972-
<param name="delimiter">To be added.</param>
973-
<param name="advancePastDelimiter">To be added.</param>
974-
<summary>To be added.</summary>
975-
<returns>To be added.</returns>
971+
<param name="sequence">The read data, if any.</param>
972+
<param name="delimiter">The delimiter to look for.</param>
973+
<param name="advancePastDelimiter">
974+
<see langword="true" /> to move past the <paramref name="delimiter" /> if found.</param>
975+
<summary>Try to read everything up to the given <paramref name="delimiter" />.</summary>
976+
<returns>
977+
<see langword="true" /> if the <paramref name="delimiter" /> was found; otherwise, <see langword="false" />.</returns>
976978
<remarks>To be added.</remarks>
977979
</Docs>
978980
</Member>

0 commit comments

Comments
 (0)