diff --git a/xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyBase.xml b/xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyBase.xml
index a2d675aee05..cb4385cb1b2 100644
--- a/xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyBase.xml
+++ b/xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyBase.xml
@@ -111,7 +111,7 @@
- To be added.
+ The type of the underlying object.Unwraps the underlying object and performs a cast to .The underlying object.To be added.
diff --git a/xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyFactory.xml b/xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyFactory.xml
index ed93bc1244d..54ef223723c 100644
--- a/xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyFactory.xml
+++ b/xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyFactory.xml
@@ -82,7 +82,7 @@
- To be added.
+ The type of the proxy to create.
The object to wrap in a proxy.
Creates a proxy object that is assignable to type .A proxy object, or if a proxy is not needed.
diff --git a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BatchingLogger.xml b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BatchingLogger.xml
index 184430995af..36b72c80600 100644
--- a/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BatchingLogger.xml
+++ b/xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BatchingLogger.xml
@@ -76,7 +76,7 @@
- To be added.
+ The type of the state to begin scope for.
The identifier for the scope.
Begins a logical operation scope.A disposable object that ends the logical operation scope on dispose.
diff --git a/xml/Microsoft.Extensions.Logging.Console/ConsoleLogger.xml b/xml/Microsoft.Extensions.Logging.Console/ConsoleLogger.xml
index 7711e0d29f3..c5aae875b6e 100644
--- a/xml/Microsoft.Extensions.Logging.Console/ConsoleLogger.xml
+++ b/xml/Microsoft.Extensions.Logging.Console/ConsoleLogger.xml
@@ -116,7 +116,7 @@
- To be added.
+ The type of the state to begin scope for.
The identifier for the scope.
Begins a logical operation scope.A disposable object that ends the logical operation scope on dispose.
diff --git a/xml/Microsoft.Extensions.Logging.Filter.Internal/FilterLogger.xml b/xml/Microsoft.Extensions.Logging.Filter.Internal/FilterLogger.xml
index 0dfc0e60679..324134ad11c 100644
--- a/xml/Microsoft.Extensions.Logging.Filter.Internal/FilterLogger.xml
+++ b/xml/Microsoft.Extensions.Logging.Filter.Internal/FilterLogger.xml
@@ -75,7 +75,7 @@
- To be added.
+ The type of the state to begin scope for.
The identifier for the scope.
Begins a logical operation scope.An that ends the logical operation scope on dispose.
diff --git a/xml/Microsoft.Extensions.Logging.TraceSource/TraceSourceLogger.xml b/xml/Microsoft.Extensions.Logging.TraceSource/TraceSourceLogger.xml
index 1dcabad3685..85ff3bcff77 100644
--- a/xml/Microsoft.Extensions.Logging.TraceSource/TraceSourceLogger.xml
+++ b/xml/Microsoft.Extensions.Logging.TraceSource/TraceSourceLogger.xml
@@ -86,7 +86,7 @@
- To be added.
+ The type of the state to begin scope for.
The identifier for the scope.
Begins a logical operation scope.A disposable object that ends the logical operation scope on dispose.
diff --git a/xml/Microsoft.Extensions.Primitives/StringSegment.xml b/xml/Microsoft.Extensions.Primitives/StringSegment.xml
index 302281be3ba..7dc7e0a66fc 100644
--- a/xml/Microsoft.Extensions.Primitives/StringSegment.xml
+++ b/xml/Microsoft.Extensions.Primitives/StringSegment.xml
@@ -442,11 +442,11 @@
- To be added.
+ An object to compare with this object.
Indicates whether the current object is equal to another object of the same type.
- To be added.
+
+ if the current object is equal to ; otherwise, .To be added.
-
diff --git a/xml/System.Collections.Concurrent/BlockingCollection`1.xml b/xml/System.Collections.Concurrent/BlockingCollection`1.xml
index 64689cab9fe..3f1780739aa 100644
--- a/xml/System.Collections.Concurrent/BlockingCollection`1.xml
+++ b/xml/System.Collections.Concurrent/BlockingCollection`1.xml
@@ -1404,6 +1404,7 @@ This member is an explicit interface member implementation. It can be used only
The has been disposed.The underlying collection was modified outside of this instance, or the is empty and the collection has been marked as complete for adding.
+ The is empty and has been marked as complete with regards to additions.Thread-Safe CollectionsBlockingCollection Overview
diff --git a/xml/System.Collections.Immutable/ImmutableArray.xml b/xml/System.Collections.Immutable/ImmutableArray.xml
index 318893c3c00..cd1ed518796 100644
--- a/xml/System.Collections.Immutable/ImmutableArray.xml
+++ b/xml/System.Collections.Immutable/ImmutableArray.xml
@@ -289,10 +289,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of element stored in the array.
+ The elements to store in the array.
+ Creates an with the specified elements.
+ An immutable array containing the specified items.To be added.
@@ -318,10 +318,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of element stored in the array.
+ The elements to store in the array.
+ Creates an with the specified elements.
+ An immutable array containing the specified items.To be added.
@@ -976,10 +976,10 @@ This overload allows helper methods or custom builder classes to efficiently avo
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of element in the list.
+ The elements to store in the array.
+ Produce an immutable array of contents from specified elements.
+ An immutable array containing the items in the span.To be added.
@@ -1005,10 +1005,10 @@ This overload allows helper methods or custom builder classes to efficiently avo
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of element in the list.
+ The elements to store in the array.
+ Converts the span to an immutable array.
+ An immutable array containing the items in the span.To be added.
diff --git a/xml/System.Collections.Immutable/ImmutableArray`1+Builder.xml b/xml/System.Collections.Immutable/ImmutableArray`1+Builder.xml
index 625b09bc3c6..64a59a437ba 100644
--- a/xml/System.Collections.Immutable/ImmutableArray`1+Builder.xml
+++ b/xml/System.Collections.Immutable/ImmutableArray`1+Builder.xml
@@ -216,8 +216,8 @@
- To be added.
- To be added.
+ The items to add at the end of the array.
+ Adds the specified items to the end of the array.To be added.
@@ -440,8 +440,8 @@
To be added.
- To be added.
- To be added.
+ The items to add at the end of the array.
+ Adds the specified items to the end of the array.To be added.
@@ -606,8 +606,8 @@
- To be added.
- To be added.
+ The to copy to.
+ Copies the current contents to the specified .To be added.
diff --git a/xml/System.Collections.Immutable/ImmutableArray`1.xml b/xml/System.Collections.Immutable/ImmutableArray`1.xml
index d6d0f794c5a..a6c4f17e912 100644
--- a/xml/System.Collections.Immutable/ImmutableArray`1.xml
+++ b/xml/System.Collections.Immutable/ImmutableArray`1.xml
@@ -233,9 +233,9 @@
- To be added.
- To be added.
- To be added.
+ The values to add.
+ Adds the specified values to this list.
+ A new list with the elements added.To be added.
@@ -265,9 +265,9 @@
- To be added.
- To be added.
- To be added.
+ The values to add.
+ Adds the specified values to this list.
+ A new list with the elements added.To be added.
@@ -390,9 +390,9 @@
- To be added.
- To be added.
- To be added.
+ A range in the current .
+ Creates a span over the portion of the current based on the specified .
+ A span representation of the .To be added.
@@ -416,10 +416,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The index at which to begin the span.
+ The number of items in the span.
+ Creates a over the portion of the current , beginning at a specified position for a specified length.
+ The representation of the .To be added.
@@ -601,8 +601,8 @@
- To be added.
- To be added.
+ The that is the destination of the elements copied from current .
+ Copies the elements of current to a .To be added.
@@ -1210,10 +1210,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The index at which to insert the value.
+ The elements to insert.
+ Inserts the specified values at the specified index.
+ The new immutable collection.To be added.
@@ -1237,10 +1237,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The index at which to insert the value.
+ The elements to insert.
+ Inserts the specified values at the specified index.
+ The new immutable collection.To be added.
@@ -2137,10 +2137,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The items to remove if matches are found in this list.
+ The equality comparer to use in the search.
+ Removes the specified values from this list.
+ A new list with the elements removed.To be added.
@@ -2163,10 +2163,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The items to remove if matches are found in this list.
+ The equality comparer to use in the search.
+ Removes the specified values from this list.
+ A new list with the elements removed.To be added.
@@ -2305,10 +2305,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The index at which to begin this slice.
+ The desired length for the slice.
+ Forms a slice out of the current starting at a specified index for a specified length.
+ An that consists of elements from the current , starting at .To be added.
diff --git a/xml/System.Collections.Specialized/BitVector32.xml b/xml/System.Collections.Specialized/BitVector32.xml
index 5db3826a4fd..20bc6c7bc75 100644
--- a/xml/System.Collections.Specialized/BitVector32.xml
+++ b/xml/System.Collections.Specialized/BitVector32.xml
@@ -565,9 +565,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.ComponentModel.Composition.ReflectionModel/LazyMemberInfo.xml b/xml/System.ComponentModel.Composition.ReflectionModel/LazyMemberInfo.xml
index bc760a50aa3..4f4a4675d5d 100644
--- a/xml/System.ComponentModel.Composition.ReflectionModel/LazyMemberInfo.xml
+++ b/xml/System.ComponentModel.Composition.ReflectionModel/LazyMemberInfo.xml
@@ -137,9 +137,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.ComponentModel.Design.Serialization/MemberRelationship.xml b/xml/System.ComponentModel.Design.Serialization/MemberRelationship.xml
index 15269d2be8f..8a93740b1a3 100644
--- a/xml/System.ComponentModel.Design.Serialization/MemberRelationship.xml
+++ b/xml/System.ComponentModel.Design.Serialization/MemberRelationship.xml
@@ -175,7 +175,7 @@
To be added.
- To be added.
+ Infrastructure support to make this a first class structTo be added.To be added.
diff --git a/xml/System.Data.SqlTypes/SqlBinary.xml b/xml/System.Data.SqlTypes/SqlBinary.xml
index 44774cd1879..27039a9eb40 100644
--- a/xml/System.Data.SqlTypes/SqlBinary.xml
+++ b/xml/System.Data.SqlTypes/SqlBinary.xml
@@ -420,9 +420,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlBoolean.xml b/xml/System.Data.SqlTypes/SqlBoolean.xml
index 838af2d51f3..fb70e155cfc 100644
--- a/xml/System.Data.SqlTypes/SqlBoolean.xml
+++ b/xml/System.Data.SqlTypes/SqlBoolean.xml
@@ -490,9 +490,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlByte.xml b/xml/System.Data.SqlTypes/SqlByte.xml
index 68f6365d169..50e19ea9f7e 100644
--- a/xml/System.Data.SqlTypes/SqlByte.xml
+++ b/xml/System.Data.SqlTypes/SqlByte.xml
@@ -511,9 +511,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlDateTime.xml b/xml/System.Data.SqlTypes/SqlDateTime.xml
index 176560b64a9..fe3bbd339dd 100644
--- a/xml/System.Data.SqlTypes/SqlDateTime.xml
+++ b/xml/System.Data.SqlTypes/SqlDateTime.xml
@@ -671,9 +671,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlDecimal.xml b/xml/System.Data.SqlTypes/SqlDecimal.xml
index dd4c53f2ab5..c9fca37b5f2 100644
--- a/xml/System.Data.SqlTypes/SqlDecimal.xml
+++ b/xml/System.Data.SqlTypes/SqlDecimal.xml
@@ -944,9 +944,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlDouble.xml b/xml/System.Data.SqlTypes/SqlDouble.xml
index 0b81d5d8c03..55088256d41 100644
--- a/xml/System.Data.SqlTypes/SqlDouble.xml
+++ b/xml/System.Data.SqlTypes/SqlDouble.xml
@@ -415,9 +415,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlGuid.xml b/xml/System.Data.SqlTypes/SqlGuid.xml
index b47642c7ce8..fd8ce9a5cc0 100644
--- a/xml/System.Data.SqlTypes/SqlGuid.xml
+++ b/xml/System.Data.SqlTypes/SqlGuid.xml
@@ -497,9 +497,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlInt16.xml b/xml/System.Data.SqlTypes/SqlInt16.xml
index 2e61f9ac57f..37dcc9ad6dd 100644
--- a/xml/System.Data.SqlTypes/SqlInt16.xml
+++ b/xml/System.Data.SqlTypes/SqlInt16.xml
@@ -507,9 +507,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlInt32.xml b/xml/System.Data.SqlTypes/SqlInt32.xml
index 87e3dcdb542..f6770093802 100644
--- a/xml/System.Data.SqlTypes/SqlInt32.xml
+++ b/xml/System.Data.SqlTypes/SqlInt32.xml
@@ -511,9 +511,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlInt64.xml b/xml/System.Data.SqlTypes/SqlInt64.xml
index 68c4ba80048..cf876e275b8 100644
--- a/xml/System.Data.SqlTypes/SqlInt64.xml
+++ b/xml/System.Data.SqlTypes/SqlInt64.xml
@@ -511,9 +511,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlMoney.xml b/xml/System.Data.SqlTypes/SqlMoney.xml
index 99d574e0f35..982050a70a5 100644
--- a/xml/System.Data.SqlTypes/SqlMoney.xml
+++ b/xml/System.Data.SqlTypes/SqlMoney.xml
@@ -558,9 +558,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlSingle.xml b/xml/System.Data.SqlTypes/SqlSingle.xml
index 1cca6548f14..f6d4c1cbb50 100644
--- a/xml/System.Data.SqlTypes/SqlSingle.xml
+++ b/xml/System.Data.SqlTypes/SqlSingle.xml
@@ -473,9 +473,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Data.SqlTypes/SqlString.xml b/xml/System.Data.SqlTypes/SqlString.xml
index 61ef3789fda..4d13c1acda7 100644
--- a/xml/System.Data.SqlTypes/SqlString.xml
+++ b/xml/System.Data.SqlTypes/SqlString.xml
@@ -1015,9 +1015,10 @@ SqlString mySqlString = new SqlString("abc", CultureInfo.CurrentCulture.LCID);
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Diagnostics.CodeAnalysis/SetsRequiredMembersAttribute.xml b/xml/System.Diagnostics.CodeAnalysis/SetsRequiredMembersAttribute.xml
index 8011741a148..e00ee8f9487 100644
--- a/xml/System.Diagnostics.CodeAnalysis/SetsRequiredMembersAttribute.xml
+++ b/xml/System.Diagnostics.CodeAnalysis/SetsRequiredMembersAttribute.xml
@@ -20,7 +20,7 @@
- To be added.
+ Specifies that this constructor sets all required members for the current type, and callers do not need to set any required members themselves.To be added.
diff --git a/xml/System.Diagnostics.Metrics/Meter.xml b/xml/System.Diagnostics.Metrics/Meter.xml
index 877ad1b63e8..a0317e6e579 100644
--- a/xml/System.Diagnostics.Metrics/Meter.xml
+++ b/xml/System.Diagnostics.Metrics/Meter.xml
@@ -466,13 +466,21 @@ Example uses for ObservableCounter: The number of page faults for each process.
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The instrument name. Cannot be .
+ The callback to call to get the measurements when the is called by .
+ Optional instrument unit of measurements.
+ Optional instrument description.
+ Creates an ObservableUpDownCounter object. ObservableUpDownCounter is an Instrument that reports increasing or decreasing values when the instrument is being observed.To be added.
- To be added.
+
+
+
@@ -506,13 +514,21 @@ Example uses for ObservableCounter: The number of page faults for each process.
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The instrument name. Cannot be .
+ The callback to call to get the measurements when the is called by
+ Optional instrument unit of measurements.
+ Optional instrument description.
+ Creates an ObservableUpDownCounter object. ObservableUpDownCounter is an Instrument that reports increasing or decreasing values when the instrument is being observed.To be added.
- To be added.
+
+
+
@@ -546,13 +562,21 @@ Example uses for ObservableCounter: The number of page faults for each process.
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The instrument name. Cannot be .
+ The callback to call to get the measurements when the is called by .
+ Optional instrument unit of measurements.
+ Optional instrument description.
+ Creates an ObservableUpDownCounter object. ObservableUpDownCounter is an Instrument that reports increasing or decreasing values when the instrument is being observed.To be added.
- To be added.
+
+
+
@@ -585,12 +609,21 @@ Example uses for ObservableCounter: The number of page faults for each process.
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The instrument name. Cannot be .
+ Optional instrument unit of measurements.
+ Optional instrument description.
+ Create a metrics UpDownCounter object.To be added.
- To be added.
+
+
+
diff --git a/xml/System.Diagnostics.Metrics/ObservableUpDownCounter`1.xml b/xml/System.Diagnostics.Metrics/ObservableUpDownCounter`1.xml
index 7eb11fe61b6..7f6a4862287 100644
--- a/xml/System.Diagnostics.Metrics/ObservableUpDownCounter`1.xml
+++ b/xml/System.Diagnostics.Metrics/ObservableUpDownCounter`1.xml
@@ -27,8 +27,18 @@
To be added.
- To be added.
- To be added.
+ A metrics-observable instrument that reports increasing or decreasing values when the instrument is being observed.
+Use this instrument to monitor the process heap size or the approximate number of items in a lock-free circular buffer, for example.
+To create an ObservableUpDownCounter object, use the methods.
+
+ , , , , , , and .
+
+ ]]>
+
@@ -48,7 +58,7 @@
- To be added.
+ Fetches the current measurements being tracked by this observable counter.To be added.To be added.
diff --git a/xml/System.Diagnostics.Metrics/UpDownCounter`1.xml b/xml/System.Diagnostics.Metrics/UpDownCounter`1.xml
index 9af1cd58b8d..5a5b1767b7e 100644
--- a/xml/System.Diagnostics.Metrics/UpDownCounter`1.xml
+++ b/xml/System.Diagnostics.Metrics/UpDownCounter`1.xml
@@ -27,8 +27,17 @@
To be added.
- To be added.
- To be added.
+ An instrument that supports reporting positive or negative metric values.
+ UpDownCounter may be used in scenarios like reporting the change in active requests or queue size.
+
+ , , , , , , and
+
+ ]]>
+
@@ -50,8 +59,8 @@
- To be added.
- To be added.
+ The amount to be added, which can be positive, negative, or zero.
+ Records the delta value of the measurement. The delta can be positive, negative, or zero.To be added.
@@ -75,9 +84,9 @@
- To be added.
- To be added.
- To be added.
+ The amount to be added, which can be positive, negative, or zero.
+ A key-value pair tag associated with the measurement.
+ Records the delta value of the measurement. The delta can be positive, negative, or zero.To be added.
@@ -108,9 +117,9 @@
- To be added.
- To be added.
- To be added.
+ The amount to be added, which can be positive, negative, or zero.
+ A list of key-value pair tags associated with the measurement.
+ Records the delta value of the measurement. The delta can be positive, negative, or zero.To be added.
@@ -141,9 +150,9 @@
- To be added.
- To be added.
- To be added.
+ The amount to be added, which can be positive, negative, or zero.
+ A of tags associated with the measurement.
+ Records the delta value of the measurement. The delta can be positive, negative, or zero.To be added.
@@ -167,9 +176,9 @@
- To be added.
- To be added.
- To be added.
+ The amount to be added, which can be positive, negative, or zero.
+ A span of key-value pair tags associated with the measurement.
+ Records the delta value of the measurement. The delta can be positive, negative, or zero.To be added.
@@ -194,10 +203,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The amount to be added, which can be positive, negative, or zero.
+ A first key-value pair tag associated with the measurement.
+ A second key-value pair tag associated with the measurement.
+ Records the delta value of the measurement. The delta can be positive, negative, or zero.To be added.
@@ -223,11 +232,11 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The amount to be added, which can be positive, negative, or zero.
+ A first key-value pair tag associated with the measurement.
+ A second key-value pair tag associated with the measurement.
+ A third key-value pair tag associated with the measurement.
+ Records the delta value of the measurement. The delta can be positive, negative, or zero.To be added.
diff --git a/xml/System.Diagnostics/UnreachableException.xml b/xml/System.Diagnostics/UnreachableException.xml
index 43bd03a404e..3ce5967cf33 100644
--- a/xml/System.Diagnostics/UnreachableException.xml
+++ b/xml/System.Diagnostics/UnreachableException.xml
@@ -14,7 +14,7 @@
- To be added.
+ The exception that is thrown when the program executes an instruction that was thought to be unreachable.To be added.
@@ -31,7 +31,7 @@
- To be added.
+ Initializes a new instance of the class with the default error message.To be added.
@@ -51,8 +51,8 @@
- To be added.
- To be added.
+ The error message that explains the reason for the exception.
+ Initializes a new instance of the class with a specified error message.To be added.
@@ -73,9 +73,9 @@
- To be added.
- To be added.
- To be added.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception.
+ Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.To be added.
diff --git a/xml/System.Drawing/CharacterRange.xml b/xml/System.Drawing/CharacterRange.xml
index 857e33dd096..a08d1dab564 100644
--- a/xml/System.Drawing/CharacterRange.xml
+++ b/xml/System.Drawing/CharacterRange.xml
@@ -123,9 +123,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.IO.Compression/ZipArchive.xml b/xml/System.IO.Compression/ZipArchive.xml
index 609cacc1b2c..8acfdedacaa 100644
--- a/xml/System.IO.Compression/ZipArchive.xml
+++ b/xml/System.IO.Compression/ZipArchive.xml
@@ -299,9 +299,19 @@ An encoding other than UTF-8 is specified for the constructor.
+
+If the comment byte length is larger than , it will be truncated when disposing the archive.
+
+ ]]>
+
diff --git a/xml/System.IO.Compression/ZipArchiveEntry.xml b/xml/System.IO.Compression/ZipArchiveEntry.xml
index c797cceeb3f..0f67d84f3cf 100644
--- a/xml/System.IO.Compression/ZipArchiveEntry.xml
+++ b/xml/System.IO.Compression/ZipArchiveEntry.xml
@@ -95,9 +95,19 @@
System.String
- To be added.
+ Gets or sets the optional entry comment.To be added.
- To be added.
+
+ constructor.
+
+If the comment byte length is larger than , it will be truncated when disposing the archive.
+
+ ]]>
+
diff --git a/xml/System.IO/Path.xml b/xml/System.IO/Path.xml
index b5cd7ae7990..3d5c26804d0 100644
--- a/xml/System.IO/Path.xml
+++ b/xml/System.IO/Path.xml
@@ -810,10 +810,21 @@ The following example displays field values on Windows and
- To be added.
- To be added.
- To be added.
- To be added.
+ The path to check
+ Determines whether the specified file or directory exists.
+
+ if the caller has the required permissions and contains the name of an existing file or directory; otherwise, .
+ This method also returns if is , an invalid path, or a zero-length string. If the caller does not have sufficient permissions to read the specified path, no exception is thrown and the method returns regardless of the existence of .
+
+ , this method returns `true` for existing, non-regular files like pipes.
+ If the path targets an existing link, but the target of the link does not exist, it returns `true`.
+
+ ]]>
+
diff --git a/xml/System.IO/StreamReader.xml b/xml/System.IO/StreamReader.xml
index cbdc9d353aa..3e37c06d8a5 100644
--- a/xml/System.IO/StreamReader.xml
+++ b/xml/System.IO/StreamReader.xml
@@ -2450,10 +2450,23 @@ Following a call to , any operations on th
- To be added.
- To be added.
- To be added.
- To be added.
+ The token to monitor for cancellation requests.
+ Reads a line of characters asynchronously from the current stream and returns the data as a string.
+ A value task that represents the asynchronous read operation. The value of the TResult parameter contains the next line from the stream, or is if all of the characters have been read.
+
+ but not stored (by the
+ ) or returned (to the caller) may be lost.
+
+ ]]>
+
+ The number of characters in the next line is larger than .
+ The stream reader has been disposed.
+ The reader is currently in use by a previous read operation.
@@ -2637,10 +2650,23 @@ Following a call to , any operations on th
- To be added.
- To be added.
- To be added.
- To be added.
+ The token to monitor for cancellation requests.
+ Reads all characters from the current position to the end of the stream asynchronously and returns them as one string.
+ A task that represents the asynchronous read operation. The value of the TResult parameter contains a string with the characters from the current position to the end of the stream.
+
+ but not stored (by the
+ ) or returned (to the caller) may be lost.
+
+ ]]>
+
+ The number of characters is larger than .
+ The stream reader has been disposed.
+ The reader is currently in use by a previous read operation.
diff --git a/xml/System.IO/StringReader.xml b/xml/System.IO/StringReader.xml
index d3dfc733566..93b066827eb 100644
--- a/xml/System.IO/StringReader.xml
+++ b/xml/System.IO/StringReader.xml
@@ -1118,10 +1118,13 @@ This implementation of `Close` calls the
- To be added.
- To be added.
- To be added.
+ The token to monitor for cancellation requests.
+ Reads a line of characters asynchronously from the current string and returns the data as a string.
+ A value task that represents the asynchronous read operation. The value of the TResult parameter contains the next line from the string reader, or is if all of the characters have been read.To be added.
+ The number of characters in the next line is larger than .
+ The string reader has been disposed.
+ The reader is currently in use by a previous read operation.
@@ -1306,10 +1309,13 @@ This implementation of `Close` calls the
- To be added.
- To be added.
- To be added.
+ The token to monitor for cancellation requests.
+ Reads all characters from the current position to the end of the string asynchronously and returns them as a single string.
+ A task that represents the asynchronous read operation. The value of the TResult parameter contains a string with the characters from the current position to the end of the string.To be added.
+ The number of characters is larger than .
+ The string reader has been disposed.
+ The reader is currently in use by a previous read operation.
diff --git a/xml/System.IO/TextReader.xml b/xml/System.IO/TextReader.xml
index 1c1c772d2f6..972d0ccf92d 100644
--- a/xml/System.IO/TextReader.xml
+++ b/xml/System.IO/TextReader.xml
@@ -1227,10 +1227,27 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The token to monitor for cancellation requests.
+ Reads a line of characters asynchronously and returns the data as a string.
+ A value task that represents the asynchronous read operation. The value of the TResult parameter contains the next line from the text reader, or is if all of the characters have been read.
+
+ class is an abstract class. Therefore, you do not instantiate it in
+ your code. For an example of using the method, see the
+ method.
+
+If the current represents the standard input stream returned by
+ the `Console.In` property, the method
+ executes synchronously rather than asynchronously.
+
+ ]]>
+
+ The number of characters in the next line is larger than .
+ The text reader has been disposed.
+ The reader is currently in use by a previous read operation.
@@ -1403,10 +1420,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The token to monitor for cancellation requests.
+ Reads all characters from the current position to the end of the text reader asynchronously and returns them as one string.
+ A task that represents the asynchronous read operation. The value of the TResult parameter contains a string with the characters from the current position to the end of the text reader.
+
+ class is an abstract class. Therefore, you do not instantiate it in
+ your code. For an example of using the method, see the
+ method.
+
+ ]]>
+
+ The number of characters is larger than .
+ The text reader has been disposed.
+ The reader is currently in use by a previous read operation.
diff --git a/xml/System.Linq/EnumerableQuery`1.xml b/xml/System.Linq/EnumerableQuery`1.xml
index 5fdff892ecd..724ec3cf2e1 100644
--- a/xml/System.Linq/EnumerableQuery`1.xml
+++ b/xml/System.Linq/EnumerableQuery`1.xml
@@ -502,7 +502,7 @@ This member is an explicit interface member implementation. It can be used only
The type of the data in the collection that represents.
- To be added.
+ The type of the elements of the that is returned.
An expression tree to execute.
Constructs a new object and associates it with a specified expression tree that represents an collection of data.An EnumerableQuery object that is associated with .
diff --git a/xml/System.Net.Sockets/IPPacketInformation.xml b/xml/System.Net.Sockets/IPPacketInformation.xml
index 40c7fffbc1c..b633347c76c 100644
--- a/xml/System.Net.Sockets/IPPacketInformation.xml
+++ b/xml/System.Net.Sockets/IPPacketInformation.xml
@@ -117,9 +117,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Reflection/CustomAttributeNamedArgument.xml b/xml/System.Reflection/CustomAttributeNamedArgument.xml
index 34d0c5cf9a8..a5b1f4def40 100644
--- a/xml/System.Reflection/CustomAttributeNamedArgument.xml
+++ b/xml/System.Reflection/CustomAttributeNamedArgument.xml
@@ -304,9 +304,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Reflection/CustomAttributeTypedArgument.xml b/xml/System.Reflection/CustomAttributeTypedArgument.xml
index 8f8eba38668..863de26a35c 100644
--- a/xml/System.Reflection/CustomAttributeTypedArgument.xml
+++ b/xml/System.Reflection/CustomAttributeTypedArgument.xml
@@ -371,9 +371,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Runtime.CompilerServices/RequiredMemberAttribute.xml b/xml/System.Runtime.CompilerServices/RequiredMemberAttribute.xml
index f034e35805c..09e52b0d6f3 100644
--- a/xml/System.Runtime.CompilerServices/RequiredMemberAttribute.xml
+++ b/xml/System.Runtime.CompilerServices/RequiredMemberAttribute.xml
@@ -20,7 +20,7 @@
- To be added.
+ Specifies that a type has required members or that a member is required.To be added.
diff --git a/xml/System.Runtime.CompilerServices/RuntimeFeature.xml b/xml/System.Runtime.CompilerServices/RuntimeFeature.xml
index 8ac1951a46a..8c989573c19 100644
--- a/xml/System.Runtime.CompilerServices/RuntimeFeature.xml
+++ b/xml/System.Runtime.CompilerServices/RuntimeFeature.xml
@@ -55,7 +55,7 @@
System.String
- To be added.
+ Represents a runtime feature where types can define ref fields.To be added.
diff --git a/xml/System.Runtime.InteropServices/GCHandle.xml b/xml/System.Runtime.InteropServices/GCHandle.xml
index b88853ac6ca..c48d4f29b31 100644
--- a/xml/System.Runtime.InteropServices/GCHandle.xml
+++ b/xml/System.Runtime.InteropServices/GCHandle.xml
@@ -397,9 +397,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Runtime.InteropServices/NFloat.xml b/xml/System.Runtime.InteropServices/NFloat.xml
index 25b27dfb4d3..8b514fc6b0e 100644
--- a/xml/System.Runtime.InteropServices/NFloat.xml
+++ b/xml/System.Runtime.InteropServices/NFloat.xml
@@ -122,10 +122,32 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ An object to compare, or .
+ Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object.
+
+ A signed number indicating the relative values of this instance and .
+
+
+ Return Value
+ Description
+
+
+ Less than zero
+ This instance is less than , or this instance is not a number and is a number.
+
+
+ Zero
+ This instance is equal to , or both this instance and are not a number.
+
+
+ Greater than zero
+ This instance is greater than , or this instance is a number and is not a number or is .
+
+
+
+ To be added.
+
+ is not a .
@@ -150,9 +172,29 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ A floating-point number to compare.
+ Compares this instance to a specified floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified floating-point number.
+
+ A signed number indicating the relative values of this instance and .
+
+
+ Return Value
+ Description
+
+
+ Less than zero
+ This instance is less than , or this instance is not a number and is a number.
+
+
+ Zero
+ This instance is equal to , or both this instance and are not a number.
+
+
+ Greater than zero
+ This instance is greater than , or this instance is a number and is not a number.
+
+
+ To be added.
@@ -172,7 +214,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
System.Runtime.InteropServices.NFloat
- To be added.
+ Represents the smallest positive NFloat value that is greater than zero.To be added.To be added.
@@ -248,7 +290,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
An object to compare with this instance.
- To be added.
+ An object to compare with this instance.
Returns a value indicating whether this instance is equal to a specified object. if is an instance of and equals the value of this instance; otherwise, .
@@ -297,9 +339,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The floating-point value.
+ Determines whether the specified value is finite (zero, subnormal, or normal).
+
+ if the value is finite (zero, subnormal or normal); otherwise.To be added.
@@ -322,9 +365,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The floating-point value.
+ Determines whether the specified value is infinite (positive or negative infinity).
+
+ if the value is infinite (positive or negative infinity); otherwise.To be added.
@@ -347,9 +391,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The floating-point value.
+ Determines whether the specified value is NaN (not a number).
+
+ if the value is NaN (not a number); otherwise.To be added.
@@ -372,9 +417,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The floating-point value.
+ Determines whether the specified value is negative.
+
+ if the value is negative; otherwise.To be added.
@@ -397,9 +443,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The floating-point value.
+ Determines whether the specified value is negative infinity.
+
+ if the value is negative infinity; otherwise.To be added.
@@ -422,9 +469,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The floating-point value.
+ Determines whether the specified value is normal.
+
+ if the value is normal; otherwise.To be added.
@@ -447,9 +495,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The floating-point value.
+ Determines whether the specified value is positive infinity.
+
+ if the value is positive infinity; otherwise.To be added.
@@ -472,9 +521,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The floating-point value.
+ Determines whether the specified value is subnormal.
+
+ if the value is subnormal; otherwise.To be added.
@@ -494,7 +544,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
System.Runtime.InteropServices.NFloat
- To be added.
+ Represents the largest finite value of a NFloat.To be added.To be added.
@@ -515,7 +565,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
System.Runtime.InteropServices.NFloat
- To be added.
+ Represents the smallest finite value of a NFloat.To be added.To be added.
@@ -536,7 +586,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
System.Runtime.InteropServices.NFloat
- To be added.
+ Represents a value that is not a number (NaN).To be added.To be added.
@@ -557,7 +607,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
System.Runtime.InteropServices.NFloat
- To be added.
+ Represents negative infinity.To be added.To be added.
@@ -582,10 +632,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value to which is added.
+ The value which is added to .
+ Adds two values together to compute their sum.
+ The sum of and .To be added.
@@ -608,9 +658,9 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to decrement.
+ Decrements a value.
+ The result of decrementing .To be added.
@@ -634,10 +684,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value which divides.
+ The value which divides .
+ Divides two values together to compute their quotient.
+ The quotient of divided-by .To be added.
@@ -661,10 +711,11 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value to compare with .
+ The value to compare with .
+ Compares two values to determine equality.
+
+ if is equal to ; otherwise, .To be added.
@@ -687,9 +738,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -712,9 +764,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -737,9 +790,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -762,9 +816,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -787,9 +842,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -812,9 +868,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -837,9 +894,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -862,9 +920,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -893,9 +952,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -924,9 +984,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -949,9 +1010,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -980,9 +1042,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -1011,9 +1074,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -1042,9 +1106,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -1079,9 +1144,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Explicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -1105,10 +1171,11 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value to compare with .
+ The value to compare with .
+ Compares two values to determine which is greater.
+
+ if is greater than ; otherwise, .To be added.
@@ -1132,10 +1199,11 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value to compare with .
+ The value to compare with .
+ Compares two values to determine which is greater or equal.
+
+ if is greater than or equal to ; otherwise, .To be added.
@@ -1158,9 +1226,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1183,9 +1252,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1208,9 +1278,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1233,9 +1304,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1258,9 +1330,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1290,9 +1363,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1315,9 +1389,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a native-sized floating-point value to its nearest representable value.
+
+ converted to its nearest representable value.To be added.
@@ -1346,9 +1421,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1371,9 +1447,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1402,9 +1479,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1433,9 +1511,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1464,9 +1543,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1502,9 +1582,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to convert.
+ Implicitly converts a value to its nearest representable native-sized floating-point value.
+
+ converted to its nearest representable native-sized floating-point value.To be added.
@@ -1527,9 +1608,9 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value to increment.
+ Increments a value.
+ The result of incrementing .To be added.
@@ -1553,10 +1634,11 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value to compare with .
+ The value to compare with .
+ Compares two values to determine inequality.
+
+ if is not equal to ; otherwise, .To be added.
@@ -1580,10 +1662,11 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value to compare with .
+ The value to compare with .
+ Compares two values to determine which is less.
+
+ if is less than ; otherwise, .To be added.
@@ -1607,10 +1690,11 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value to compare with .
+ The value to compare with .
+ Compares two values to determine which is less or equal.
+
+ if is less than or equal to ; otherwise, .To be added.
@@ -1634,10 +1718,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value which divides.
+ The value which divides .
+ Divides two values together to compute their remainder.
+ The remainder of divided-by .To be added.
@@ -1661,10 +1745,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value which multiplies.
+ The value which multiplies .
+ Multiplies two values together to compute their product.
+ The product of divided-by .To be added.
@@ -1688,10 +1772,10 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ The value from which is subtracted.
+ The value which is subtracted from .
+ Subtracts two values to compute their difference.
+ The difference of subtracted from .To be added.
@@ -1714,9 +1798,9 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value for which to compute its unary negation.
+ Computes the unary negation of a value.
+ The unary negation of .To be added.
@@ -1739,9 +1823,9 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ The value for which to compute its unary plus.
+ Computes the unary plus of a value.
+ The unary plus of .To be added.
@@ -1764,10 +1848,14 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ A string that contains the number to convert.
+ Converts the string representation of a number to its floating-point number equivalent.
+ A floating-point number that is equivalent to the numeric value or symbol specified in .To be added.
+
+ is .
+
+ does not represent a number in a valid format.
@@ -1790,11 +1878,21 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ A string that contains the number to convert.
+ A bitwise combination of enumeration values that indicate the style elements that can be present in .
+ Converts the string representation of a number in a specified style to its floating-point number equivalent.
+ A floating-point number that is equivalent to the numeric value or symbol specified in .To be added.
+
+ is not a value.
+
+-or-
+
+ includes the value.
+
+ is .
+
+ does not represent a number in a valid format.
@@ -1817,11 +1915,15 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ A string that contains the number to convert.
+ An object that supplies culture-specific formatting information about .
+ Converts the string representation of a number in a specified culture-specific format to its floating-point number equivalent.
+ A floating-point number that is equivalent to the numeric value or symbol specified in .To be added.
+
+ is .
+
+ does not represent a number in a valid format.
@@ -1844,12 +1946,20 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A character span that contains the number to convert.
+ A bitwise combination of enumeration values that indicate the style elements that can be present in .
+ An object that supplies culture-specific formatting information about .
+ Converts a character span that contains the string representation of a number in a specified style and culture-specific format to its floating-point number equivalent.
+ A floating-point number that is equivalent to the numeric value or symbol specified in .To be added.
+
+ is not a value.
+
+-or-
+
+ includes the value.
+
+ does not represent a number in a valid format.
@@ -1873,12 +1983,22 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A string that contains the number to convert.
+ A bitwise combination of enumeration values that indicate the style elements that can be present in .
+ An object that supplies culture-specific formatting information about .
+ Converts the string representation of a number in a specified style and culture-specific format to its floating-point number equivalent.
+ A floating-point number that is equivalent to the numeric value or symbol specified in .To be added.
+
+ is not a value.
+
+-or-
+
+ includes the value.
+
+ is .
+
+ does not represent a number in a valid format.
@@ -1897,7 +2017,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
System.Runtime.InteropServices.NFloat
- To be added.
+ Represents positive infinity.To be added.To be added.
@@ -1918,7 +2038,7 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
System.Int32
- To be added.
+ Gets the size, in bytes, of an NFloat.To be added.To be added.
@@ -1965,9 +2085,9 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ An object that supplies culture-specific formatting information.
+ Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.
+ The string representation of the value of this instance as specified by .To be added.
@@ -1990,10 +2110,12 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
+ A numeric format string.
+ Converts the numeric value of this instance to its equivalent string representation using the specified format.
+ The string representation of the value of this instance as specified by .To be added.
+
+ is invalid.
@@ -2019,11 +2141,13 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ A numeric format string.
+ An object that supplies culture-specific formatting information.
+ Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.
+ The string representation of the value of this instance as specified by and .To be added.
+
+ is invalid.
@@ -2050,12 +2174,13 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- 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, .To be added.
@@ -2079,10 +2204,11 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ A read-only character span that contains the number to convert.
+ When this method returns, contains a floating-point number equivalent of the numeric value or symbol contained in if the conversion succeeded or zero if the conversion failed. The conversion fails if the is or is not in a valid format. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.
+ Tries to convert a character span containing the string representation of a number to its floating-point number equivalent.
+
+ if was converted successfully; otherwise, .To be added.
@@ -2113,10 +2239,11 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
+ A read-only character span that contains the number to convert.
+ When this method returns, contains a floating-point number equivalent of the numeric value or symbol contained in if the conversion succeeded or zero if the conversion failed. The conversion fails if the is , , or is not in a valid format. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.
+ Tries to convert the string representation of a number to its floating-point number equivalent.
+
+ if was converted successfully; otherwise, .To be added.
@@ -2142,13 +2269,20 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A read-only character span that contains the number to convert.
+ A bitwise combination of enumeration values that indicate the style elements that can be present in .
+ An object that supplies culture-specific formatting information about .
+ When this method returns, contains a floating-point number equivalent of the numeric value or symbol contained in if the conversion succeeded or zero if the conversion failed. The conversion fails if the is or is not in a format compliant with , or if is not a valid combination of enumeration constants. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.
+ Tries to convert a character span containing the string representation of a number in a specified style and culture-specific format to its floating-point number equivalent.
+
+ if was converted successfully; otherwise, .To be added.
+
+ is not a value.
+
+-or-
+
+ includes the value.
@@ -2180,13 +2314,20 @@ It is meant to be used as an exchange type at the managed/unmanaged boundary to
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A read-only character span that contains the number to convert.
+ A bitwise combination of enumeration values that indicate the style elements that can be present in .
+ An object that supplies culture-specific formatting information about .
+ When this method returns, contains a floating-point number equivalent of the numeric value or symbol contained in if the conversion succeeded or zero if the conversion failed. The conversion fails if the is , , or is not in a format compliant with , or if is not a valid combination of enumeration constants. This parameter is passed uninitialized; any value originally supplied in result will be overwritten.
+ Tries to convert the string representation of a number in a specified style and culture-specific format to its floating-point number equivalent.
+
+ if was converted successfully; otherwise, .To be added.
+
+ is not a value.
+
+-or-
+
+ includes the value.
diff --git a/xml/System.Runtime.Intrinsics.Arm/AdvSimd+Arm64.xml b/xml/System.Runtime.Intrinsics.Arm/AdvSimd+Arm64.xml
index 1544668891e..ae8ab0c33bf 100644
--- a/xml/System.Runtime.Intrinsics.Arm/AdvSimd+Arm64.xml
+++ b/xml/System.Runtime.Intrinsics.Arm/AdvSimd+Arm64.xml
@@ -7608,7 +7608,7 @@
To be added.
- To be added.
+ A64: LDP St1, St2, [Xn]To be added.To be added.
@@ -7638,7 +7638,7 @@
To be added.
- To be added.
+ A64: LDP St1, St2, [Xn]To be added.To be added.
@@ -7668,7 +7668,7 @@
To be added.
- To be added.
+ A64: LDP St1, St2, [Xn]To be added.To be added.
@@ -7698,7 +7698,7 @@
To be added.
- To be added.
+ A64: LDNP St1, St2, [Xn]To be added.To be added.
@@ -7728,7 +7728,7 @@
To be added.
- To be added.
+ A64: LDNP St1, St2, [Xn]To be added.To be added.
@@ -7758,7 +7758,7 @@
To be added.
- To be added.
+ A64: LDNP St1, St2, [Xn]To be added.To be added.
@@ -7788,7 +7788,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -7818,7 +7818,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -7848,7 +7848,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -7878,7 +7878,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -7908,7 +7908,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -7938,7 +7938,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -7968,7 +7968,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -7998,7 +7998,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8028,7 +8028,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8058,7 +8058,7 @@
To be added.
- To be added.
+ A64: LDP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8088,7 +8088,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8118,7 +8118,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8148,7 +8148,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8178,7 +8178,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8208,7 +8208,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8238,7 +8238,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8268,7 +8268,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8298,7 +8298,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8328,7 +8328,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8358,7 +8358,7 @@
To be added.
- To be added.
+ A64: LDNP Qt1, Qt2, [Xn]To be added.To be added.
@@ -8388,7 +8388,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8418,7 +8418,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8448,7 +8448,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8478,7 +8478,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8508,7 +8508,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8538,7 +8538,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8568,7 +8568,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8598,7 +8598,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8628,7 +8628,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8658,7 +8658,7 @@
To be added.
- To be added.
+ A64: LDP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8688,7 +8688,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8718,7 +8718,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8748,7 +8748,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8778,7 +8778,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8808,7 +8808,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8838,7 +8838,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8868,7 +8868,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8898,7 +8898,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8928,7 +8928,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
@@ -8958,7 +8958,7 @@
To be added.
- To be added.
+ A64: LDNP Dt1, Dt2, [Xn]To be added.To be added.
diff --git a/xml/System.Security.Cryptography.Cose/CoseHeaderLabel.xml b/xml/System.Security.Cryptography.Cose/CoseHeaderLabel.xml
index 48ef19e2612..2de9ba158af 100644
--- a/xml/System.Security.Cryptography.Cose/CoseHeaderLabel.xml
+++ b/xml/System.Security.Cryptography.Cose/CoseHeaderLabel.xml
@@ -212,9 +212,10 @@
- To be added.
- To be added.
- To be added.
+ An object to compare with this object.
+ Indicates whether the current object is equal to another object of the same type.
+
+ if the current object is equal to the parameter; otherwise, .To be added.
diff --git a/xml/System.Security.Cryptography.Cose/CoseHeaderMap+Enumerator.xml b/xml/System.Security.Cryptography.Cose/CoseHeaderMap+Enumerator.xml
index ffe6deaf44c..910cfa4ffbc 100644
--- a/xml/System.Security.Cryptography.Cose/CoseHeaderMap+Enumerator.xml
+++ b/xml/System.Security.Cryptography.Cose/CoseHeaderMap+Enumerator.xml
@@ -57,8 +57,8 @@
System.ValueTuple<System.Security.Cryptography.Cose.CoseHeaderLabel,System.ReadOnlyMemory<System.Byte>>
- To be added.
- To be added.
+ Gets the element in the collection at the current position of the enumerator.
+ The element in the collection at the current position of the enumerator.To be added.
@@ -82,7 +82,7 @@
- To be added.
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.To be added.
@@ -106,8 +106,9 @@
- To be added.
- To be added.
+ Advances the enumerator to the next element of the collection.
+
+ if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.To be added.
@@ -131,7 +132,7 @@
- To be added.
+ Sets the enumerator to its initial position, which is before the first element in the collection.To be added.
@@ -154,9 +155,17 @@
System.Object
- To be added.
- To be added.
- To be added.
+ Gets the element in the collection at the current position of the enumerator.
+ The element in the collection at the current position of the enumerator.
+
+ instance is cast to an interface.
+
+ ]]>
+
diff --git a/xml/System.Security.Cryptography.Cose/CoseHeaderMap.xml b/xml/System.Security.Cryptography.Cose/CoseHeaderMap.xml
index 9734820deee..9de1a3b7834 100644
--- a/xml/System.Security.Cryptography.Cose/CoseHeaderMap.xml
+++ b/xml/System.Security.Cryptography.Cose/CoseHeaderMap.xml
@@ -339,8 +339,8 @@
- To be added.
- To be added.
+ Returns an enumerator that iterates through the collection.
+ An enumerator that can be used to iterate through the collection.To be added.
@@ -364,9 +364,17 @@
- To be added.
- To be added.
- To be added.
+ Returns an enumerator that iterates through a collection.
+ An object that can be used to iterate through the collection.
+
+ instance is cast to an interface.
+
+ ]]>
+
diff --git a/xml/System.Security.Cryptography/HMACMD5.xml b/xml/System.Security.Cryptography/HMACMD5.xml
index 2b8e97e708f..da838a244ef 100644
--- a/xml/System.Security.Cryptography/HMACMD5.xml
+++ b/xml/System.Security.Cryptography/HMACMD5.xml
@@ -378,11 +378,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the MD5 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -411,11 +415,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the MD5 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -482,12 +490,20 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ Computes the HMAC of a stream using the MD5 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+ The buffer in is too small to hold the calculated HMAC
+ size. The MD5 algorithm always produces a 128-bit HMAC, or 16 bytes.
+ -or-
+ does not support reading.
+
@@ -556,12 +572,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the MD5 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -590,12 +611,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the MD5 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -625,13 +651,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the MD5 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The MD5 algorithm always produces a 128-bit hash, or 16 bytes.
+
+ -or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Security.Cryptography/HMACSHA1.xml b/xml/System.Security.Cryptography/HMACSHA1.xml
index bb2c25b6214..a938dd38769 100644
--- a/xml/System.Security.Cryptography/HMACSHA1.xml
+++ b/xml/System.Security.Cryptography/HMACSHA1.xml
@@ -489,11 +489,15 @@ Releases the unmanaged resources used by the
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the SHA1 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -522,11 +526,15 @@ Releases the unmanaged resources used by the
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the SHA1 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -593,12 +601,24 @@ Releases the unmanaged resources used by the
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ Computes the HMAC of a stream using the SHA1 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated HMAC
+ size. The SHA1 algorithm always produces a 160-bit HMAC, or 20 bytes.
+
+ -or-
+
+ does not support reading.
+
+
@@ -667,12 +687,17 @@ Releases the unmanaged resources used by the
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA1 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -701,12 +726,17 @@ Releases the unmanaged resources used by the
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA1 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -736,13 +766,26 @@ Releases the unmanaged resources used by the
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA1 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA1 algorithm always produces a 160-bit hash, or 20 bytes.
+
+ -or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Security.Cryptography/HMACSHA256.xml b/xml/System.Security.Cryptography/HMACSHA256.xml
index 86fe0d488d7..a74eae87f0a 100644
--- a/xml/System.Security.Cryptography/HMACSHA256.xml
+++ b/xml/System.Security.Cryptography/HMACSHA256.xml
@@ -380,11 +380,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the SHA256 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -413,11 +417,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the SHA256 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -484,12 +492,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ Computes the HMAC of a stream using the SHA256 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated HMAC
+ size. The SHA256 algorithm always produces a 256-bit HMAC, or 32 bytes.
+
+ -or-
+
+ does not support reading.
+
+
@@ -558,12 +578,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA256 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -592,12 +617,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA256 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -627,13 +657,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA256 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA256 algorithm always produces a 256-bit hash, or 32 bytes.
+
+ -or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Security.Cryptography/HMACSHA384.xml b/xml/System.Security.Cryptography/HMACSHA384.xml
index 64d065266ca..2977ed409b2 100644
--- a/xml/System.Security.Cryptography/HMACSHA384.xml
+++ b/xml/System.Security.Cryptography/HMACSHA384.xml
@@ -379,11 +379,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the SHA384 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -412,11 +416,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the SHA384 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -483,12 +491,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ Computes the HMAC of a stream using the SHA384 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated HMAC
+ size. The SHA384 algorithm always produces a 384-bit HMAC, or 48 bytes.
+
+ -or-
+
+ does not support reading.
+
+
@@ -557,12 +577,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA384 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -591,12 +616,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA384 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -626,13 +656,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA384 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA384 algorithm always produces a 384-bit hash, or 48 bytes.
+
+ -or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Security.Cryptography/HMACSHA512.xml b/xml/System.Security.Cryptography/HMACSHA512.xml
index 452798ba363..f9391bf7e41 100644
--- a/xml/System.Security.Cryptography/HMACSHA512.xml
+++ b/xml/System.Security.Cryptography/HMACSHA512.xml
@@ -379,11 +379,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the SHA512 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -412,11 +416,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ Computes the HMAC of a stream using the SHA512 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -483,12 +491,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ Computes the HMAC of a stream using the SHA512 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated HMAC
+ size. The SHA512 algorithm always produces a 512-bit HMAC, or 64 bytes.
+
+ -or-
+
+ does not support reading.
+
+
@@ -557,12 +577,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA512 algorithm.
+ The HMAC of the data.To be added.
+
+ or is .
+
+ does not support reading.
@@ -591,12 +616,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA512 algorithm.
+ The HMAC of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -626,13 +656,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The HMAC key.
+ The stream to HMAC.
+ The buffer to receive the HMAC value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the HMAC of a stream using the SHA512 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA512 algorithm always produces a 512-bit hash, or 64 bytes.
+
+ -or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Security.Cryptography/MD5.xml b/xml/System.Security.Cryptography/MD5.xml
index 785e544bb57..5c0214bf9fd 100644
--- a/xml/System.Security.Cryptography/MD5.xml
+++ b/xml/System.Security.Cryptography/MD5.xml
@@ -313,10 +313,14 @@
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ Computes the hash of a stream using the MD5 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -378,11 +382,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ Computes the hash of a stream using the MD5 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The MD5 algorithm always produces a 128-bit hash, or 16 bytes.
+
+ -or-
+
+ does not support reading.
+
+
@@ -446,11 +462,16 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the MD5 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -479,12 +500,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the MD5 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The MD5 algorithm always produces a 128-bit hash, or 16 bytes.
+
+ -or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Security.Cryptography/RSACng.xml b/xml/System.Security.Cryptography/RSACng.xml
index 51471eedd6f..a6616e0a997 100644
--- a/xml/System.Security.Cryptography/RSACng.xml
+++ b/xml/System.Security.Cryptography/RSACng.xml
@@ -1058,7 +1058,7 @@ any already open key is unaffected by this method.
To be added.
To be added.
To be added.
- To be added.
+ Decrypts data using the private key.To be added.To be added.
@@ -1092,7 +1092,7 @@ any already open key is unaffected by this method.
To be added.
To be added.
To be added.
- To be added.
+ Encrypts data using the public key.To be added.To be added.
diff --git a/xml/System.Security.Cryptography/SHA1.xml b/xml/System.Security.Cryptography/SHA1.xml
index 5849729f32c..642c6f7ec20 100644
--- a/xml/System.Security.Cryptography/SHA1.xml
+++ b/xml/System.Security.Cryptography/SHA1.xml
@@ -303,10 +303,14 @@
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ Computes the hash of a stream using the SHA1 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -368,11 +372,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ Computes the hash of a stream using the SHA1 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA1 algorithm always produces a 160-bit hash, or 20 bytes.
+
+ -or-
+
+ does not support reading.
+
+
@@ -436,11 +452,16 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the SHA1 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -469,12 +490,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the SHA1 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA1 algorithm always produces a 160-bit hash, or 20 bytes.
+
+ -or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Security.Cryptography/SHA256.xml b/xml/System.Security.Cryptography/SHA256.xml
index 7e1b6096bb0..27cd7892bb2 100644
--- a/xml/System.Security.Cryptography/SHA256.xml
+++ b/xml/System.Security.Cryptography/SHA256.xml
@@ -134,8 +134,7 @@
Allows specific implementations of this abstract class to be instantiated.
-
-
+ To be added.
@@ -322,10 +321,14 @@ The .NET Framework includes the implementations and their associated hashName va
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ Computes the hash of a stream using the SHA256 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -387,11 +390,18 @@ The .NET Framework includes the implementations and their associated hashName va
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ Computes the hash of a stream using the SHA256 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+ The buffer in is too small to hold the calculated hash size. The SHA256 algorithm always produces a 256-bit hash, or 32 bytes.
+ -or-
+ does not support reading.
+
@@ -455,11 +465,16 @@ The .NET Framework includes the implementations and their associated hashName va
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the SHA256 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -488,12 +503,25 @@ The .NET Framework includes the implementations and their associated hashName va
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the SHA256 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA256 algorithm always produces a 256-bit hash, or 32 bytes.
+
+ -or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Security.Cryptography/SHA384.xml b/xml/System.Security.Cryptography/SHA384.xml
index 7922ceb3421..29568d3b685 100644
--- a/xml/System.Security.Cryptography/SHA384.xml
+++ b/xml/System.Security.Cryptography/SHA384.xml
@@ -307,10 +307,14 @@
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ Computes the hash of a stream using the SHA384 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -372,11 +376,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ Computes the hash of a stream using the SHA384 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA384 algorithm always produces a 384-bit hash, or 48 bytes.
+
+
-or-
+
+ does not support reading.
+
+
@@ -440,11 +456,16 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the SHA384 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -473,12 +494,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the SHA384 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA384 algorithm always produces a 384-bit hash, or 48 bytes.
+
+
-or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Security.Cryptography/SHA512.xml b/xml/System.Security.Cryptography/SHA512.xml
index 663608f44f5..10a8c7ac06c 100644
--- a/xml/System.Security.Cryptography/SHA512.xml
+++ b/xml/System.Security.Cryptography/SHA512.xml
@@ -316,10 +316,14 @@
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ Computes the hash of a stream using the SHA512 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -381,11 +385,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ Computes the hash of a stream using the SHA512 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA512 algorithm always produces a 512-bit hash, or 64 bytes.
+
+
-or-
+
+ does not support reading.
+
+
@@ -449,11 +465,16 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the SHA512 algorithm.
+ The hash of the data.To be added.
+
+ is .
+
+ does not support reading.
@@ -482,12 +503,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The stream to hash.
+ The buffer to receive the hash value.
+ The token to monitor for cancellation requests.
+ The default value is .
+ Asynchronously computes the hash of a stream using the SHA512 algorithm.
+ The total number of bytes written to .To be added.
+
+ is .
+
+
+ The buffer in is too small to hold the calculated hash
+ size. The SHA512 algorithm always produces a 512-bit hash, or 64 bytes.
+
+
-or-
+
+ does not support reading.
+
+
diff --git a/xml/System.Text.RegularExpressions/Regex.xml b/xml/System.Text.RegularExpressions/Regex.xml
index 13ff824555f..d2950774cf0 100644
--- a/xml/System.Text.RegularExpressions/Regex.xml
+++ b/xml/System.Text.RegularExpressions/Regex.xml
@@ -1293,10 +1293,12 @@
- To be added.
- To be added.
- To be added.
+ The string to search for a match.
+ Searches an input string for all occurrences of a regular expression and returns the number of matches.
+ The number of matches.To be added.
+
+ is .
@@ -1332,11 +1334,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to search for a match.
+ The regular expression pattern to match.
+ Searches an input string for all occurrences of a regular expression and returns the number of matches.
+ The number of matches.To be added.
+
+ or is .
+ A regular expression parsing error occurred.
@@ -1373,12 +1378,17 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to search for a match.
+ The regular expression pattern to match.
+ A bitwise combination of the enumeration values that specify options for matching.
+ Searches an input string for all occurrences of a regular expression and returns the number of matches.
+ The number of matches.To be added.
+
+ or is .
+
+ is not a valid bitwise combination of RegexOptions values.
+ A regular expression parsing error occurred.
@@ -1416,13 +1426,18 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The string to search for a match.
+ The regular expression pattern to match.
+ A bitwise combination of the enumeration values that specify options for matching.
+ A time-out interval, or to indicate that the method should not time out.
+ Searches an input string for all occurrences of a regular expression and returns the number of matches.
+ The number of matches.To be added.
+
+ or is .
+
+ is not a valid bitwise combination of RegexOptions values, or is negative, zero, or greater than approximately 24 days.
+ A regular expression parsing error occurred.
diff --git a/xml/System.Transactions/TransactionOptions.xml b/xml/System.Transactions/TransactionOptions.xml
index 34613a17aca..f7fa5f4939d 100644
--- a/xml/System.Transactions/TransactionOptions.xml
+++ b/xml/System.Transactions/TransactionOptions.xml
@@ -129,9 +129,10 @@
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance of the same type.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.
diff --git a/xml/System.Web.DynamicData/DynamicFilter.xml b/xml/System.Web.DynamicData/DynamicFilter.xml
index bb885f1471b..42baaf5ef75 100644
--- a/xml/System.Web.DynamicData/DynamicFilter.xml
+++ b/xml/System.Web.DynamicData/DynamicFilter.xml
@@ -417,9 +417,9 @@
- To be added.
- To be added.
- To be added.
+ The data source query.
+ Returns the filter repeater.
+ The filter.To be added.
@@ -445,8 +445,8 @@
- To be added.
- To be added.
+ The data source.
+ Initializes the data source.To be added.
diff --git a/xml/System.Web.DynamicData/QueryableFilterRepeater.xml b/xml/System.Web.DynamicData/QueryableFilterRepeater.xml
index c5d98055d44..734f64a6f14 100644
--- a/xml/System.Web.DynamicData/QueryableFilterRepeater.xml
+++ b/xml/System.Web.DynamicData/QueryableFilterRepeater.xml
@@ -310,9 +310,9 @@
- To be added.
- To be added.
- To be added.
+ The data source query.
+ Returns the filter repeater.
+ The filter.To be added.
@@ -338,8 +338,8 @@
- To be added.
- To be added.
+ The data source.
+ Initializes the data source.To be added.
diff --git a/xml/System/ArgumentException.xml b/xml/System/ArgumentException.xml
index 90ac9a5c11c..6c475e2368f 100644
--- a/xml/System/ArgumentException.xml
+++ b/xml/System/ArgumentException.xml
@@ -699,10 +699,14 @@ The following example demonstrates how to throw and catch an
- To be added.
- To be added.
- To be added.
+ The string argument to validate as non- and non-empty.
+ The name of the parameter with which corresponds.
+ Throws an exception if is or empty.To be added.
+
+ is .
+
+ is empty.
diff --git a/xml/System/MemoryExtensions.xml b/xml/System/MemoryExtensions.xml
index 4363d8ff536..632e67efd99 100644
--- a/xml/System/MemoryExtensions.xml
+++ b/xml/System/MemoryExtensions.xml
@@ -670,6 +670,7 @@ Returns `default` when `text` is `null`.
To be added. is less than 0 or greater than .
+ Thrown when is .
diff --git a/xml/System/TimeZoneInfo+AdjustmentRule.xml b/xml/System/TimeZoneInfo+AdjustmentRule.xml
index 344d7fb5c82..3e635f98b70 100644
--- a/xml/System/TimeZoneInfo+AdjustmentRule.xml
+++ b/xml/System/TimeZoneInfo+AdjustmentRule.xml
@@ -632,9 +632,10 @@ TimeZoneTime = BaseUtcOffset + DaylightDelta + UtcTime
- To be added.
- To be added.
- To be added.
+ An instance to compare with this instance.
+ Indicates whether the current instance is equal to another instance.
+
+ if the current instance is equal to the other instance; otherwise, .To be added.