Skip to content

Commit 8bf10c3

Browse files
committed
- Added XML documentation on ChromeExtensionInfo constructor
1 parent a32b50f commit 8bf10c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ElectronNET.API/Entities/ChromeExtensionInfo.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ namespace ElectronNET.API.Entities
99
/// </summary>
1010
public class ChromeExtensionInfo
1111
{
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>
1217
public ChromeExtensionInfo(string name, string version)
1318
{
1419
Name = name;

0 commit comments

Comments
 (0)