Skip to content

Commit

Permalink
WriteAll: update delegate type
Browse files Browse the repository at this point in the history
  • Loading branch information
OwnageIsMagic committed Jul 19, 2022
1 parent 2946a35 commit 109a7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SharpCompress/Writers/IWriterExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void WriteAll(this IWriter writer, string directory, string search
public static void WriteAll(this IWriter writer,
string directory,
string searchPattern = "*",
Func<string, bool>? fileSearchFunc = null,
Predicate<string>? fileSearchFunc = null,
SearchOption option = SearchOption.TopDirectoryOnly)
{
if (!Directory.Exists(directory))
Expand Down

0 comments on commit 109a7c1

Please sign in to comment.