We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32b50f commit 8bf10c3Copy full SHA for 8bf10c3
ElectronNET.API/Entities/ChromeExtensionInfo.cs
@@ -9,6 +9,11 @@ namespace ElectronNET.API.Entities
9
/// </summary>
10
public class ChromeExtensionInfo
11
{
12
+ /// <summary>
13
+ /// Initializes a new instance of the <see cref="ChromeExtensionInfo"/> class.
14
+ /// </summary>
15
+ /// <param name="name">The name of the Chrome extension.</param>
16
+ /// <param name="version">The version of the Chrome extension.</param>
17
public ChromeExtensionInfo(string name, string version)
18
19
Name = name;
0 commit comments