diff --git a/xml/System.IO.Pipelines/PipeReader.xml b/xml/System.IO.Pipelines/PipeReader.xml index 1cd98ba1530..e6110925da7 100644 --- a/xml/System.IO.Pipelines/PipeReader.xml +++ b/xml/System.IO.Pipelines/PipeReader.xml @@ -296,7 +296,7 @@ The canceled The pipe writer to which the contents of the current stream will be copied. The token to monitor for cancellation requests. The default value is . - Asynchronously reads the bytes from the and writes them to the specified , using a specified buffer size and cancellation token. + Asynchronously reads the bytes from the and writes them to the specified , using a specified cancellation token. A task that represents the asynchronous copy operation. To be added. The cancellation token was canceled. This exception is stored into the returned task. diff --git a/xml/System.Runtime.InteropServices/SafeHandle.xml b/xml/System.Runtime.InteropServices/SafeHandle.xml index 43f337bd301..a89a27c1af0 100644 --- a/xml/System.Runtime.InteropServices/SafeHandle.xml +++ b/xml/System.Runtime.InteropServices/SafeHandle.xml @@ -101,7 +101,7 @@ Optionally specify `-Fault` to intentionally attempt to leak the handle by abort ]]> - To create a class derived from , you must know how to create and free an operating system handle. This process is different for different handle types because some use the [CloseHandle](/windows/win32/api/handleapi/nf-handleapi-closehandle) function, while others use more specific functions such as [UnmapViewOfFile](/windows/win32/api/memoryapi/nf-memoryapi-unmapviewoffile) or [FindClose](/windows/win32/api/fileapi/nf-fileapi-findclose). For this reason, you must create a derived class of for each operating system handle type that you want to wrap in a safe handle. + To create a class derived from , you must know how to create and free an operating system handle. This process is different for different handle types because some use the CloseHandle function, while others use more specific functions such as UnmapViewOfFile or FindClose. For this reason, you must create a derived class of for each operating system handle type that you want to wrap in a safe handle. When you inherit from , you must override the following members: and . You should also provide a public parameterless constructor that calls the base constructor with a value that represents an invalid handle value, and a value indicating whether the native handle is owned by the and consequently should be freed when that has been disposed. diff --git a/xml/System.Windows.Input/KeyConverter.xml b/xml/System.Windows.Input/KeyConverter.xml index be942dd17ca..ddf51316fe6 100644 --- a/xml/System.Windows.Input/KeyConverter.xml +++ b/xml/System.Windows.Input/KeyConverter.xml @@ -56,7 +56,7 @@ - Initializes a new instance of the class. + Initializes a new instance of the class. To be added. diff --git a/xml/System/DateOnly.xml b/xml/System/DateOnly.xml index 83bb99dbbde..5b1ccdab80a 100644 --- a/xml/System/DateOnly.xml +++ b/xml/System/DateOnly.xml @@ -1431,7 +1431,15 @@ The time of the day. Returns a that is set to the date of this instance and the time of specified input time. The instance composed of the date of the current instance and the time specified by the input time. - To be added. + + property of the resulting is initialized to . + +]]> +