diff --git a/xml/System.Buffers/SequenceReader`1.xml b/xml/System.Buffers/SequenceReader`1.xml index 849810c7a30..0ba4a8c2414 100644 --- a/xml/System.Buffers/SequenceReader`1.xml +++ b/xml/System.Buffers/SequenceReader`1.xml @@ -342,9 +342,9 @@ The span to compare the next items to. - to move past the values if they are found, or to not move past them. + to move past the values if they are found; otherwise, . Checks whether the values specified in a read-only span are next in the sequence. - To be added. + if the values are next in sequence; otherwise, . To be added. @@ -369,9 +369,9 @@ The value to compare the next items to. - to move past the values if they are found, or to not move past them. + to move past the values if they are found; otherwise, . Checks whether a specified value is next in the sequence. - To be added. + if the values are next in sequence; otherwise, . To be added. @@ -557,7 +557,7 @@ to move past the first instance of any of the given ; to not move past the delimiter. Searches for any of a number of specified delimiters and optionally advances past the first one to be found. - if any of the given was found. + if any of the given was found; otherwise, . To be added. @@ -591,7 +591,11 @@ if there is enough data to completely fill the span; otherwise, . . + ]]> @@ -676,7 +680,7 @@ This method copies a fixed amount of data out of the sequence if possible. It do When the method returns, contains the data read, if any. A read-only span that contains one or more delimiters. - to move past the if found. + to move past the if found; otherwise, . Tries to read data until the entire delimiter specified as a read-only span matches. if the was found; otherwise, . @@ -706,7 +710,7 @@ This method copies a fixed amount of data out of the sequence if possible. It do When the method returns, contains the data read, if any. The delimiter to look for. - to move past the if found. + to move past the if found; otherwise, . Tries to read everything up to the given . if the was found; otherwise, . @@ -736,10 +740,10 @@ This method copies a fixed amount of data out of the sequence if possible. It do When the method returns, contains the data read, if any. The delimiter to look for. - to move past the if found. + to move past the if found; otherwise, . Tries to read everything up to the given . - if the was found. + if the was found; otherwise, . To be added. @@ -768,7 +772,7 @@ This method copies a fixed amount of data out of the sequence if possible. It do The delimiter to look for. A value that indicates that an immediately following is to be skipped. - to move past the if found. + to move past the if found; otherwise, . Tries to read everything up to the given , ignoring delimiters that are preceded by . if the was found; otherwise, . @@ -800,7 +804,7 @@ This method copies a fixed amount of data out of the sequence if possible. It do The delimiter to look for. A value that indicates that an immediately following is to be skipped. - to move past the if found. + to move past the if found; otherwise, . Tries to read everything up to the given , ignoring delimiters that are preceded by . if the was found; otherwise, . @@ -830,7 +834,7 @@ This method copies a fixed amount of data out of the sequence if possible. It do When the method returns, contains the data read, if any. The delimiters to look for. - to move past the first found instance of any of the given . + to move past the first found instance of any of the given ; otherwise, . Tries to read everything up to any of the specified . if any of the were found; otherwise, . @@ -860,7 +864,7 @@ This method copies a fixed amount of data out of the sequence if possible. It do When the method returns, contains the data read, if any. The delimiters to look for. - to move past the first found instance of any of the given . + to move past the first found instance of any of the given ; otherwise, . Tries to read everything up to any of the specified . if any of the were found; otherwise, . @@ -889,7 +893,7 @@ This method copies a fixed amount of data out of the sequence if possible. It do Gets the unread portion of the . - To be added. + The unread portion of the . To be added.