Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.IO/File.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
<para>Asynchronously appends the specified byte array to the end of the file at the given path.</para>
<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>
</summary>
<returns>To be added.</returns>
<returns>A task that represents the asynchronous append operation.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="path" /> or <paramref name="bytes" /> is <see langword="null" />.
Expand Down Expand Up @@ -346,7 +346,7 @@
<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>
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<remarks>A task that represents the asynchronous append operation.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="path" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">
Expand Down