diff options
author | fcolin | 2007-02-01 09:57:11 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:57:11 +0000 |
commit | e42541515b560864451408de06a5235afbae83f3 (patch) | |
tree | 098603534746f083f9dd335861461bc428ede2be /CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs | |
parent | 22a2864c9325d897b5acd62203271251959523bd (diff) | |
download | ivy-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/Ivy/IvyPPC/IvyBindingAttribute.cs')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs | 3 |
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;
|