summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:57:15 +0000
committerfcolin2007-02-01 09:57:15 +0000
commit366d80659876599067c521b6fdb2606b80f31143 (patch)
tree7cbafbaffb1381dfc4d2a683b2c8e3c6bd55ede9 /CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs
parent387f1fe6b9b2376d18821079e3725bedbc52dd66 (diff)
downloadivy-csharp-366d80659876599067c521b6fdb2606b80f31143.zip
ivy-csharp-366d80659876599067c521b6fdb2606b80f31143.tar.gz
ivy-csharp-366d80659876599067c521b6fdb2606b80f31143.tar.bz2
ivy-csharp-366d80659876599067c521b6fdb2606b80f31143.tar.xz
Utilisateur : Fcolin Date : 10/04/06 Heure : 18:45 Archivé dans $/CSharp/Ivy/Ivy Commentaire: optimisation diverse suite a passage de Code Analysis (vss 5)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs')
-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;