Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mcs / class / corlib / System.Reflection / AssemblyFlagsAttribute.cs
index a52f439140ab20a9def8569084a823b23d1b4a72..4b1cbc4d6cacf0e164f53156929189719fd76f67 100644 (file)
@@ -58,9 +58,9 @@ namespace System.Reflection
 #if NET_2_0
                [Obsolete("")]
 #endif
-               public AssemblyFlagsAttribute (int flags)
+               public AssemblyFlagsAttribute (int assemblyFlags)
                {
-                       this.flags = (uint)flags;
+                       this.flags = (uint)assemblyFlags;
                }
 #endif