File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 295
295
<para>Asynchronously appends the specified byte array to the end of the file at the given path.</para>
296
296
<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>
297
297
</summary>
298
- <returns>To be added .</returns>
298
+ <returns>A task that represents the asynchronous append operation .</returns>
299
299
<remarks>To be added.</remarks>
300
300
<exception cref="T:System.ArgumentNullException">
301
301
<paramref name="path" /> or <paramref name="bytes" /> is <see langword="null" />.
346
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
347
</summary>
348
348
<returns>To be added.</returns>
349
- <remarks>To be added .</remarks>
349
+ <remarks>A task that represents the asynchronous append operation .</remarks>
350
350
<exception cref="T:System.ArgumentNullException">
351
351
<paramref name="path" /> is <see langword="null" />.</exception>
352
352
<exception cref="T:System.ArgumentException">
You can’t perform that action at this time.
0 commit comments