summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:57:11 +0000
committerfcolin2007-02-01 09:57:11 +0000
commite42541515b560864451408de06a5235afbae83f3 (patch)
tree098603534746f083f9dd335861461bc428ede2be /CSharp
parent22a2864c9325d897b5acd62203271251959523bd (diff)
downloadivy-csharp-e42541515b560864451408de06a5235afbae83f3.zip
ivy-csharp-e42541515b560864451408de06a5235afbae83f3.tar.gz
ivy-csharp-e42541515b560864451408de06a5235afbae83f3.tar.bz2
ivy-csharp-e42541515b560864451408de06a5235afbae83f3.tar.xz
Utilisateur : Fcolin Date : 16/01/06 Heure : 13:58 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 3)
Diffstat (limited to 'CSharp')
-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;