2005-08-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System / AttributeTargets.cs
index a48a9827b597bc78bcdba9bc23d617ede1460bde..59912779d2076ba9aa965686200df7134cd17f83 100644 (file)
@@ -54,7 +54,7 @@ namespace System
                Delegate = 0x00001000,
                ReturnValue = 0x00002000,
 
-#if NET_2_0
+#if NET_2_0 || BOOTSTRAP_NET_2_0
                GenericParameter = 0x00004000,
                All = Assembly | Module | Class | Struct | Enum | Constructor |
                        Method | Property | Field | Event | Interface | Parameter | Delegate | ReturnValue | GenericParameter