New test.
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / FixedBufferAttribute.cs
index 546c84fb12b46eea6e575e8fc30e38f4a256b9ce..a57baab6b531fddde385df2177f922507520d0bf 100644 (file)
@@ -31,7 +31,7 @@ using System;
 
 namespace System.Runtime.CompilerServices {
 
-       [AttributeUsage (AttributeTargets.Field)] 
+       [AttributeUsage (AttributeTargets.Field, Inherited=false)] 
        public sealed class FixedBufferAttribute : Attribute
        {
                Type elementType;