We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29788eb commit f74cb18Copy full SHA for f74cb18
xml/System.IO/File.xml
@@ -345,8 +345,8 @@
345
<para>Asynchronously appends the specified byte array to the end of the file at the given path.</para>
346
<para>If the file doesn't exist, this method creates a new file. If the operation is canceled, the task will return in a canceled state.</para>
347
</summary>
348
- <returns>To be added.</returns>
349
- <remarks>A task that represents the asynchronous append operation.</remarks>
+ <returns>A task that represents the asynchronous append operation.</returns>
+ <remarks>To be added.</remarks>
350
<exception cref="T:System.ArgumentNullException">
351
<paramref name="path" /> is <see langword="null" />.</exception>
352
<exception cref="T:System.ArgumentException">
0 commit comments