From eef4d2adce0982c0ea350c84b6bad14fdeaefeec Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Thu, 25 Jul 2019 11:56:23 -0700 Subject: [PATCH] style guide + missing sections --- xml/System.Buffers/SequenceReader`1.xml | 32 ++++++++++++++----------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/xml/System.Buffers/SequenceReader`1.xml b/xml/System.Buffers/SequenceReader`1.xml index cda5104f27b..05cda8fee77 100644 --- a/xml/System.Buffers/SequenceReader`1.xml +++ b/xml/System.Buffers/SequenceReader`1.xml @@ -340,9 +340,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. @@ -366,9 +366,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. @@ -551,7 +551,7 @@ The delimiters to search for. 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. @@ -585,7 +585,11 @@ if there is enough data to completely fill the span; otherwise, . . + ]]> @@ -667,7 +671,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, . To be added. @@ -695,7 +699,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, . To be added. @@ -723,9 +727,9 @@ 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. @@ -753,7 +757,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. 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, . To be added. @@ -783,7 +787,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. 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, . To be added. @@ -811,7 +815,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, . To be added. @@ -839,7 +843,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, . To be added. @@ -867,7 +871,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.