X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FParameterAttributes.cs;h=8abfd980517eeb5ceee2342a8a84ebfb97afe954;hb=6b2b23c753525c5c5c2b391e9adc36c650825e1f;hp=bbc9cd27eb8adb2519324730ccbf2b4f313f1320;hpb=13d1764537ce5bbe5a06bf133fb2db1a4b5d2131;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/ParameterAttributes.cs b/mcs/class/corlib/System.Reflection/ParameterAttributes.cs old mode 100755 new mode 100644 index bbc9cd27eb8..8abfd980517 --- a/mcs/class/corlib/System.Reflection/ParameterAttributes.cs +++ b/mcs/class/corlib/System.Reflection/ParameterAttributes.cs @@ -32,12 +32,17 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +using System.Runtime.InteropServices; namespace System.Reflection { /// /// +#if NET_2_0 + [ComVisible (true)] + [Serializable] +#endif [Flags] public enum ParameterAttributes {