diff --git a/xml/Microsoft.VisualBasic.FileIO/TextFieldParser.xml b/xml/Microsoft.VisualBasic.FileIO/TextFieldParser.xml
index 6bc109c4c49..b55e6c79cbf 100644
--- a/xml/Microsoft.VisualBasic.FileIO/TextFieldParser.xml
+++ b/xml/Microsoft.VisualBasic.FileIO/TextFieldParser.xml
@@ -1104,8 +1104,7 @@
-
- . Number of characters to read. Required.
+ The number of characters to read. Required.
Reads the specified number of characters without advancing the cursor.
A string that contains the specified number of characters read.
diff --git a/xml/System.Data.OracleClient/OracleMonthSpan.xml b/xml/System.Data.OracleClient/OracleMonthSpan.xml
index 85671363f4a..d6af63fb179 100644
--- a/xml/System.Data.OracleClient/OracleMonthSpan.xml
+++ b/xml/System.Data.OracleClient/OracleMonthSpan.xml
@@ -581,9 +581,9 @@
- An structure to convert to an .
- Converts an structure to an .
- An .
+ An structure to convert to an integer.
+ Converts an structure to an .
+ An integer.
To be added.
diff --git a/xml/System.Data.OracleClient/OracleNumber.xml b/xml/System.Data.OracleClient/OracleNumber.xml
index 91da6f90d37..b1f3a787e4b 100644
--- a/xml/System.Data.OracleClient/OracleNumber.xml
+++ b/xml/System.Data.OracleClient/OracleNumber.xml
@@ -1488,7 +1488,7 @@
The structure to be converted.
Converts the structure to .
- A new structure whose value equals the of the structure.
+ A new structure whose value equals the of the structure.
To be added.
@@ -1616,8 +1616,8 @@ Console.WriteLine(i);
The integer structure to be converted.
- Converts the supplied structure to an structure.
- A new structure whose property equals the value of the structure.
+ Converts the supplied integer to an structure.
+ A new structure whose property equals the value of the integer.
To be added.
@@ -2069,8 +2069,8 @@ Console.WriteLine(i);
The to be raised to a power.
- An structure that specifies a power.
- Calculates the result of raising a specified structure to the power specified by an structure.
+ An integer that specifies a power.
+ Calculates the result of raising a specified number to the specified power.
The number raised to the power .
To be added.
diff --git a/xml/System.IO.Compression/DeflateStream.xml b/xml/System.IO.Compression/DeflateStream.xml
index dd586ea39e1..82cbf843fec 100644
--- a/xml/System.IO.Compression/DeflateStream.xml
+++ b/xml/System.IO.Compression/DeflateStream.xml
@@ -1361,7 +1361,7 @@ If the operation is canceled before it completes, the returned task contains the
Reads a byte from the Deflate stream and advances the position within the stream by one byte, or returns -1 if at the end of the Deflate stream.
- The unsigned byte cast to an , or -1 if at the end of the stream.
+ The unsigned byte cast to an , or -1 if at the end of the stream.
Reads a byte from the GZip stream and advances the position within the stream by one byte, or returns -1 if at the end of the GZip stream.
- The unsigned byte cast to an , or -1 if at the end of the stream.
+ The unsigned byte cast to an , or -1 if at the end of the stream.
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
- The unsigned byte cast to an , or -1 if at the end of the stream.
+ The unsigned byte cast to an , or -1 if at the end of the stream.
Reads a byte from the and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
- The unsigned byte cast to an , or -1 if at the end of the stream.
+ The unsigned byte cast to an , or -1 if at the end of the stream.
Reads a byte from the and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
- The unsigned byte cast to an , or -1 if at the end of the stream.
+ The unsigned byte cast to an , or -1 if at the end of the stream.
The name to associate with the value, so it can be deserialized later.
- The value to serialize.
+ The value to serialize.
Adds a 32-bit signed integer value into the store.
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
- The unsigned byte cast to an , or -1 if at the end of the stream.
+ The unsigned byte cast to an , or -1 if at the end of the stream.
The time-out in milliseconds.
- Upgrades a reader lock to the writer lock, using an value for the time-out.
+ Upgrades a reader lock to the writer lock, using an value for the time-out.
A value.
- An that identifies the to retrieve.
+ An that identifies the to retrieve.
Retrieves the specified .
The specified .
To be added.
diff --git a/xml/System.Windows.Forms/DataGridView.xml b/xml/System.Windows.Forms/DataGridView.xml
index 9e021d04f34..ece893e0c64 100644
--- a/xml/System.Windows.Forms/DataGridView.xml
+++ b/xml/System.Windows.Forms/DataGridView.xml
@@ -7829,7 +7829,7 @@
- An that identifies the to retrieve.
+ An that identifies the to retrieve.
Retrieves the specified .
The specified .
To be added.
diff --git a/xml/System.Xaml/XamlLanguage.xml b/xml/System.Xaml/XamlLanguage.xml
index 34b57f7bb0c..369158fce71 100644
--- a/xml/System.Xaml/XamlLanguage.xml
+++ b/xml/System.Xaml/XamlLanguage.xml
@@ -591,8 +591,8 @@
System.Xaml.XamlType
- Gets a for the XAML language intrinsic.
- A for the XAML language intrinsic.
+ Gets a for the XAML language intrinsic.
+ A for the XAML language intrinsic.
- A value of type that identifies a group of items to average, such as a column in a table.
+ A value of type that identifies a group of items to average, such as a column in a table.
Finds the average of a sequence of Int32 values.
To be added.
@@ -81,7 +81,7 @@
Returns the average result of a sequence of Int32 values.
- An value that contains the average result of a sequence of values.
+ An value that contains the average result of a sequence of values.
To be added.
@@ -108,7 +108,7 @@
- Initializes a sequence of values.
+ Initializes a sequence of values.
To be added.
@@ -165,7 +165,7 @@
- A value of type .
+ A value of type .
Assigns the parameter to the existing result if the parameter is greater than the existing result.
To be added.
@@ -197,8 +197,8 @@
System.Int32
- Returns the largest value in a sequence of values.
- An value that contains the maximum value in a sequence of values.
+ Returns the largest value in a sequence of values.
+ An value that contains the maximum value in a sequence of values.
To be added.
@@ -227,7 +227,7 @@
- A value of type
+ A value of type
Assigns the parameter to the existing result if the parameter is less than the existing result.
To be added.
@@ -260,7 +260,7 @@
Returns the smallest value in a sequence of Int32 values.
- An value that contains the minimum value in a sequence of values.
+ An value that contains the minimum value in a sequence of values.
To be added.
@@ -289,8 +289,8 @@
- A value of type .
- Adds an value to the existing result.
+ A value of type .
+ Adds an value to the existing result.
To be added.
@@ -322,7 +322,7 @@
Returns the sum of a sequence of Int32 values.
- An value that contains the sum of a sequence of values.
+ An value that contains the sum of a sequence of values.
To be added.
diff --git a/xml/System.Xml.Xsl.Runtime/XmlILStorageConverter.xml b/xml/System.Xml.Xsl.Runtime/XmlILStorageConverter.xml
index c7307382e3b..7370575f252 100644
--- a/xml/System.Xml.Xsl.Runtime/XmlILStorageConverter.xml
+++ b/xml/System.Xml.Xsl.Runtime/XmlILStorageConverter.xml
@@ -56,7 +56,7 @@
The value to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts a Boolean value to an .
The object for the value.
@@ -91,7 +91,7 @@
An array of to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts an array of bytes to an .
The object for the array.
@@ -126,7 +126,7 @@
A value of type to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts a value to an .
The object for the value.
@@ -161,7 +161,7 @@
A value of type to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts a decimal value to an .
The object for the value.
@@ -196,7 +196,7 @@
A value of type to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts a value to an .
The object for the value.
@@ -230,11 +230,11 @@
- A value of type to convert.
- A value of type that provides the index of the item to convert.
+ A value of type to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
- Converts an value to an .
- The object for the value.
+ Converts an value to an .
+ The object for the value.
To be added.
@@ -266,7 +266,7 @@
A value of type to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts an value to an .
The object for the value.
@@ -363,7 +363,7 @@
A value of type to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts a value to an .
The object for the value.
@@ -398,7 +398,7 @@
A value of type to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts a string value to an .
The object for the value.
@@ -433,7 +433,7 @@
A value of type to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts a value to an .
The object for the value.
@@ -468,7 +468,7 @@
An instance of the class to convert.
- A value of type that provides the index of the item to convert.
+ A value of type that provides the index of the item to convert.
An instance of the class.
Converts an value to an .
The object for the value.
diff --git a/xml/System.Xml.Xsl.Runtime/XmlQueryItemSequence.xml b/xml/System.Xml.Xsl.Runtime/XmlQueryItemSequence.xml
index b9cf5a81cff..3768529e5d2 100644
--- a/xml/System.Xml.Xsl.Runtime/XmlQueryItemSequence.xml
+++ b/xml/System.Xml.Xsl.Runtime/XmlQueryItemSequence.xml
@@ -95,7 +95,7 @@
- A value of type .
+ A value of type .
Initializes a new instance of the class.
To be added.
diff --git a/xml/System.Xml.Xsl.Runtime/XmlQueryNodeSequence.xml b/xml/System.Xml.Xsl.Runtime/XmlQueryNodeSequence.xml
index 7542308ac27..9ba324f59cf 100644
--- a/xml/System.Xml.Xsl.Runtime/XmlQueryNodeSequence.xml
+++ b/xml/System.Xml.Xsl.Runtime/XmlQueryNodeSequence.xml
@@ -141,7 +141,7 @@
- A value of type .
+ A value of type .
Initializes a new instance of the class.
To be added.
@@ -760,7 +760,7 @@
- A value of type .
+ A value of type .
Returns the item at the specified index.
An instance of the class.
To be added.
diff --git a/xml/System.Xml.Xsl.Runtime/XmlQueryRuntime.xml b/xml/System.Xml.Xsl.Runtime/XmlQueryRuntime.xml
index 6e781c89021..c939d31f9ab 100644
--- a/xml/System.Xml.Xsl.Runtime/XmlQueryRuntime.xml
+++ b/xml/System.Xml.Xsl.Runtime/XmlQueryRuntime.xml
@@ -87,7 +87,7 @@
- A value of type .
+ A value of type .
A value of type .
A value of type .
Converts a value from the CLR type of the parameter to CLR by using V1 XSLT rules. Converts any result tree fragment values to nodes.
diff --git a/xml/System.Xml.Xsl.Runtime/XmlSortKeyAccumulator.xml b/xml/System.Xml.Xsl.Runtime/XmlSortKeyAccumulator.xml
index 4a335407f84..c7e50edbe08 100644
--- a/xml/System.Xml.Xsl.Runtime/XmlSortKeyAccumulator.xml
+++ b/xml/System.Xml.Xsl.Runtime/XmlSortKeyAccumulator.xml
@@ -213,7 +213,7 @@
An instance of the class.
- A value of type .
+ A value of type .
Creates a new sort key and appends it to the current run of sort keys.
To be added.
diff --git a/xml/System.Xml/XmlConvert.xml b/xml/System.Xml/XmlConvert.xml
index 7289369406b..3e5cbbcd0d6 100644
--- a/xml/System.Xml/XmlConvert.xml
+++ b/xml/System.Xml/XmlConvert.xml
@@ -1488,7 +1488,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
The string to convert.
Converts the to a equivalent.
- An equivalent of the string.
+ An equivalent of the string.
To be added.
is .
@@ -2135,7 +2135,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
The value to convert.
Converts the to a .
- A string representation of the .
+ A string representation of the .
To be added.