diff options
author | fcolin | 2007-02-01 09:45:49 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:45:49 +0000 |
commit | 27d77017ba69ec17f69e69fe1db8dd8e5b3b63da (patch) | |
tree | 87e780bf5c5ed18de69eb154f43342c908c3affe /CSharp | |
parent | f4aa805c42df7667d580c198b91e33681c4b9089 (diff) | |
download | ivy-csharp-27d77017ba69ec17f69e69fe1db8dd8e5b3b63da.zip ivy-csharp-27d77017ba69ec17f69e69fe1db8dd8e5b3b63da.tar.gz ivy-csharp-27d77017ba69ec17f69e69fe1db8dd8e5b3b63da.tar.bz2 ivy-csharp-27d77017ba69ec17f69e69fe1db8dd8e5b3b63da.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')
-rw-r--r-- | CSharp/Ivy/Ivy/IvyBindingAttribute.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/Ivy/IvyBindingAttribute.cs b/CSharp/Ivy/Ivy/IvyBindingAttribute.cs index 6969891..a68b1f9 100644 --- a/CSharp/Ivy/Ivy/IvyBindingAttribute.cs +++ b/CSharp/Ivy/Ivy/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;
|