2002-06-27 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / class / corlib / System / AttributeTargets.cs
index a9cb1554ca679df6962de59938a21c2e261198b1..72505159938ee5ec181ff9c5fe9c3f5b00ba6256 100644 (file)
@@ -76,7 +76,7 @@ namespace System {
 
                /// <summary>
                /// </summary>
-               All = Assembly | Class | Struct | Enum | Constructor | Method | Property | Field | Event | Interface | Parameter | Delegate | ReturnValue,
+               All = Assembly | Module | Class | Struct | Enum | Constructor | Method | Property | Field | Event | Interface | Parameter | Delegate | ReturnValue,
        } // AttributeTargets
 
 } // System