summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs b/CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs
index 6969891..a68b1f9 100644
--- a/CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs
+++ b/CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs
@@ -5,7 +5,7 @@ using System.Text;
namespace IvyBus
{
[AttributeUsage(AttributeTargets.Method,AllowMultiple = true)]
- public class IvyBindingAttribute : Attribute
+ public sealed class IvyBindingAttribute : Attribute
{
string expression;
string[] args;