We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acd663 commit 366af40Copy full SHA for 366af40
Ghostscript.NET/GhostscriptSwitchAttribute.cs
@@ -31,7 +31,7 @@ namespace Ghostscript.NET
31
/// <summary>
32
/// Represents a GhostscriptSwitch attribute.
33
/// </summary>
34
- public class GhostscriptSwitchAttribute : Attribute
+ public sealed class GhostscriptSwitchAttribute : Attribute
35
{
36
37
#region Private variables
@@ -69,8 +69,8 @@ public string Name
69
70
71
/// Represents a GhostscriptSwitchValue attribute.
72
- /// </summary
73
- public class GhostscriptSwitchValueAttribute : Attribute
+ /// </summary>
+ public sealed class GhostscriptSwitchValueAttribute : Attribute
74
75
76
0 commit comments