Merge pull request #498 from Unroll-Me/master
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / TypeLibVarAttribute.cs
index 2c7772f2ebc2fcd9b5a34ef0a9a9ad0690fd7018..595f9d85feed048677e0b3e939362dc7252ff1e4 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 using System;
 
 namespace System.Runtime.InteropServices {
 
-#if NET_2_0
        [ComVisible(true)]
-#endif
        [AttributeUsage (AttributeTargets.Field, Inherited=false)]
        public sealed class TypeLibVarAttribute : Attribute
        {
@@ -56,3 +55,4 @@ namespace System.Runtime.InteropServices {
                }
        }
 }
+#endif