File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments