Dnia środa, 15 czerwca 2005 16:25, napisałeś:
> On Mon, 2005-06-13 at 00:49 +0200, Kamil Skalski wrote:
> > Attached is the patch moving GenericParameterAttributes to
> > System.Reflection
> > http://msdn2.microsoft.com/library/ms145349(en-us,vs.80).aspx
>
> Done.
>

Martin, you forgot to change the actual namespace... Attached a simple patch.

-- 
Kamil Skalski
http://nazgul.omega.pl
Index: class/corlib/System.Reflection/GenericParameterAttributes.cs
===================================================================
--- class/corlib/System.Reflection/GenericParameterAttributes.cs        (wersja 
46086)
+++ class/corlib/System.Reflection/GenericParameterAttributes.cs        (kopia 
robocza)
@@ -32,7 +32,7 @@
 //
 
 #if NET_2_0 || BOOTSTRAP_NET_2_0
-namespace System
+namespace System.Reflection
 {
        [Flags]
        public enum GenericParameterAttributes
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to