diff --git a/xml/System.Collections.Generic/PriorityQueue`2+UnorderedItemsCollection+Enumerator.xml b/xml/System.Collections.Generic/PriorityQueue`2+UnorderedItemsCollection+Enumerator.xml index 22e79466718..1c7601c25e4 100644 --- a/xml/System.Collections.Generic/PriorityQueue`2+UnorderedItemsCollection+Enumerator.xml +++ b/xml/System.Collections.Generic/PriorityQueue`2+UnorderedItemsCollection+Enumerator.xml @@ -60,7 +60,7 @@ Gets the element at the current position of the enumerator. - To be added. + The element in the collection at the current position of the enumerator. To be added. diff --git a/xml/System.ComponentModel.Design.Serialization/SerializationStore.xml b/xml/System.ComponentModel.Design.Serialization/SerializationStore.xml index 19d9ae3a960..a1f10084a7c 100644 --- a/xml/System.ComponentModel.Design.Serialization/SerializationStore.xml +++ b/xml/System.ComponentModel.Design.Serialization/SerializationStore.xml @@ -41,11 +41,11 @@ Provides the base class for storing serialization data for the . - class is an implementation-specific class that stores serialization data for the . The service adds state to this serialization store. Once the store is closed, it can be saved to a stream. A serialization store can be deserialized at a later time by the same type of serialization service. The class implements the interface so that simply calls the method. - + class is an implementation-specific class that stores serialization data for the . The service adds state to this serialization store. Once the store is closed, it can be saved to a stream. A serialization store can be deserialized at a later time by the same type of serialization service. The class implements the interface so that simply calls the method. + ]]> @@ -128,11 +128,11 @@ Closes the serialization store. - method closes this store and prevents any objects from being serialized into it. Once closed, the serialization store may be saved. - + method closes this store and prevents any objects from being serialized into it. Once closed, the serialization store may be saved. + ]]> @@ -176,19 +176,19 @@ to release both managed and unmanaged resources; to release only unmanaged resources. Releases the unmanaged resources used by the and optionally releases the managed resources. - method. `Dispose()` invokes the protected `Dispose(Boolean)` method with the `disposing` parameter set to `true`. invokes `Dispose` with `disposing` set to `false`. - - When the `disposing` parameter is true, this method releases all resources held by any managed objects that this references. This method invokes the `Dispose()` method of each referenced object. - + method. `Dispose()` invokes the protected `Dispose(Boolean)` method with the `disposing` parameter set to `true`. invokes `Dispose` with `disposing` set to `false`. + + When the `disposing` parameter is true, this method releases all resources held by any managed objects that this references. This method invokes the `Dispose()` method of each referenced object. + ]]> - can be called multiple times by other objects. When overriding be careful not to reference objects that have been previously disposed of in an earlier call to . For more information about how to implement , see [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose). - + can be called multiple times by other objects. When overriding be careful not to reference objects that have been previously disposed of in an earlier call to . For more information about how to implement , see [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose). + For more information about and , see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Overriding the Finalize Method](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/ddae83kx(v=vs.100)). @@ -268,11 +268,11 @@ The stream to which the store will be serialized. Saves the store to the given stream. - method will automatically close it for you. You can call as many times as you wish to save the store to different streams. - + method will automatically close it for you. You can call as many times as you wish to save the store to different streams. + ]]> @@ -320,7 +320,7 @@ Releases all resources used by the . - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. diff --git a/xml/System.ComponentModel.Design/DesignerOptionService+DesignerOptionCollection.xml b/xml/System.ComponentModel.Design/DesignerOptionService+DesignerOptionCollection.xml index 8c54c618521..adce9905bb5 100644 --- a/xml/System.ComponentModel.Design/DesignerOptionService+DesignerOptionCollection.xml +++ b/xml/System.ComponentModel.Design/DesignerOptionService+DesignerOptionCollection.xml @@ -66,11 +66,11 @@ Contains a collection of designer options. This class cannot be inherited. - class is a collection that contains other objects. This forms a tree of options, with each branch of the tree having a name and a possible collection of properties. Each parent branch of the tree contains a union of the properties of all the child branches. - + class is a collection that contains other objects. This forms a tree of options, with each branch of the tree having a name and a possible collection of properties. Each parent branch of the tree contains a union of the properties of all the child branches. + ]]> @@ -245,11 +245,11 @@ Returns the index of the first occurrence of a given value in a range of this collection. The index of the first occurrence of value within the entire collection, if found; otherwise, the lower bound of the collection minus 1. - @@ -347,11 +347,11 @@ Gets the child collection at the given name. The child collection with the name specified by the parameter, or if the name is not found. - @@ -397,11 +397,11 @@ Gets the name of this . The name of this . - @@ -491,11 +491,11 @@ Gets the collection of properties offered by this , along with all of its children. The collection of properties offered by this , along with all of its children. - objects are taken directly from the value passed to the method and are wrapped in an additional property descriptor that hides the value object from the user. This means that any value may be passed into the `component` parameter of the various methods. The value is not recognized and is replaced with the correct value internally. - + objects are taken directly from the value passed to the method and are wrapped in an additional property descriptor that hides the value object from the user. This means that any value may be passed into the `component` parameter of the various methods. The value is not recognized and is replaced with the correct value internally. + ]]> @@ -580,7 +580,7 @@ Gets a value indicating whether access to the collection is synchronized and, therefore, thread safe. if the access to the collection is synchronized; otherwise, . - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. @@ -620,7 +620,7 @@ Gets an object that can be used to synchronize access to the collection. An object that can be used to synchronize access to the collection. - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. @@ -704,7 +704,7 @@ Removes all items from the collection. - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. @@ -879,7 +879,7 @@ Gets a value indicating whether the collection has a fixed size. if the collection has a fixed size; otherwise, . - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. @@ -920,7 +920,7 @@ Gets a value indicating whether the collection is read-only. if the collection is read-only; otherwise, . - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. diff --git a/xml/System.Diagnostics/ActivityTagsCollection.xml b/xml/System.Diagnostics/ActivityTagsCollection.xml index 0a0b946c64a..0de573a3728 100644 --- a/xml/System.Diagnostics/ActivityTagsCollection.xml +++ b/xml/System.Diagnostics/ActivityTagsCollection.xml @@ -300,7 +300,7 @@ This collection behaves as follows: Gets the number of elements contained in the collection. - To be added. + The number of elements contained in the . To be added. @@ -411,7 +411,7 @@ This collection behaves as follows: Get the list of the keys of all stored tags. - To be added. + An containing the keys of the object that implements . To be added. @@ -590,7 +590,7 @@ This member is an explicit interface member implementation. It can be used only Get the list of the values of all stored tags. - To be added. + An containing the values in the object that implements . To be added. diff --git a/xml/System.Diagnostics/TagList.xml b/xml/System.Diagnostics/TagList.xml index 55bbbbad3f0..7b512c6ff4d 100644 --- a/xml/System.Diagnostics/TagList.xml +++ b/xml/System.Diagnostics/TagList.xml @@ -296,7 +296,7 @@ Gets the number of tags contained in the . - To be added. + The number of elements contained in the . To be added. @@ -426,7 +426,8 @@ Gets a value indicating whether the is read-only. This property will always return . - To be added. + + Always returns . To be added. @@ -461,7 +462,7 @@ The item index. Gets or sets the tags at the specified index. - To be added. + The element at the specified index. To be added. is not a valid index in the . @@ -556,7 +557,7 @@ Returns an enumerator that iterates through the . An enumerator that iterates through the . - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. diff --git a/xml/System.Management/ManagementObjectCollection+ManagementObjectEnumerator.xml b/xml/System.Management/ManagementObjectCollection+ManagementObjectEnumerator.xml index e7ee8a51532..795d7c2cb3d 100644 --- a/xml/System.Management/ManagementObjectCollection+ManagementObjectEnumerator.xml +++ b/xml/System.Management/ManagementObjectCollection+ManagementObjectEnumerator.xml @@ -25,14 +25,14 @@ Represents the enumerator on the collection. - @@ -58,13 +58,13 @@ Gets the current that this enumerator points to. The current object in the enumeration. - @@ -93,13 +93,13 @@ Releases resources associated with this object. After this method has been called, an attempt to use this object will result in an exception being thrown. - @@ -125,13 +125,13 @@ Disposes of resources the object is holding. This is the destructor for the object. Finalizers are expressed using destructor syntax. - @@ -162,13 +162,13 @@ , if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection. - @@ -197,13 +197,13 @@ Resets the enumerator to the beginning of the collection. - @@ -231,7 +231,7 @@ Gets the current object in the collection. The current element in the collection. - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. The collection was modified after the enumerator was created. diff --git a/xml/System.Management/MethodDataCollection+MethodDataEnumerator.xml b/xml/System.Management/MethodDataCollection+MethodDataEnumerator.xml index 2e4c12f8b4b..7214c5ce0e3 100644 --- a/xml/System.Management/MethodDataCollection+MethodDataEnumerator.xml +++ b/xml/System.Management/MethodDataCollection+MethodDataEnumerator.xml @@ -161,7 +161,7 @@ Gets the current object in the collection. Returns the current element in the collection. - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. The collection was modified after the enumerator was created. diff --git a/xml/System.Management/PropertyDataCollection+PropertyDataEnumerator.xml b/xml/System.Management/PropertyDataCollection+PropertyDataEnumerator.xml index 8acc5db93bb..81b197d7b0c 100644 --- a/xml/System.Management/PropertyDataCollection+PropertyDataEnumerator.xml +++ b/xml/System.Management/PropertyDataCollection+PropertyDataEnumerator.xml @@ -161,7 +161,7 @@ Gets the current object in the collection. Returns the current element in the collection. - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. The collection was modified after the enumerator was created. diff --git a/xml/System.Management/QualifierDataCollection+QualifierDataEnumerator.xml b/xml/System.Management/QualifierDataCollection+QualifierDataEnumerator.xml index 7e465c529f8..55ffcfc16ee 100644 --- a/xml/System.Management/QualifierDataCollection+QualifierDataEnumerator.xml +++ b/xml/System.Management/QualifierDataCollection+QualifierDataEnumerator.xml @@ -161,7 +161,7 @@ Gets the current object in the collection. The current element in the collection. - To be added. + This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface. The collection was modified after the enumerator was created. diff --git a/xml/System.Net.Http.Headers/HeaderStringValues+Enumerator.xml b/xml/System.Net.Http.Headers/HeaderStringValues+Enumerator.xml index 9aa2e83a53c..782bc9db5f2 100644 --- a/xml/System.Net.Http.Headers/HeaderStringValues+Enumerator.xml +++ b/xml/System.Net.Http.Headers/HeaderStringValues+Enumerator.xml @@ -50,7 +50,7 @@ Gets the element in the collection at the current position of the enumerator. - To be added. + The element in the collection at the current position of the enumerator. To be added. @@ -130,7 +130,7 @@ Gets the element in the collection at the current position of the enumerator. - To be added. + The element in the collection at the current position of the enumerator. Gets the number of header values in the collection. - To be added. + The number of elements in the collection. To be added. diff --git a/xml/System.Net.Http.Headers/HttpHeadersNonValidated+Enumerator.xml b/xml/System.Net.Http.Headers/HttpHeadersNonValidated+Enumerator.xml index 1c7c21cca81..01341d0109d 100644 --- a/xml/System.Net.Http.Headers/HttpHeadersNonValidated+Enumerator.xml +++ b/xml/System.Net.Http.Headers/HttpHeadersNonValidated+Enumerator.xml @@ -50,7 +50,7 @@ Gets the element in the collection at the current position of the enumerator. - To be added. + The element in the collection at the current position of the enumerator. To be added. @@ -130,7 +130,7 @@ Gets the element in the collection at the current position of the enumerator. - To be added. + The element in the collection at the current position of the enumerator. Gets the number of headers stored in the collection. - To be added. + The number of elements in the collection. - To be added. - To be added. - To be added. + The value to clamp. + The inclusive minimum to which should clamp. + The inclusive maximum to which should clamp. Clamps a value to an inclusive minimum and maximum value. The result of clamping to the inclusive range of and . To be added. @@ -1442,8 +1442,8 @@ - To be added. - To be added. + The value whose magnitude is used in the result. + The value whose sign is used in the result. Copies the sign of a value to the sign of another value. A value with the magnitude of and the sign of . To be added. @@ -1485,8 +1485,8 @@ - To be added. - To be added. + The type of . + The value that's used to create the instance of . Creates an instance of the current type from a value, throwing an overflow exception for any values that fall outside the representable range of the current type. An instance of created from . To be added. @@ -1528,8 +1528,8 @@ - To be added. - To be added. + The type of . + The value that's used to create the instance of . Creates an instance of the current type from a value, saturating any values that fall outside the representable range of the current type. An instance of created from , saturating if falls outside the representable range of . To be added. @@ -1571,8 +1571,8 @@ - To be added. - To be added. + The type of . + The value that's used to create the instance of . Creates an instance of the current type from a value, truncating any values that fall outside the representable range of the current type. An instance of created from , truncating if falls outside the representable range of . To be added. @@ -1685,8 +1685,8 @@ - To be added. - To be added. + The value that divides. + The value that divides . Computes the quotient and remainder of two values. The quotient and remainder of divided-by . To be added. @@ -2283,7 +2283,7 @@ value Mod 2 = 0 - To be added. + The value to be checked. Determines if a value represents an even integral number. if is an even integer; otherwise, . @@ -2329,7 +2329,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value is negative. if is negative; otherwise, . @@ -2373,7 +2373,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value represents an odd integral number. if is an odd integer; otherwise, . @@ -2465,7 +2465,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value is positive. if is positive; otherwise, . @@ -2509,7 +2509,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value is a power of two. if is a power of two; otherwise, . @@ -2636,7 +2636,7 @@ A return value of `false` does not imply that - To be added. + The value whose leading zeroes are to be counted. Computes the number of leading zeros in a value. The number of leading zeros in . To be added. @@ -2893,7 +2893,7 @@ A return value of `false` does not imply that - To be added. + The value whose log2 is to be computed. Computes the log2 of a value. The log2 of . To be added. @@ -2992,8 +2992,8 @@ A return value of `false` does not imply that - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is greater. if it is greater than ; otherwise, . @@ -3101,8 +3101,8 @@ For this method matches the IEE - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is lesser. if it is less than ; otherwise, . @@ -8141,8 +8141,8 @@ For this method matches the IEE - To be added. - To be added. + The value that is shifted right by . + The amount by which is shifted right. Shifts a value right by a given amount. The result of shifting right by . @@ -8275,8 +8275,8 @@ This operation performs an unsigned (otherwise known as a logical) right shift o - To be added. - To be added. + The span of characters to parse. + An object that provides culture-specific formatting information about . Parses a span of characters into a value. The result of parsing . To be added. @@ -8809,7 +8809,7 @@ If `provider` is `null`, the object - To be added. + The value whose set bits are to be counted. Computes the number of bits that are set in a value. The number of set bits in . To be added. @@ -8979,8 +8979,8 @@ If `provider` is `null`, the object - To be added. - To be added. + The value that's rotated left by . + The amount by which is rotated left. Rotates a value left by a given amount. The result of rotating left by . To be added. @@ -9016,8 +9016,8 @@ If `provider` is `null`, the object - To be added. - To be added. + The value that's rotated right by . + The amount by which is rotated right. Rotates a value right by a given amount. The result of rotating right by . To be added. @@ -9822,7 +9822,7 @@ The integer value `33022` can be exported in four different arrays: - To be added. + The value whose trailing zeroes are to be counted. Computes the number of trailing zeros in a value. The number of trailing zeros in . To be added. diff --git a/xml/System.Numerics/Complex.xml b/xml/System.Numerics/Complex.xml index b87d40a75e7..9e5fb1f0cb3 100644 --- a/xml/System.Numerics/Complex.xml +++ b/xml/System.Numerics/Complex.xml @@ -947,8 +947,8 @@ The addition of a complex number (a + bi) and a real number (which can be regard - To be added. - To be added. + The type of . + The value that's used to create the instance of . Creates an instance of the current type from a value, throwing an overflow exception for any values that fall outside the representable range of the current type. An instance of created from . To be added. @@ -990,8 +990,8 @@ The addition of a complex number (a + bi) and a real number (which can be regard - To be added. - To be added. + The type of . + The value that's used to create the instance of . Creates an instance of the current type from a value, saturating any values that fall outside the representable range of the current type. An instance of created from , saturating if falls outside the representable range of . To be added. @@ -1033,8 +1033,8 @@ The addition of a complex number (a + bi) and a real number (which can be regard - To be added. - To be added. + The type of . + The value that's used to create the instance of . Creates an instance of the current type from a value, truncating any values that fall outside the representable range of the current type. An instance of created from , truncating if falls outside the representable range of . To be added. @@ -1702,7 +1702,7 @@ The addition of a complex number (a + bi) and a real number (which can be regard - To be added. + The value to be checked. Determines if a value represents a complex value. if is a complex number; otherwise, . @@ -1746,7 +1746,7 @@ This function returns `false` for a complex number `a + bi` where `b` is zero. - To be added. + The value to be checked. Determines if a value represents an even integral number. if is an even integer; otherwise, . @@ -1832,7 +1832,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value represents an imaginary number. if is an imaginary number; otherwise, . @@ -1916,7 +1916,7 @@ This function returns `false` for a complex number `a + bi` where `a` is non-zer - To be added. + The value to be checked. Determines if a value represents an integral value. if is an integer; otherwise, . @@ -2000,7 +2000,7 @@ This method correctly handles floating-point values and so `2.0` and `3.0` will - To be added. + The value to be checked. Determines if a value is negative. if is negative; otherwise, . @@ -2044,7 +2044,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value is negative infinity. if is negative infinity; otherwise, . @@ -2080,7 +2080,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value is normal. if is normal; otherwise, . @@ -2116,7 +2116,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value represents an odd integral number. if is an odd integer; otherwise, . @@ -2162,7 +2162,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value is positive. if is positive; otherwise, . @@ -2206,7 +2206,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value is positive infinity. if is positive infinity; otherwise, . @@ -2242,7 +2242,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value represents a real number. if is a real number; otherwise, . @@ -2286,7 +2286,7 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. + The value to be checked. Determines if a value is subnormal. if is subnormal; otherwise, . @@ -2551,8 +2551,8 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is greater. if it is greater than ; otherwise, . @@ -2597,8 +2597,8 @@ For this method matches the IEE - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is lesser. if it is less than ; otherwise, . @@ -3154,7 +3154,7 @@ Languages that do not support custom operators can call the - To be added. + The value to decrement. Decrements a value. The result of decrementing . To be added. @@ -4344,7 +4344,7 @@ This API is not CLS-compliant. - To be added. + The value to increment. Increments a value. The result of incrementing . To be added. @@ -4867,7 +4867,7 @@ Languages that do not support custom operators can call the - To be added. + The value for which to compute the unary plus. Computes the unary plus of a value. The unary plus of . To be added. @@ -4903,8 +4903,8 @@ Languages that do not support custom operators can call the - To be added. - To be added. + The span of characters to parse. + An object that provides culture-specific formatting information about . Parses a span of characters into a value. The result of parsing . To be added. @@ -4940,8 +4940,8 @@ Languages that do not support custom operators can call the - To be added. - To be added. + The string to parse. + An object that provides culture-specific formatting information about . Parses a string into a value. The result of parsing . To be added. @@ -4978,9 +4978,9 @@ Languages that do not support custom operators can call the - To be added. - To be added. - To be added. + The span of characters to parse. + A bitwise combination of number styles that can be present in . + An object that provides culture-specific formatting information about . Parses a span of characters into a value. The result of parsing . To be added. @@ -5017,9 +5017,9 @@ Languages that do not support custom operators can call the - To be added. - To be added. - To be added. + The string to parse. + A bitwise combination of number styles that can be present in . + An object that provides culture-specific formatting information about . Parses a string into a value. The result of parsing . To be added. @@ -6112,10 +6112,10 @@ Languages that support custom operators can use the - To be added. - To be added. - To be added. - To be added. + The span in which to write this instance's value formatted as a span of characters. + When this method returns, contains the number of characters that were written in . + A span containing the characters that represent a standard or custom format string that defines the acceptable format for . + An optional object that supplies culture-specific formatting information for . Tries to format the value of the current instance into the provided span of characters. if the formatting was successful; otherwise, . diff --git a/xml/System.Runtime.InteropServices/NFloat.xml b/xml/System.Runtime.InteropServices/NFloat.xml index 5d65be6a71f..ecb5aabde56 100644 --- a/xml/System.Runtime.InteropServices/NFloat.xml +++ b/xml/System.Runtime.InteropServices/NFloat.xml @@ -311,7 +311,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to - To be added. + The value for which to get its absolute. Computes the absolute of a value. The absolute of . To be added. @@ -340,7 +340,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to - To be added. + The value, in radians, whose arc-cosine is to be computed. Computes the arc-cosine of a value. The arc-cosine of . @@ -377,7 +377,7 @@ This computes `arccos(x)` in the interval `[+0, +π]` radians. - To be added. + The value, in radians, whose hyperbolic arc-cosine is to be computed. Computes the hyperbolic arc-cosine of a value. The hyperbolic arc-cosine of . To be added. @@ -406,7 +406,7 @@ This computes `arccos(x)` in the interval `[+0, +π]` radians. - To be added. + The value whose arc-cosine is to be computed. Computes the arc-cosine of a value and divides the result by pi. The arc-cosine of , divided by pi. @@ -443,7 +443,7 @@ This computes `arccos(x) / π` in the interval `[-0.5, +0.5]`. - To be added. + The value, in radians, whose arc-sine is to be computed. Computes the arc-sine of a value. The arc-sine of . @@ -480,7 +480,7 @@ This computes `arcsin(x)` in the interval `[-π / 2, +π / 2]` radians. - To be added. + The value, in radians, whose hyperbolic arc-sine is to be computed. Computes the hyperbolic arc-sine of a value. The hyperbolic arc-sine of . To be added. @@ -509,7 +509,7 @@ This computes `arcsin(x)` in the interval `[-π / 2, +π / 2]` radians. - To be added. + The value whose arc-sine is to be computed. Computes the arc-sine of a value and divides the result by pi. The arc-sine of , divided by pi. @@ -546,7 +546,7 @@ This computes `arcsin(x) / π` in the interval `[-0.5, +0.5]`. - To be added. + The value, in radians, whose arc-tangent is to be computed. Computes the arc-tangent of a value. The arc-tangent of . @@ -584,8 +584,8 @@ This computes `arctan(x)` in the interval `[-π / 2, +π / 2]` radians. - To be added. - To be added. + The y-coordinate of a point. + The x-coordinate of a point. Computes the arc-tangent of the quotient of two values. The arc-tangent of divided-by . @@ -623,8 +623,8 @@ This computes `arctan(y / x)` in the interval `[-π, +π]` radians. - To be added. - To be added. + The y-coordinate of a point. + The x-coordinate of a point. Computes the arc-tangent for the quotient of two values and divides the result by pi. The arc-tangent of divided-by , divided by pi. @@ -661,7 +661,7 @@ This computes `arctan(y / x) / π` in the interval `[-1, +1]`. - To be added. + The value, in radians, whose hyperbolic arc-tangent is to be computed. Computes the hyperbolic arc-tangent of a value. The hyperbolic arc-tangent of . To be added. @@ -690,7 +690,7 @@ This computes `arctan(y / x) / π` in the interval `[-1, +1]`. - To be added. + The value whose arc-tangent is to be computed. Computes the arc-tangent of a value and divides the result by pi. The arc-tangent of , divided by pi. @@ -727,7 +727,7 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. - To be added. + The value to be bitwise decremented. Decrements a value to the smallest value that compares less than a given value. The smallest value that compares less than . To be added. @@ -756,7 +756,7 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. - To be added. + The value to be bitwise incremented. Increments a value to the smallest value that compares greater than a given value. The smallest value that compares greater than . To be added. @@ -785,7 +785,7 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. - To be added. + The value whose cube-root is to be computed. Computes the cube-root of a value. The cube-root of . To be added. @@ -814,7 +814,7 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. - To be added. + The value whose ceiling is to be computed. Computes the ceiling of a value. The ceiling of . To be added. @@ -845,9 +845,9 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. - To be added. - To be added. - To be added. + The value to clamp. + The inclusive minimum to which should clamp. + The inclusive maximum to which should clamp. Clamps a value to an inclusive minimum and maximum value. The result of clamping to the inclusive range of and . To be added. @@ -975,8 +975,8 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. - To be added. - To be added. + The value whose magnitude is used in the result. + The value whose sign is used in the result. Copies the sign of a value to the sign of another value. A value with the magnitude of and the sign of . To be added. @@ -1005,7 +1005,7 @@ This computes `arctan(x) / π` in the interval `[-0.5, +0.5]`. - To be added. + The value, in radians, whose cosine is to be computed. Computes the cosine of a value. The cosine of . @@ -1042,7 +1042,7 @@ This computes `cos(x)`. - To be added. + The value, in radians, whose hyperbolic cosine is to be computed. Computes the hyperbolic cosine of a value. The hyperbolic cosine of . To be added. @@ -1071,7 +1071,7 @@ This computes `cos(x)`. - To be added. + The value, in half-revolutions, whose cosine is to be computed. Computes the cosine of a value that has been multipled by pi. The cosine of multiplied-by pi. @@ -1115,8 +1115,8 @@ This computes `cos(x * π)`. - To be added. - To be added. + The type of . + The value that's used to create the instance of . Creates an instance of the current type from a value, throwing an overflow exception for any values that fall outside the representable range of the current type. An instance of created from . To be added. @@ -1152,8 +1152,8 @@ This computes `cos(x * π)`. - To be added. - To be added. + The type of . + The value that's used to create the instance of . Creates an instance of the current type from a value, saturating any values that fall outside the representable range of the current type. An instance of created from , saturating if falls outside the representable range of . To be added. @@ -1189,8 +1189,8 @@ This computes `cos(x * π)`. - To be added. - To be added. + The type of . + The value that's used to create the instance of . Creates an instance of the current type from a value, truncating any values that fall outside the representable range of the current type. An instance of created from , truncating if falls outside the representable range of . To be added. @@ -1346,7 +1346,7 @@ This computes `cos(x * π)`. - To be added. + The power to which E is raised. Computes E raised to a given power. E raised to the power of . @@ -1376,7 +1376,7 @@ This computes `cos(x * π)`. - To be added. + The power to which 10 is raised. Computes 10 raised to a given power. 10 @@ -1407,7 +1407,7 @@ This computes `cos(x * π)`. - To be added. + The power to which 10 is raised. Computes 10 raised to a given power and subtracts one. 10 - 1 @@ -1438,7 +1438,7 @@ This computes `cos(x * π)`. - To be added. + The power to which 2 is raised. Computes 2 raised to a given power. 2 @@ -1469,7 +1469,7 @@ This computes `cos(x * π)`. - To be added. + The power to which 2 is raised. Computes 2 raised to a given power and subtracts one. 2 - 1 @@ -1500,7 +1500,7 @@ This computes `cos(x * π)`. - To be added. + The power to which E is raised. Computes E raised to a given power and subtracts one. E - 1 @@ -1531,7 +1531,7 @@ This computes `cos(x * π)`. - To be added. + The value whose floor is to be computed. Computes the floor of a value. The floor of . To be added. @@ -1562,9 +1562,9 @@ This computes `cos(x * π)`. - To be added. - To be added. - To be added. + The value that multiplies. + The value that multiplies . + The value that is added to the product of and . Computes the fused multiply-add of three values. The result of times plus computed as one ternary operation. To be added. @@ -1617,8 +1617,8 @@ This computes `cos(x * π)`. - To be added. - To be added. + The value to square and add to . + The value to square and add to . Computes the hypotenuse given two values representing the lengths of the shorter sides in a right-angled triangle. The square root of -squared plus -squared. To be added. @@ -1648,8 +1648,8 @@ This computes `cos(x * π)`. - To be added. - To be added. + The value that divides. + The value that divides . Computes the remainder of two values as specified by IEEE 754. The remainder of divided by as specified by IEEE 754. To be added. @@ -1678,7 +1678,7 @@ This computes `cos(x * π)`. - To be added. + The value whose integer logarithm is to be computed. Computes the integer logarithm of a value. The integer logarithm of . To be added. @@ -1707,7 +1707,7 @@ This computes `cos(x * π)`. - To be added. + The value to be checked. Determines if a value represents an even integral number. if is an even integer; otherwise, . @@ -1805,7 +1805,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value represents an integral number. if is an integer; otherwise, . @@ -1959,7 +1959,7 @@ This method correctly handles floating-point values and so `2.0` and `3.0` will - To be added. + The value to be checked. Determines if a value represents an odd integral number. if is an odd integer; otherwise, . @@ -1999,7 +1999,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value is positive. if is positive; otherwise, . @@ -2066,7 +2066,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value is a power of two. if is a power of two; otherwise, . @@ -2096,7 +2096,7 @@ A return value of `false` does not imply that - To be added. + The value to be checked. Determines if a value represents a real number. if is a real number; otherwise, . @@ -2163,7 +2163,7 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. + The value whose natural logarithm is to be computed. Computes the natural (base-E logarithm of a value. The natural logarithm of . To be added. @@ -2193,8 +2193,8 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. - To be added. + The value whose logarithm is to be computed. + The base in which the logarithm is to be computed. Computes the logarithm of a value in the specified base. The base- logarithm of . To be added. @@ -2223,7 +2223,7 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. + The value whose base-10 logarithm is to be computed. Computes the base-10 logarithm of a value. The base-10 logarithm of . To be added. @@ -2252,7 +2252,7 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. + The value to which one is added before computing the base-10 logarithm. Computes the base-10 logarithm of a value plus one. log10( + 1) @@ -2283,7 +2283,7 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. + The value whose log2 is to be computed. Computes the log2 of a value. The log2 of . To be added. @@ -2312,7 +2312,7 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. + The value to which one is added before computing the base-2 logarithm. Computes the base-2 logarithm of a value plus one. log2( + 1) @@ -2343,7 +2343,7 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. + The value to which one is added before computing the natural logarithm. Computes the natural (base-E) logarithm of a value plus one. loge( + 1) @@ -2375,8 +2375,8 @@ This function returns `true` for a complex number `a + bi` where `b` is zero. - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is greater. if it is greater than ; otherwise, . @@ -2415,8 +2415,8 @@ For , this method matches the IEEE 754: - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is greater. if it is greater than ; otherwise, . @@ -2455,8 +2455,8 @@ For , this method matches the IE - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which has the greater magnitude and returning the other value if an input is NaN. if it is greater than ; otherwise, . @@ -2495,8 +2495,8 @@ For this method matches the IEE - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is greater and returning the other value if an input is NaN. if it is greater than ; otherwise, . @@ -2559,8 +2559,8 @@ For this method matches the IEEE 754:2 - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is lesser. if it is less than ; otherwise, . @@ -2599,8 +2599,8 @@ For , this method matches the IEEE 754: - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is lesser. if it is less than ; otherwise, . @@ -2639,8 +2639,8 @@ For , this method matches the IE - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which has the lesser magnitude and returning the other value if an input is NaN. if it is less than ; otherwise, . @@ -2679,8 +2679,8 @@ For this method matches the IEE - To be added. - To be added. + The value to compare with . + The value to compare with . Compares two values to compute which is lesser and returning the other value if an input is NaN. if it is less than ; otherwise, . @@ -2817,7 +2817,7 @@ For this method matches the IEEE 754:2 The value to which is added. - The value which is added to . + The value that's added to . Adds two values together to compute their sum. The sum of and . To be added. @@ -2899,8 +2899,8 @@ For this method matches the IEEE 754:2 - The value which divides. - The value which divides . + The value that divides. + The value that divides . Divides two values together to compute their quotient. The quotient of divided-by . To be added. @@ -4099,8 +4099,8 @@ For this method matches the IEEE 754:2 - The value which divides. - The value which divides . + The value that divides. + The value that divides . Divides two values together to compute their remainder. The remainder of divided-by . To be added. @@ -4129,8 +4129,8 @@ For this method matches the IEEE 754:2 - The value which multiplies. - The value which multiplies . + The value that multiplies. + The value that multiplies . Multiplies two values together to compute their product. The product of divided-by . To be added. @@ -4160,7 +4160,7 @@ For this method matches the IEEE 754:2 The value from which is subtracted. - The value which is subtracted from . + The value that's subtracted from . Subtracts two values to compute their difference. The difference of subtracted from . To be added. @@ -4274,8 +4274,8 @@ For this method matches the IEEE 754:2 - To be added. - To be added. + The span of characters to parse. + An object that provides culture-specific formatting information about . Parses a span of characters into a value. The result of parsing . To be added. @@ -4506,8 +4506,8 @@ For this method matches the IEEE 754:2 - To be added. - To be added. + The value that's raised to the power of . + The power to which is raised. Computes a value raised to a given power. raised to the power of . @@ -4537,7 +4537,7 @@ For this method matches the IEEE 754:2 - To be added. + The value whose estimate of the reciprocal is to be computed. Computes an estimate of the reciprocal of a value. An estimate of the reciprocal of . To be added. @@ -4566,7 +4566,7 @@ For this method matches the IEEE 754:2 - To be added. + The value whose estimate of the reciprocal square root is to be computed. Computes an estimate of the reciprocal square root of a value. An estimate of the reciprocal square root of . To be added. @@ -4596,8 +4596,8 @@ For this method matches the IEEE 754:2 - To be added. - To be added. + The value whose -th root is to be computed. + The degree of the root to be computed. Computes the n-th root of a value. The -th root of . To be added. @@ -4626,7 +4626,7 @@ For this method matches the IEEE 754:2 - To be added. + The value to round. Rounds a value to the nearest integer using the default rounding mode (). The result of rounding to the nearest integer using the default rounding mode. To be added. @@ -4656,8 +4656,8 @@ For this method matches the IEEE 754:2 - To be added. - To be added. + The value to round. + The number of fractional digits to which should be rounded. Rounds a value to a specified number of fractional-digits using the default rounding mode (). The result of rounding to fractional-digits using the default rounding mode. To be added. @@ -4687,8 +4687,8 @@ For this method matches the IEEE 754:2 - To be added. - To be added. + The value to round. + The mode under which should be rounded. Rounds a value to the nearest integer using the specified rounding mode. The result of rounding to the nearest integer using . To be added. @@ -4719,9 +4719,9 @@ For this method matches the IEEE 754:2 - To be added. - To be added. - To be added. + The value to round. + The number of fractional digits to which should be rounded. + The mode under which should be rounded. Rounds a value to a specified number of fractional-digits using the default rounding mode (). The result of rounding to fractional-digits using . To be added. @@ -4751,8 +4751,8 @@ For this method matches the IEEE 754:2 - To be added. - To be added. + The value that base-radix raised to the power of multiplies. + The value to which base-radix is raised before multipliying . Computes the product of a value and its base-radix raised to the specified power. The product of and base-radix raised to the power of . To be added. @@ -4781,7 +4781,7 @@ For this method matches the IEEE 754:2 - To be added. + The value whose sign is to be computed. Computes the sign of a value. A positive value if is positive, if is zero, and a negative value if is negative. @@ -4818,7 +4818,7 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively. - To be added. + The value, in radians, whose sine is to be computed. Computes the sine of a value. The sine of . @@ -4861,7 +4861,7 @@ This computes `sin(x)`. - To be added. + The value, in radians, whose sine and cosine are to be computed. Computes the sine and cosine of a value. The sine and cosine of . @@ -4904,7 +4904,7 @@ This computes `(sin(x), cos(x))`. - To be added. + The value, in half-revolutions, that is multipled by pi before computing its sine and cosine. Computes the sine and cosine of a value. The sine and cosine of . @@ -4941,7 +4941,7 @@ This computes `(sin(x), cos(x))`. - To be added. + The value, in radians, whose hyperbolic sine is to be computed. Computes the hyperbolic sine of a value. The hyperbolic sine of . To be added. @@ -4970,7 +4970,7 @@ This computes `(sin(x), cos(x))`. - To be added. + The value, in half-revolutions, that is multipled by pi before computing its sine. Computes the sine of a value that has been multiplied by pi. The sine of multiplied-by pi. @@ -5028,7 +5028,7 @@ This computes `sin(x * π)`. - To be added. + The value whose square-root is to be computed. Computes the square-root of a value. The square-root of . To be added. @@ -5289,7 +5289,7 @@ This computes `sin(x * π)`. - To be added. + The value, in radians, whose tangent is to be computed. Computes the tangent of a value. The tangent of . @@ -5326,7 +5326,7 @@ This computes `tan(x)`. - To be added. + The value, in radians, whose hyperbolic tangent is to be computed. Computes the hyperbolic tangent of a value. The hyperbolic tangent of . To be added. @@ -5355,7 +5355,7 @@ This computes `tan(x)`. - To be added. + The value, in half-revolutions, that is multipled by pi before computing its tangent. Computes the tangent of a value that has been multipled by pi. The tangent of multiplied-by pi. @@ -5538,7 +5538,7 @@ This computes `tan(x * π)`. - To be added. + The value to truncate. Truncates a value. The truncation of . To be added. diff --git a/xml/System.Text.Json.Nodes/JsonArray.xml b/xml/System.Text.Json.Nodes/JsonArray.xml index a75cc0f38a7..89bcb3ab51b 100644 --- a/xml/System.Text.Json.Nodes/JsonArray.xml +++ b/xml/System.Text.Json.Nodes/JsonArray.xml @@ -270,7 +270,7 @@ It is safe to perform multiple concurrent read operations on a Gets the number of elements contained in the . - To be added. + The number of elements contained in the . To be added. diff --git a/xml/System.Text.Json.Nodes/JsonObject.xml b/xml/System.Text.Json.Nodes/JsonObject.xml index f0220ac5d7e..34fe99318d5 100644 --- a/xml/System.Text.Json.Nodes/JsonObject.xml +++ b/xml/System.Text.Json.Nodes/JsonObject.xml @@ -234,7 +234,7 @@ It's safe to perform multiple concurrent read operations on a Gets the number of elements contained in . - To be added. + The number of elements contained in the . To be added. diff --git a/xml/System.Windows.Forms/BindableComponent.xml b/xml/System.Windows.Forms/BindableComponent.xml index 2a4ec1a6eb0..1e247791dd9 100644 --- a/xml/System.Windows.Forms/BindableComponent.xml +++ b/xml/System.Windows.Forms/BindableComponent.xml @@ -84,8 +84,8 @@ System.Windows.Forms.BindingContext - To be added. - To be added. + Gets or sets the collection of currency managers for the . + The collection of objects for this . To be added. @@ -148,8 +148,8 @@ System.Windows.Forms.ControlBindingsCollection - To be added. - To be added. + Gets the collection of data-binding objects for this . + The for this . To be added.