summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs b/CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs
index 411b057..a992192 100644
--- a/CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs
+++ b/CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs
@@ -4,8 +4,7 @@ using System.Text;
namespace IvyBus
{
- [AttributeUsage(AttributeTargets.Method)]
- [AttributeUsage(AllowMultiple = true)]
+ [AttributeUsage(AttributeTargets.Method,AllowMultiple = true)]
public class IvyBindingAttribute : Attribute
{
string expression;