8000 Add params keyword · libgit2/libgit2sharp@820f65f · GitHub
[go: up one dir, main page]

Skip to content

Commit 820f65f

Browse files
committed
Add params keyword
1 parent 73f272a commit 820f65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/GlobalSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ public static void SetUserAgent(string userAgent)
533533
/// to support repositories with the `noop` extension but does want to support repositories with the `newext` extension.
534534
/// </remarks>
535535
/// <param name="extensions">Supported extensions</param>
536-
public static void SetExtensions(string[] extensions)
536+
public static void SetExtensions(params string[] extensions)
537537
{
538538
Proxy.git_libgit2_opts_set_extensions(extensions);
539539
}

0 commit comments

Comments
 (0)
0