From 366d80659876599067c521b6fdb2606b80f31143 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:57:15 +0000 Subject: 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) --- CSharp/Ivy/IvyPPC/IvyBindingAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp') 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; -- cgit v1.1