diff --git a/samples/snippets/cpp/VS_Snippets_Remoting/Classic TcpListenerExample/CPP/source.cpp b/samples/snippets/cpp/VS_Snippets_Remoting/Classic TcpListenerExample/CPP/source.cpp
index 6cce3fdfbc5..f58b3691453 100644
--- a/samples/snippets/cpp/VS_Snippets_Remoting/Classic TcpListenerExample/CPP/source.cpp
+++ b/samples/snippets/cpp/VS_Snippets_Remoting/Classic TcpListenerExample/CPP/source.cpp
@@ -41,7 +41,7 @@ int main()
Console::Write( "Waiting for a connection... " );
// Perform a blocking call to accept requests.
- // You could also user server.AcceptSocket() here.
+ // You could also use server.AcceptSocket() here.
TcpClient^ client = server->AcceptTcpClient();
Console::WriteLine( "Connected!" );
data = nullptr;
diff --git a/samples/snippets/cpp/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/CPP/tcpserver.cpp b/samples/snippets/cpp/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/CPP/tcpserver.cpp
index 46aa2f3a03b..8c9f481bf15 100644
--- a/samples/snippets/cpp/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/CPP/tcpserver.cpp
+++ b/samples/snippets/cpp/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/CPP/tcpserver.cpp
@@ -48,7 +48,7 @@ void main()
Console::Write( "Waiting for a connection... " );
// Perform a blocking call to accept requests.
- // You could also user server.AcceptSocket() here.
+ // You could also use server.AcceptSocket() here.
TcpClient^ client = server->AcceptTcpClient();
Console::WriteLine( "Connected!" );
data = nullptr;
diff --git a/samples/snippets/csharp/VS_Snippets_Remoting/Classic TcpListenerExample/CS/source.cs b/samples/snippets/csharp/VS_Snippets_Remoting/Classic TcpListenerExample/CS/source.cs
index c8b60b935ce..fd97dde372b 100644
--- a/samples/snippets/csharp/VS_Snippets_Remoting/Classic TcpListenerExample/CS/source.cs
+++ b/samples/snippets/csharp/VS_Snippets_Remoting/Classic TcpListenerExample/CS/source.cs
@@ -41,7 +41,7 @@ static void Main(string[] args)
Console.Write("Waiting for a connection... ");
// Perform a blocking call to accept requests.
- // You could also user server.AcceptSocket() here.
+ // You could also use server.AcceptSocket() here.
TcpClient client = server.AcceptTcpClient();
Console.WriteLine("Connected!");
diff --git a/samples/snippets/csharp/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/CS/tcpserver.cs b/samples/snippets/csharp/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/CS/tcpserver.cs
index 5b951b1b8cd..ddfe9a9f51b 100644
--- a/samples/snippets/csharp/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/CS/tcpserver.cs
+++ b/samples/snippets/csharp/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/CS/tcpserver.cs
@@ -47,7 +47,7 @@ public static void Main()
Console.Write("Waiting for a connection... ");
// Perform a blocking call to accept requests.
- // You could also user server.AcceptSocket() here.
+ // You could also use server.AcceptSocket() here.
TcpClient client = server.AcceptTcpClient();
Console.WriteLine("Connected!");
diff --git a/samples/snippets/visualbasic/VS_Snippets_Remoting/Classic TcpListenerExample/VB/source.vb b/samples/snippets/visualbasic/VS_Snippets_Remoting/Classic TcpListenerExample/VB/source.vb
index 2432f29d31f..cbea2f47a12 100644
--- a/samples/snippets/visualbasic/VS_Snippets_Remoting/Classic TcpListenerExample/VB/source.vb
+++ b/samples/snippets/visualbasic/VS_Snippets_Remoting/Classic TcpListenerExample/VB/source.vb
@@ -39,7 +39,7 @@ Class MyTcpListener
Console.Write("Waiting for a connection... ")
' Perform a blocking call to accept requests.
- ' You could also user server.AcceptSocket() here.
+ ' You could also use server.AcceptSocket() here.
Dim client As TcpClient = server.AcceptTcpClient()
Console.WriteLine("Connected!")
diff --git a/samples/snippets/visualbasic/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/VB/tcpserver.vb b/samples/snippets/visualbasic/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/VB/tcpserver.vb
index 8bf999c1837..422497ae527 100644
--- a/samples/snippets/visualbasic/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/VB/tcpserver.vb
+++ b/samples/snippets/visualbasic/VS_Snippets_Remoting/System.Net.Sockets.TcpListener/VB/tcpserver.vb
@@ -29,7 +29,7 @@ Class MyTcpListener
Console.Write("Waiting for a connection... ")
' Perform a blocking call to accept requests.
- ' You could also user server.AcceptSocket() here.
+ ' You could also use server.AcceptSocket() here.
Dim client As TcpClient = server.AcceptTcpClient()
Console.WriteLine("Connected!")
diff --git a/xml/Microsoft.VisualBasic.Compatibility.VB6/Support.xml b/xml/Microsoft.VisualBasic.Compatibility.VB6/Support.xml
index 5d10df910d4..b9996e5ef89 100644
--- a/xml/Microsoft.VisualBasic.Compatibility.VB6/Support.xml
+++ b/xml/Microsoft.VisualBasic.Compatibility.VB6/Support.xml
@@ -2283,9 +2283,9 @@
- A that contains the X coordinate to convert.
+ A that contains the X coordinate to convert.
Converts an X coordinate from pixels to twips.
- A that contains the X coordinate expressed in twips.
+ A that contains the X coordinate expressed in twips.
- A that contains the Y coordinate to convert.
+ A that contains the Y coordinate to convert.
Converts a Y coordinate from pixels to twips.
- A that contains the Y coordinate expressed in twips.
+ A that contains the Y coordinate expressed in twips.
Gets a value that is used to convert twips to pixels based on screen settings.
- A that contains the conversion factor.
+ A that contains the conversion factor.
Gets a value that is used to convert twips to pixels based on screen settings.
- A that contains the conversion factor.
+ A that contains the conversion factor.
- A that contains the X coordinate to convert.
+ A that contains the X coordinate to convert.
Converts an X coordinate from twips to pixels.
- A that contains the X coordinate expressed in pixels.
+ A that contains the X coordinate expressed in pixels.
- A that contains the X coordinate to convert.
+ A that contains the X coordinate to convert.
Converts a Y coordinate from twips to pixels.
- A that contains the Y coordinate expressed in pixels.
+ A that contains the Y coordinate expressed in pixels.
The object to convert.
Converts an object to a value.
- The value of the object.
+ The value of the object.
To be added.
@@ -795,7 +795,7 @@
The string to convert.
Converts a string to a value.
- The value of the string.
+ The value of the string.
To be added.
@@ -1444,9 +1444,9 @@
- The value to convert.
+ The value to convert.
Converts a value to a value.
- The representation of the value.
+ The string representation of the value.
To be added.
@@ -1761,10 +1761,10 @@
- The value to convert.
+ The value to convert.
The number format to use, according to .
Converts a value to a value, using the specified number format.
- The representation of the value.
+ The string representation of the value.
To be added.
diff --git a/xml/Microsoft.VisualBasic.CompilerServices/DoubleType.xml b/xml/Microsoft.VisualBasic.CompilerServices/DoubleType.xml
index 00bb6db80c3..7f123ea5183 100644
--- a/xml/Microsoft.VisualBasic.CompilerServices/DoubleType.xml
+++ b/xml/Microsoft.VisualBasic.CompilerServices/DoubleType.xml
@@ -50,7 +50,7 @@
10.0.0.0
- Returns a value that corresponds to the specified object and optional number format information.
+ Returns a value that corresponds to the specified object and optional number format information.
- Required. Object to convert to a value.
- Returns a value that corresponds to the specified object.
- The value corresponding to .
+ Required. Object to convert to a value.
+ Returns a value that corresponds to the specified object.
+ The value corresponding to .
- Required. Object to convert to a value.
+ Required. Object to convert to a value.
A object that defines how numeric values are formatted and displayed, depending on the culture.
- Returns a value that corresponds to the specified object.
- The value corresponding to .
+ Returns a value that corresponds to the specified object.
+ The value corresponding to .
10.0.0.0
- Returns a value that corresponds to the specified string and optional number format information.
+ Returns a value that corresponds to the specified string and optional number format information.
- Required. String to convert to a value.
- Returns a value that corresponds to the specified string.
- The value corresponding to .
+ Required. String to convert to a value.
+ Returns a value that corresponds to the specified string.
+ The value corresponding to .
- Required. String to convert to a value.
+ Required. String to convert to a value.
A object that defines how numeric values are formatted and displayed, depending on the culture.
- Returns a value that corresponds to the specified string and number format information.
- The value corresponding to .
+ Returns a value that corresponds to the specified string and number format information.
+ The value corresponding to .
10.0.0.0
- Returns a value that corresponds to the specified string and optional number format information.
+ Returns a value that corresponds to the specified string and optional number format information.
- Required. String to convert to a value.
- Returns a value that corresponds to the specified string.
- The value corresponding to .
+ Required. String to convert to a value.
+ Returns a value that corresponds to the specified string.
+ The value corresponding to .
- Required. String to convert to a value.
+ Required. String to convert to a value.
A object that defines how numeric values are formatted and displayed, depending on the culture.
- Returns a value that corresponds to the specified string and number format information.
- The value corresponding to .
+ Returns a value that corresponds to the specified string and number format information.
+ The value corresponding to .
- Required. A value that represents the initial value passed for the loop counter variable.
- Required. A value that represents the value passed by using the keyword.
- Required. A value that represents the value passed by using the keyword.
+ Required. A value that represents the initial value passed for the loop counter variable.
+ Required. A value that represents the value passed by using the keyword.
+ Required. A value that represents the value passed by using the keyword.
Checks for valid values for the loop counter, , and values.
if is greater than zero and is less than or equal to , or if is less than or equal to zero and is greater than or equal to ; otherwise, .
diff --git a/xml/Microsoft.VisualBasic.CompilerServices/ObjectFlowControl+ForLoopControl.xml b/xml/Microsoft.VisualBasic.CompilerServices/ObjectFlowControl+ForLoopControl.xml
index bf6546cb684..1f7fd59ea88 100644
--- a/xml/Microsoft.VisualBasic.CompilerServices/ObjectFlowControl+ForLoopControl.xml
+++ b/xml/Microsoft.VisualBasic.CompilerServices/ObjectFlowControl+ForLoopControl.xml
@@ -263,9 +263,9 @@
- Required. A value that represents the initial value passed for the loop counter variable.
- Required. A value that represents the value passed by using the keyword.
- Required. A value that represents the value passed by using the keyword.
+ Required. A value that represents the initial value passed for the loop counter variable.
+ Required. A value that represents the value passed by using the keyword.
+ Required. A value that represents the value passed by using the keyword.
Checks for valid values for the loop counter, , and values.
if is greater than zero and is less than or equal to , or if is less than or equal to zero and is greater than or equal to ; otherwise, .
diff --git a/xml/Microsoft.VisualBasic.CompilerServices/StringType.xml b/xml/Microsoft.VisualBasic.CompilerServices/StringType.xml
index 8636341f706..5e0d08e184a 100644
--- a/xml/Microsoft.VisualBasic.CompilerServices/StringType.xml
+++ b/xml/Microsoft.VisualBasic.CompilerServices/StringType.xml
@@ -332,7 +332,7 @@
10.0.0.0
- Returns a value that corresponds to a specified and optional number format information.
+ Returns a string that corresponds to a specified and optional number format information.
- Required. to convert to a value.
- Returns a value that corresponds to a specified .
+ Required. to convert to a value.
+ Returns a string value that corresponds to a specified .
The value corresponding to .
- Required. to convert to a value.
+ Required. to convert to a value.
A object that defines how numeric values are formatted and displayed, depending on the culture.
- Returns a value that corresponds to a specified and number format information.
- The value corresponding to .
+ Returns a string that corresponds to a specified and number format information.
+ The string representation of .
- Required. A number of type or any valid numeric expression.
+ Required. A number of type or any valid numeric expression.
Returns the integer portion of a number.
The integer portion of a number.
@@ -1542,7 +1542,7 @@ Dim i2 As Integer = CInt(Fix(s)) ' Result: 173
- Required. A number of type or any valid numeric expression.
+ Required. A number of type or any valid numeric expression.
Returns the integer portion of a number.
The integer portion of a number.
diff --git a/xml/Microsoft.VisualBasic/Financial.xml b/xml/Microsoft.VisualBasic/Financial.xml
index 0c75c16485e..c7a9eb7255b 100644
--- a/xml/Microsoft.VisualBasic/Financial.xml
+++ b/xml/Microsoft.VisualBasic/Financial.xml
@@ -274,7 +274,7 @@
- Required. Array of specifying cash flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).
+ Required. Array of specifying cash flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).
Optional. Object specifying value you estimate will be returned by . If omitted, is 0.1 (10 percent).
Returns a value specifying the internal rate of return for a series of periodic cash flows (payments and receipts).
The internal rate of return for a series of periodic cash flows (payments and receipts).
@@ -334,7 +334,7 @@
- Required. Array of specifying cash-flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).
+ Required. Array of specifying cash-flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).
Required. The interest rate paid as the cost of financing.
Required. The interest rate received on gains from cash reinvestment.
Returns a value specifying the modified internal rate of return for a series of periodic cash flows (payments and receipts).
@@ -458,7 +458,7 @@
Required. The discount rate over the length of the period, expressed as a decimal.
- Required. Array of specifying cash flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).
+ Required. Array of specifying cash flow values. The array must contain at least one negative value (a payment) and one positive value (a receipt).
Returns a value specifying the net present value of an investment based on a series of periodic cash flows (payments and receipts) and a discount rate.
The net present value of an investment based on a series of periodic cash flows (payments and receipts) and a discount rate.
diff --git a/xml/Microsoft.VisualBasic/Interaction.xml b/xml/Microsoft.VisualBasic/Interaction.xml
index 9f2f8b74df1..422a3ae0ee0 100644
--- a/xml/Microsoft.VisualBasic/Interaction.xml
+++ b/xml/Microsoft.VisualBasic/Interaction.xml
@@ -347,7 +347,7 @@ procID = Shell("C:\Windows\system32\calc.exe", AppWinStyle.NormalFocus)
- Required. . Numeric expression that results in a value between 1 and the number of elements passed in the argument.
+ Required. . Numeric expression that results in a value between 1 and the number of elements passed in the argument.
Required. parameter array. You can supply either a single variable or an expression that evaluates to the data type, to a list of variables or expressions separated by commas, or to a single-dimensional array of elements.
Selects and returns a value from a list of arguments.
Selects and returns a value from a list of arguments.
diff --git a/xml/System.Data.OracleClient/OracleNumber.xml b/xml/System.Data.OracleClient/OracleNumber.xml
index 3322cc8354b..ae771c64232 100644
--- a/xml/System.Data.OracleClient/OracleNumber.xml
+++ b/xml/System.Data.OracleClient/OracleNumber.xml
@@ -1461,7 +1461,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.
@@ -1588,9 +1588,9 @@ Console.WriteLine(i);
- The structure to be converted.
- Converts the supplied structure to an structure.
- A new structure whose property equals the value of the structure.
+ The structure to be converted.
+ Converts the supplied structure to an structure.
+ A new structure whose property equals the value of the structure.
To be added.
diff --git a/xml/System.IO/UnmanagedMemoryAccessor.xml b/xml/System.IO/UnmanagedMemoryAccessor.xml
index 183766bcad5..e52d5e4ffa2 100644
--- a/xml/System.IO/UnmanagedMemoryAccessor.xml
+++ b/xml/System.IO/UnmanagedMemoryAccessor.xml
@@ -1672,7 +1672,7 @@
The number of bytes into the accessor at which to begin writing.
The value to write.
- Writes a value into the accessor.
+ Writes a value into the accessor.
To be added.
There are not enough bytes after to write a value.
diff --git a/xml/System.Reflection/Assembly.xml b/xml/System.Reflection/Assembly.xml
index edad468f9cf..e1bdfc9a736 100644
--- a/xml/System.Reflection/Assembly.xml
+++ b/xml/System.Reflection/Assembly.xml
@@ -499,7 +499,7 @@
A bitmask that affects the way in which the search is conducted. The value is a combination of bit flags from .
An object that enables the binding, coercion of argument types, invocation of members, and retrieval of objects via reflection. If is , the default binder is used.
An array that contains the arguments to be passed to the constructor. This array of arguments must match in number, order, and type the parameters of the constructor to be invoked. If the parameterless constructor is desired, must be an empty array or .
- An instance of used to govern the coercion of types. If this is , the for the current thread is used. (This is necessary to convert a that represents 1000 to a value, for example, since 1000 is represented differently by different cultures.)
+ An instance of used to govern the coercion of types. If this is , the for the current thread is used. (This is necessary to convert a string that represents 1000 to a value, for example, since 1000 is represented differently by different cultures.)
An array of one or more attributes that can participate in activation. Typically, an array that contains a single object that specifies the URL that is required to activate a remote object. This parameter is related to client-activated objects. Client activation is a legacy technology that is retained for backward compatibility but is not recommended for new development. Distributed applications should instead use Windows Communication Foundation.
Locates the specified type from this assembly and creates an instance of it using the system activator, with optional case-sensitive search and having the specified culture, arguments, and binding and activation attributes.
An instance of the specified type, or if is not found. The supplied arguments are used to resolve the type, and to bind the constructor that is used to create the instance.
diff --git a/xml/System.Reflection/Binder.xml b/xml/System.Reflection/Binder.xml
index 9c3045407a4..4c5e2c3dbcd 100644
--- a/xml/System.Reflection/Binder.xml
+++ b/xml/System.Reflection/Binder.xml
@@ -145,9 +145,7 @@
A bitwise combination of values.
The set of fields that are candidates for matching. For example, when a object is used by , this parameter specifies the set of fields that reflection has determined to be possible matches, typically because they have the correct member name. The default implementation provided by changes the order of this array.
The field value used to locate a matching field.
- An instance of that is used to control the coercion of data types, in binder implementations that coerce types. If is , the for the current thread is used.
-
- Note For example, if a binder implementation allows coercion of string values to numeric types, this parameter is necessary to convert a that represents 1000 to a value, because 1000 is represented differently by different cultures. The default binder does not do such string coercions.
+ An instance of that is used to control the coercion of data types, in binder implementations that coerce types. If is , the for the current thread is used.
Selects a field from the given set of fields, based on the specified criteria.
The matching field.
@@ -158,6 +156,8 @@
This method controls the binding provided by .
+ If a binder implementation allows coercion of string values to numeric types, the `culture` parameter is necessary to convert a string that represents 1000 to a value, because 1000 is represented differently by different cultures. The default binder does not do such string coercions.
+
]]>
For the default binder, includes , and contains multiple fields that are equally good matches for . For example, contains a MyClass object that implements the IMyClass interface, and contains a field of type MyClass and a field of type IMyClass.
@@ -214,9 +214,7 @@
The set of methods that are candidates for matching. For example, when a object is used by , this parameter specifies the set of methods that reflection has determined to be possible matches, typically because they have the correct member name. The default implementation provided by changes the order of this array.
The arguments that are passed in. The binder can change the order of the arguments in this array; for example, the default binder changes the order of arguments if the parameter is used to specify an order other than positional order. If a binder implementation coerces argument types, the types and values of the arguments can be changed as well.
An array of parameter modifiers that enable binding to work with parameter signatures in which the types have been modified. The default binder implementation does not use this parameter.
- An instance of that is used to control the coercion of data types, in binder implementations that coerce types. If is , the for the current thread is used.
-
- Note For example, if a binder implementation allows coercion of string values to numeric types, this parameter is necessary to convert a that represents 1000 to a value, because 1000 is represented differently by different cultures. The default binder does not do such string coercions.
+ An instance of that is used to control the coercion of data types, in binder implementations that coerce types. If is , the for the current thread is used.
The parameter names, if parameter names are to be considered when matching, or if arguments are to be treated as purely positional. For example, parameter names must be used if arguments are not supplied in positional order.
After the method returns, contains a binder-provided object that keeps track of argument reordering. The binder creates this object, and the binder is the sole consumer of this object. If is not when returns, you must pass to the method if you want to restore to its original order, for example, so that you can retrieve the values of parameters ( parameters in Visual Basic).
Selects a method to invoke from the given set of methods, based on the supplied arguments.
@@ -231,6 +229,8 @@
The method is used by the method.
+ If a binder implementation allows coercion of string values to numeric types, the `culture` parameter is necessary to convert a string that represents 1000 to a value, because 1000 is represented differently by different cultures. The default binder does not do such string coercions.
+
]]>
For the default binder, contains multiple methods that are equally good matches for . For example, contains a MyClass object that implements the IMyClass interface, and contains a method that takes MyClass and a method that takes IMyClass.
@@ -312,9 +312,7 @@
The object to change into a new .
The new that will become.
- An instance of that is used to control the coercion of data types. If is , the for the current thread is used.
-
- Note For example, this parameter is necessary to convert a that represents 1000 to a value, because 1000 is represented differently by different cultures.
+ An instance of that is used to control the coercion of data types. If is , the for the current thread is used.
Changes the type of the given to the given .
An object that contains the given value as the new type.
@@ -343,6 +341,8 @@
|Single|Double|
|Non-reference|By-reference.|
+ If a binder implementation allows coercion of string values to numeric types, the `culture` parameter is necessary to convert a string that represents 1000 to a value, because 1000 is represented differently by different cultures. The default binder does not do such string coercions.
+
]]>
diff --git a/xml/System.Reflection/IReflect.xml b/xml/System.Reflection/IReflect.xml
index ed72af7fd48..058c6ac6f46 100644
--- a/xml/System.Reflection/IReflect.xml
+++ b/xml/System.Reflection/IReflect.xml
@@ -601,8 +601,8 @@
The object on which to invoke the specified member. This parameter is ignored for static members.
An array of objects that contains the number, order, and type of the parameters of the member to be invoked. This is an empty array if there are no parameters.
An array of objects. This array has the same length as the parameter, representing the invoked member's argument attributes in the metadata. A parameter can have the following attributes: , , , , and . These represent [In], [Out], [retval], [optional], and a default parameter, respectively. These attributes are used by various interoperability services.
- An instance of used to govern the coercion of types. For example, converts a that represents 1000 to a value, since 1000 is represented differently by different cultures. If this parameter is , the for the current thread is used.
- A array of parameters.
+ An instance of used to govern the coercion of types. For example, converts a string that represents 1000 to a value, since 1000 is represented differently by different cultures. If this parameter is , the for the current thread is used.
+ A string array of parameters.
Invokes a specified member.
The specified member.
diff --git a/xml/System.Reflection/MethodBase.xml b/xml/System.Reflection/MethodBase.xml
index 46645ade6b8..a2c6d6ee9fb 100644
--- a/xml/System.Reflection/MethodBase.xml
+++ b/xml/System.Reflection/MethodBase.xml
@@ -1076,7 +1076,7 @@
An argument list for the invoked method or constructor. This is an array of objects with the same number, order, and type as the parameters of the method or constructor to be invoked. If there are no parameters, this should be .
If the method or constructor represented by this instance takes a ByRef parameter, there is no special attribute required for that parameter in order to invoke the method or constructor using this function. Any object in this array that is not explicitly initialized with a value will contain the default value for that object type. For reference-type elements, this value is . For value-type elements, this value is 0, 0.0, or , depending on the specific element type.
- An instance of used to govern the coercion of types. If this is , the for the current thread is used. (This is necessary to convert a that represents 1000 to a value, for example, since 1000 is represented differently by different cultures.)
+ An instance of used to govern the coercion of types. If this is , the for the current thread is used. (This is necessary to convert a string that represents 1000 to a value, for example, since 1000 is represented differently by different cultures.)
When overridden in a derived class, invokes the reflected method or constructor with the given parameters.
An containing the return value of the invoked method, or in the case of a constructor, or if the method's return type is . Before calling the method or constructor, checks to see if the user has access permission and verifies that the parameters are valid.
diff --git a/xml/System.Reflection/TypeDelegator.xml b/xml/System.Reflection/TypeDelegator.xml
index efecb308f6c..a2eaf5140e8 100644
--- a/xml/System.Reflection/TypeDelegator.xml
+++ b/xml/System.Reflection/TypeDelegator.xml
@@ -1489,8 +1489,8 @@
The object on which to invoke the specified member.
An array of type that contains the number, order, and type of the parameters of the member to be invoked. If contains an uninitialized , it is treated as empty, which, with the default binder, can be widened to 0, 0.0 or a string.
An array of type that is the same length as , with elements that represent the attributes associated with the arguments of the member to be invoked. A parameter has attributes associated with it in the member's signature. For ByRef, use , and for none, use . The default binder does exact matching on these. Attributes such as and are not used in binding, and can be viewed using .
- An instance of used to govern the coercion of types. This is necessary, for example, to convert a string that represents 1000 to a value, since 1000 is represented differently by different cultures. If is , the for the current thread's is used.
- An array of type containing parameter names that match up, starting at element zero, with the array. There must be no holes in the array. If . is greater than . , the remaining parameters are filled in order.
+ An instance of used to govern the coercion of types. This is necessary, for example, to convert a string that represents 1000 to a value, since 1000 is represented differently by different cultures. If is , the for the current thread's is used.
+ A string array containing parameter names that match up, starting at element zero, with the array. There must be no holes in the array. If . is greater than . , the remaining parameters are filled in order.
Invokes the specified member. The method that is to be invoked must be accessible and provide the most specific match with the specified argument list, under the constraints of the specified binder and invocation attributes.
An representing the return value of the invoked member.
diff --git a/xml/System.Runtime.InteropServices/_Assembly.xml b/xml/System.Runtime.InteropServices/_Assembly.xml
index c2ab98e655f..d7901546739 100644
--- a/xml/System.Runtime.InteropServices/_Assembly.xml
+++ b/xml/System.Runtime.InteropServices/_Assembly.xml
@@ -216,7 +216,7 @@
A bitmask that affects how the search is conducted. The value is a combination of bit flags from .
An object that enables the binding, coercion of argument types, invocation of members, and retrieval of objects via reflection. If is , the default binder is used.
An array of type containing the arguments to be passed to the constructor. This array of arguments must match in number, order, and type the parameters of the constructor to be invoked. If the parameterless constructor is desired, must be an empty array or .
- An instance of used to govern the coercion of types. If this is , the for the current thread is used. (This is necessary to convert a that represents 1000 to a value, for example, since 1000 is represented differently by different cultures.)
+ An instance of used to govern the coercion of types. If this is , the for the current thread is used. (This is necessary to convert a string that represents 1000 to a value, for example, since 1000 is represented differently by different cultures.)
An array of type containing one or more activation attributes that can participate in the activation.
Provides COM objects with version-independent access to the method.
An instance of representing the type and matching the specified criteria, or if is not found.
diff --git a/xml/System.Web.ModelBinding/DataAnnotationsModelValidationFactory.xml b/xml/System.Web.ModelBinding/DataAnnotationsModelValidationFactory.xml
index bf5f868873f..f3c6bdb6995 100644
--- a/xml/System.Web.ModelBinding/DataAnnotationsModelValidationFactory.xml
+++ b/xml/System.Web.ModelBinding/DataAnnotationsModelValidationFactory.xml
@@ -21,9 +21,9 @@
System.Web.ModelBinding.ModelValidator
- To be added.
- To be added.
- To be added.
+ The model metadata.
+ The context.
+ The validation attribute.
Represents the method that creates a instance.
To be added.
To be added.
diff --git a/xml/System.Web.ModelBinding/DataAnnotationsValidatableObjectAdapterFactory.xml b/xml/System.Web.ModelBinding/DataAnnotationsValidatableObjectAdapterFactory.xml
index b56743b6c1d..e88c951ce94 100644
--- a/xml/System.Web.ModelBinding/DataAnnotationsValidatableObjectAdapterFactory.xml
+++ b/xml/System.Web.ModelBinding/DataAnnotationsValidatableObjectAdapterFactory.xml
@@ -20,8 +20,8 @@
System.Web.ModelBinding.ModelValidator
- To be added.
- To be added.
+ The model metadata.
+ The context.
Represents a factory for validators that are based on the interface.
To be added.
To be added.
diff --git a/xml/System.Web.ModelBinding/ModelBinderErrorMessageProvider.xml b/xml/System.Web.ModelBinding/ModelBinderErrorMessageProvider.xml
index c89df0c67b7..e62e0ff6054 100644
--- a/xml/System.Web.ModelBinding/ModelBinderErrorMessageProvider.xml
+++ b/xml/System.Web.ModelBinding/ModelBinderErrorMessageProvider.xml
@@ -21,9 +21,10 @@
System.String
- To be added.
- To be added.
- To be added.
+ The model binding execution context. If the model binding execution context is , a new one is created and returned.
+
+ The model metadata.
+ An incoming value.
Represents a method that provides a model-binding error message.
To be added.
To be added.
diff --git a/xml/System.Web.UI.DataVisualization.Charting/CustomLabelsCollection.xml b/xml/System.Web.UI.DataVisualization.Charting/CustomLabelsCollection.xml
index 24a6670e4a3..43b6f7b23a9 100644
--- a/xml/System.Web.UI.DataVisualization.Charting/CustomLabelsCollection.xml
+++ b/xml/System.Web.UI.DataVisualization.Charting/CustomLabelsCollection.xml
@@ -67,7 +67,7 @@
- A value that determines how often the custom labels will be drawn.
+ A value that determines how often the custom labels will be drawn.
A enumeration value that determines the interval type.
Adds multiple objects of type to the collection. Populates the entire first row of an axis with labels.
@@ -152,7 +152,7 @@
- A value that determines how often the custom labels will be drawn.
+ A value that determines how often the custom labels will be drawn.
A enumeration value that determines the unit of measure for the parameter.
A value that determines the format of the custom label. For more information, see Date and Time Format Strings.
Adds multiple objects to the collection. Populates the entire first row of an axis with labels with the specified format.
@@ -232,7 +232,7 @@
- A value that determines how often the custom labels will be drawn.
+ A value that determines how often the custom labels will be drawn.
A enumeration value that determines the unit of measure for the parameter.
The label text format.
The label row index.
@@ -301,7 +301,7 @@
- A value that determines how often the custom labels will be drawn.
+ A value that determines how often the custom labels will be drawn.
A enumeration value that determines the unit of measure for the parameter.
The minimum value of the axis range.
The maximum value of the axis range.
diff --git a/xml/System.Web.UI.WebControls/CreatingModelDataSourceEventHandler.xml b/xml/System.Web.UI.WebControls/CreatingModelDataSourceEventHandler.xml
index bd2e9f035d4..49bfd0e2cbb 100644
--- a/xml/System.Web.UI.WebControls/CreatingModelDataSourceEventHandler.xml
+++ b/xml/System.Web.UI.WebControls/CreatingModelDataSourceEventHandler.xml
@@ -20,8 +20,8 @@
System.Void
- To be added.
- To be added.
+ The source of the event.
+ The event data.
Represents the method that handles the and events.
To be added.
diff --git a/xml/System.Windows.Forms.DataVisualization.Charting/CustomLabelsCollection.xml b/xml/System.Windows.Forms.DataVisualization.Charting/CustomLabelsCollection.xml
index df9e5af1cf0..4f2a000bc9e 100644
--- a/xml/System.Windows.Forms.DataVisualization.Charting/CustomLabelsCollection.xml
+++ b/xml/System.Windows.Forms.DataVisualization.Charting/CustomLabelsCollection.xml
@@ -67,7 +67,7 @@
- A value that determines how often the custom labels will be drawn.
+ A value that determines how often the custom labels will be drawn.
A enumeration value that determines the interval type.
Adds multiple objects of type to the collection. Populates the entire first row of an axis with labels.
@@ -152,7 +152,7 @@
- A value that determines how often custom labels will be drawn.
+ A value that determines how often custom labels will be drawn.
A enumeration value that determines the unit of measure for the parameter.
A value that determines the format of the custom label.
Adds multiple objects to the collection. Populates the entire first row of an axis with labels with the specified format.
@@ -232,7 +232,7 @@
- A value that determines how often custom labels will be drawn.
+ A value that determines how often custom labels will be drawn.
A enumeration value that determines the unit of measure for the parameter.
The label text format.
The label row index.
@@ -301,7 +301,7 @@
- A value that determines how often custom labels will be drawn.
+ A value that determines how often custom labels will be drawn.
A enumeration value that determines the unit of measure for the parameter.
The minimum value for the axis range.
The maximum value for the axis range.
diff --git a/xml/System.Windows.Forms/Control+ControlCollection.xml b/xml/System.Windows.Forms/Control+ControlCollection.xml
index fbf9ae7a1e7..746ee9033a5 100644
--- a/xml/System.Windows.Forms/Control+ControlCollection.xml
+++ b/xml/System.Windows.Forms/Control+ControlCollection.xml
@@ -416,7 +416,7 @@
- To be added.
+ The object to compare with the current object.
Specifies whether the current collection object and the specified object are equal.
if this instance and are equal; otherwise, .
@@ -1178,7 +1178,7 @@ This member is an explicit interface member implementation. It can be used only
- To be added.
+ The to remove.
For a description of this member, see .
- An object that contains the event data.
- To be added.
+ The source of the event.
+ The event data.
Raises the event.
To be added.
diff --git a/xml/System.Windows.Forms/ListViewItem+ListViewSubItemCollection.xml b/xml/System.Windows.Forms/ListViewItem+ListViewSubItemCollection.xml
index 03642e8c65b..270507df59a 100644
--- a/xml/System.Windows.Forms/ListViewItem+ListViewSubItemCollection.xml
+++ b/xml/System.Windows.Forms/ListViewItem+ListViewSubItemCollection.xml
@@ -1028,7 +1028,7 @@
- To be added.
+ An object that represents the subitem to locate in the collection.
An object that represents the subitem to locate in the collection.
Determines whether the specified subitem is located in the collection.
diff --git a/xml/System.Windows.Forms/Splitter.xml b/xml/System.Windows.Forms/Splitter.xml
index 5cef01b6c81..45f1d52ca88 100644
--- a/xml/System.Windows.Forms/Splitter.xml
+++ b/xml/System.Windows.Forms/Splitter.xml
@@ -1308,9 +1308,10 @@
- To be added.
- Pre-filters messages. This member is obsolete.
- To be added.
+ The message to be dispatched. You cannot modify this message.
+ Filters out a message before it is dispatched. This member is obsolete.
+
+ to filter the message and stop it from being dispatched; to allow the message to continue to the next filter or control.
To be added.
diff --git a/xml/System.Xml.Xsl.Runtime/DoubleAggregator.xml b/xml/System.Xml.Xsl.Runtime/DoubleAggregator.xml
index 01f22d96f31..7db45485de9 100644
--- a/xml/System.Xml.Xsl.Runtime/DoubleAggregator.xml
+++ b/xml/System.Xml.Xsl.Runtime/DoubleAggregator.xml
@@ -290,7 +290,7 @@
A value of type .
- Adds a value to the existing result.
+ Adds a value to the existing result.
To be added.
diff --git a/xml/System.Xml.Xsl.Runtime/XmlILStorageConverter.xml b/xml/System.Xml.Xsl.Runtime/XmlILStorageConverter.xml
index c5cc8805711..59b8ac7c485 100644
--- a/xml/System.Xml.Xsl.Runtime/XmlILStorageConverter.xml
+++ b/xml/System.Xml.Xsl.Runtime/XmlILStorageConverter.xml
@@ -195,11 +195,11 @@
- A value of type 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 a value to an .
- The object for the value.
+ Converts a value to an .
+ The object for the value.
To be added.
diff --git a/xml/System.Xml/XmlConvert.xml b/xml/System.Xml/XmlConvert.xml
index 2b6ca244bd3..f8d3984ae14 100644
--- a/xml/System.Xml/XmlConvert.xml
+++ b/xml/System.Xml/XmlConvert.xml
@@ -1358,7 +1358,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
The string to convert.
Converts the to a equivalent.
- A equivalent of the string.
+ A equivalent of the string.
The value to convert.
Converts the to a .
- A string representation of the .
+ A string representation of the .