Add note about null return

This commit is contained in:
Dean Herbert 2018-08-25 14:51:42 +09:00
parent 8204d3292e
commit 5c7ff31675
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ private List<TFileModel> createFileInfos(ArchiveReader reader, FileStore files)
/// Actual expensive population should be done in <see cref="Populate"/>; this should just prepare for duplicate checking.
/// </summary>
/// <param name="archive">The archive to create the model for.</param>
/// <returns>A model populated with minimal information.</returns>
/// <returns>A model populated with minimal information. Returning a null will abort importing silently.</returns>
protected abstract TModel CreateModel(ArchiveReader archive);
/// <summary>