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 295295 <para>Asynchronously appends the specified byte array to the end of the file at the given path.</para>
296296 <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>
297297 </summary>
298- <returns>To be added .</returns>
298+ <returns>A task that represents the asynchronous append operation .</returns>
299299 <remarks>To be added.</remarks>
300300 <exception cref="T:System.ArgumentNullException">
301301 <paramref name="path" /> or <paramref name="bytes" /> is <see langword="null" />.
346346 <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>
347347 </summary>
348348 <returns>To be added.</returns>
349- <remarks>To be added .</remarks>
349+ <remarks>A task that represents the asynchronous append operation .</remarks>
350350 <exception cref="T:System.ArgumentNullException">
351351 <paramref name="path" /> is <see langword="null" />.</exception>
352352 <exception cref="T:System.ArgumentException">
You can’t perform that action at this time.
0 commit comments