Skip to content

Commit 366af40

Browse files
committed
changed GhostscriptSwitch attributes to sealed
1 parent 3acd663 commit 366af40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Ghostscript.NET/GhostscriptSwitchAttribute.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Ghostscript.NET
3131
/// <summary>
3232
/// Represents a GhostscriptSwitch attribute.
3333
/// </summary>
34-
public class GhostscriptSwitchAttribute : Attribute
34+
public sealed class GhostscriptSwitchAttribute : Attribute
3535
{
3636

3737
#region Private variables
@@ -69,8 +69,8 @@ public string Name
6969

7070
/// <summary>
7171
/// Represents a GhostscriptSwitchValue attribute.
72-
/// </summary
73-
public class GhostscriptSwitchValueAttribute : Attribute
72+
/// </summary>
73+
public sealed class GhostscriptSwitchValueAttribute : Attribute
7474
{
7575

7676
#region Private variables

0 commit comments

Comments
 (0)