Fix missing XMLDoc bit.

This commit is contained in:
Lucas A 2020-12-19 10:36:27 +01:00
parent cc0442a9a1
commit 926281831b
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ public interface ICanAcceptFiles
/// <summary>
/// Import the specified files from the given import tasks.
/// </summary>
/// <param name="tasks">The import tasks from which the files should be imported.</param>
Task Import(params ImportTask[] tasks);
/// <summary>